url string | repository_url string | labels_url string | comments_url string | events_url string | html_url string | id int64 | node_id string | number int64 | title string | user dict | labels list | state string | locked bool | assignees list | milestone null | comments int64 | created_at int64 | updated_at int64 | closed_at int64 | assignee dict | author_association string | issue_field_values list | type null | active_lock_reason null | draft bool | pull_request dict | body string | closed_by dict | reactions dict | timeline_url string | performed_via_github_app null | state_reason string | sub_issues_summary dict | issue_dependencies_summary dict | pinned_comment null | is_pull_request bool | comments_list list |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
https://api.github.com/repos/huggingface/datasets/issues/7619 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7619/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7619/comments | https://api.github.com/repos/huggingface/datasets/issues/7619/events | https://github.com/huggingface/datasets/issues/7619 | 3,153,058,517 | I_kwDODunzps6779rV | 7,619 | `from_list` fails while `from_generator` works for large datasets | {
"login": "abdulfatir",
"id": 4028948,
"node_id": "MDQ6VXNlcjQwMjg5NDg=",
"avatar_url": "https://avatars.githubusercontent.com/u/4028948?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/abdulfatir",
"html_url": "https://github.com/abdulfatir",
"followers_url": "https://api.github.com/users... | [] | open | false | [] | null | 4 | 1,750,157,935,000 | 1,751,214,884,000 | null | null | NONE | [] | null | null | null | null | ### Describe the bug
I am constructing a large time series dataset and observed that first constructing a list of entries and then using `Dataset.from_list` led to a crash as the number of items became large. However, this is not a problem when using `Dataset.from_generator`.
### Steps to reproduce the bug
#### Snip... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7619/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/7619/timeline | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | {
"blocked_by": 0,
"total_blocked_by": 0,
"blocking": 0,
"total_blocking": 0
} | null | false | [
"@lhoestq any thoughts on this? ",
"Thanks for the report! This behavior is expected due to how `from_list()` and `from_generator()` differ internally.\n\n- `from_list()` builds the entire dataset in memory at once, which can easily exceed limits (especially with variable-length arrays or millions of rows). The A... |
https://api.github.com/repos/huggingface/datasets/issues/7618 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7618/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7618/comments | https://api.github.com/repos/huggingface/datasets/issues/7618/events | https://github.com/huggingface/datasets/pull/7618 | 3,148,912,897 | PR_kwDODunzps6aqOnm | 7,618 | fix: raise error when folder-based datasets are loaded without data_dir or data_files | {
"login": "ArjunJagdale",
"id": 142811259,
"node_id": "U_kgDOCIMgew",
"avatar_url": "https://avatars.githubusercontent.com/u/142811259?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ArjunJagdale",
"html_url": "https://github.com/ArjunJagdale",
"followers_url": "https://api.github.com/use... | [] | open | false | [] | null | 1 | 1,750,059,839,000 | 1,750,076,006,000 | null | null | CONTRIBUTOR | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7618",
"html_url": "https://github.com/huggingface/datasets/pull/7618",
"diff_url": "https://github.com/huggingface/datasets/pull/7618.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7618.patch",
"merged_at": null
} |
### Related Issues/PRs
<!-- Uncomment 'Resolve' if this PR can close the linked items. -->
<!-- Resolve --> #6152
---
### What changes are proposed in this pull request?
This PR adds an early validation step for folder-based datasets (like `audiofolder`) to prevent silent fallback behavior.
**Before t... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7618/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/7618/timeline | null | null | null | null | null | true | [
"Great ! Since this logic is specific to one builder class maybe this check can be in the class definition ? I think you can put it in FolderBasedBuilder's `_info()` method."
] |
https://api.github.com/repos/huggingface/datasets/issues/7617 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7617/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7617/comments | https://api.github.com/repos/huggingface/datasets/issues/7617/events | https://github.com/huggingface/datasets/issues/7617 | 3,148,102,085 | I_kwDODunzps67pDnF | 7,617 | Unwanted column padding in nested lists of dicts | {
"login": "qgallouedec",
"id": 45557362,
"node_id": "MDQ6VXNlcjQ1NTU3MzYy",
"avatar_url": "https://avatars.githubusercontent.com/u/45557362?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/qgallouedec",
"html_url": "https://github.com/qgallouedec",
"followers_url": "https://api.github.com/... | [] | closed | false | [] | null | 2 | 1,750,025,177,000 | 1,773,763,250,000 | 1,750,081,411,000 | null | MEMBER | [] | null | null | null | null | ```python
from datasets import Dataset
dataset = Dataset.from_dict({
"messages": [
[
{"a": "...",},
{"b": "...",},
],
]
})
print(dataset[0])
```
What I get:
```
{'messages': [{'a': '...', 'b': None}, {'a': None, 'b': '...'}]}
```
What I want:
```
{'messages': [{'a': '... | {
"login": "qgallouedec",
"id": 45557362,
"node_id": "MDQ6VXNlcjQ1NTU3MzYy",
"avatar_url": "https://avatars.githubusercontent.com/u/45557362?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/qgallouedec",
"html_url": "https://github.com/qgallouedec",
"followers_url": "https://api.github.com/... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7617/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/7617/timeline | null | completed | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | {
"blocked_by": 0,
"total_blocked_by": 0,
"blocking": 0,
"total_blocking": 0
} | null | false | [
"Answer from @lhoestq:\n\n> No\n> This is because Arrow and Parquet a columnar format: they require a fixed type for each column. So if you have nested dicts, each item should have the same subfields\n\nThe way around I found is the handle it after sampling with this function:\n\n```python\ndef remove_padding(examp... |
https://api.github.com/repos/huggingface/datasets/issues/7616 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7616/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7616/comments | https://api.github.com/repos/huggingface/datasets/issues/7616/events | https://github.com/huggingface/datasets/pull/7616 | 3,144,506,665 | PR_kwDODunzps6acSW7 | 7,616 | Torchcodec decoding | {
"login": "TyTodd",
"id": 49127578,
"node_id": "MDQ6VXNlcjQ5MTI3NTc4",
"avatar_url": "https://avatars.githubusercontent.com/u/49127578?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/TyTodd",
"html_url": "https://github.com/TyTodd",
"followers_url": "https://api.github.com/users/TyTodd/fo... | [] | closed | false | [] | null | 5 | 1,749,841,567,000 | 1,750,357,549,000 | 1,750,357,549,000 | null | CONTRIBUTOR | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7616",
"html_url": "https://github.com/huggingface/datasets/pull/7616",
"diff_url": "https://github.com/huggingface/datasets/pull/7616.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7616.patch",
"merged_at": 1750357548000
} | Closes #7607
## New signatures
### Audio
```python
Audio(sampling_rate: Optional[int] = None, mono: bool = True, decode: bool = True, stream_index: Optional[int] = None)
Audio.encode_example(self, value: Union[str, bytes, bytearray, dict, "AudioDecoder"]) -> dict
Audio.decode_example(self, value: dict, token_... | {
"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/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7616/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/7616/timeline | null | null | null | null | null | true | [
"@lhoestq any updates on when this will be merged? Let me know if theres anything you need from my end.",
"Btw I plan to release `datasets` 4.0 after your PR, this will be a major milestone :)",
"@lhoestq just pushed the new changes.",
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs... |
https://api.github.com/repos/huggingface/datasets/issues/7615 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7615/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7615/comments | https://api.github.com/repos/huggingface/datasets/issues/7615/events | https://github.com/huggingface/datasets/pull/7615 | 3,143,443,498 | PR_kwDODunzps6aYp18 | 7,615 | remove unused code | {
"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/lhoest... | [] | closed | false | [] | null | 1 | 1,749,818,250,000 | 1,749,818,399,000 | 1,749,818,260,000 | null | MEMBER | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7615",
"html_url": "https://github.com/huggingface/datasets/pull/7615",
"diff_url": "https://github.com/huggingface/datasets/pull/7615.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7615.patch",
"merged_at": 1749818260000
} | null | {
"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/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7615/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/7615/timeline | null | null | null | null | null | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7615). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] |
https://api.github.com/repos/huggingface/datasets/issues/7614 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7614/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7614/comments | https://api.github.com/repos/huggingface/datasets/issues/7614/events | https://github.com/huggingface/datasets/pull/7614 | 3,143,381,638 | PR_kwDODunzps6aYcbH | 7,614 | Lazy column | {
"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/lhoest... | [] | closed | false | [] | null | 1 | 1,749,816,777,000 | 1,750,165,731,000 | 1,750,165,729,000 | null | MEMBER | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7614",
"html_url": "https://github.com/huggingface/datasets/pull/7614",
"diff_url": "https://github.com/huggingface/datasets/pull/7614.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7614.patch",
"merged_at": 1750165729000
} | Same as https://github.com/huggingface/datasets/pull/7564 but for `Dataset`, cc @TopCoder2K FYI
e.g. `ds[col]` now returns a lazy Column instead of a list
This way calling `ds[col][idx]` only loads the required data in memory
(bonus: also supports subfields access with `ds[col][subcol][idx]`)
the breaking c... | {
"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/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7614/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/7614/timeline | null | null | null | null | null | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7614). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] |
https://api.github.com/repos/huggingface/datasets/issues/7613 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7613/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7613/comments | https://api.github.com/repos/huggingface/datasets/issues/7613/events | https://github.com/huggingface/datasets/pull/7613 | 3,142,819,991 | PR_kwDODunzps6aWgr3 | 7,613 | fix parallel push_to_hub in dataset_dict | {
"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/lhoest... | [] | closed | false | [] | null | 1 | 1,749,805,344,000 | 1,749,817,823,000 | 1,749,817,822,000 | null | MEMBER | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7613",
"html_url": "https://github.com/huggingface/datasets/pull/7613",
"diff_url": "https://github.com/huggingface/datasets/pull/7613.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7613.patch",
"merged_at": 1749817822000
} | null | {
"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/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7613/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/7613/timeline | null | null | null | null | null | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7613). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] |
https://api.github.com/repos/huggingface/datasets/issues/7612 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7612/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7612/comments | https://api.github.com/repos/huggingface/datasets/issues/7612/events | https://github.com/huggingface/datasets/issues/7612 | 3,141,905,049 | I_kwDODunzps67RaqZ | 7,612 | Provide an option of robust dataset iterator with error handling | {
"login": "wwwjn",
"id": 40016222,
"node_id": "MDQ6VXNlcjQwMDE2MjIy",
"avatar_url": "https://avatars.githubusercontent.com/u/40016222?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/wwwjn",
"html_url": "https://github.com/wwwjn",
"followers_url": "https://api.github.com/users/wwwjn/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 | [] | null | 2 | 1,749,775,248,000 | 1,750,783,950,000 | null | null | NONE | [] | null | null | null | null | ### Feature request
Adding an option to skip corrupted data samples. Currently the datasets behavior is throwing errors if the data sample if corrupted and let user aware and handle the data corruption. When I tried to try-catch the error at user level, the iterator will raise StopIteration when I called next() again.... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7612/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/7612/timeline | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | {
"blocked_by": 0,
"total_blocked_by": 0,
"blocking": 0,
"total_blocking": 0
} | null | false | [
"Hi ! Maybe we can add a parameter to the Image() type to make it to return `None` instead of raising an error in case of corruption ? Would that help ?",
"Hi! 👋🏼 I just opened PR [#7638](https://github.com/huggingface/datasets/pull/7638) to address this issue.\n\n### 🔧 What it does:\nIt adds an `ignore_decode... |
https://api.github.com/repos/huggingface/datasets/issues/7611 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7611/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7611/comments | https://api.github.com/repos/huggingface/datasets/issues/7611/events | https://github.com/huggingface/datasets/issues/7611 | 3,141,383,940 | I_kwDODunzps67PbcE | 7,611 | Code example for dataset.add_column() does not reflect correct way to use function | {
"login": "shaily99",
"id": 31388649,
"node_id": "MDQ6VXNlcjMxMzg4NjQ5",
"avatar_url": "https://avatars.githubusercontent.com/u/31388649?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/shaily99",
"html_url": "https://github.com/shaily99",
"followers_url": "https://api.github.com/users/sha... | [] | closed | false | [] | null | 2 | 1,749,757,349,000 | 1,752,758,058,000 | 1,752,758,058,000 | null | NONE | [] | null | null | null | null | https://github.com/huggingface/datasets/blame/38d4d0e11e22fdbc4acf373d2421d25abeb43439/src/datasets/arrow_dataset.py#L5925C10-L5925C10
The example seems to suggest that dataset.add_column() can add column inplace, however, this is wrong -- it cannot. It returns a new dataset with the column added to it. | {
"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/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7611/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/7611/timeline | null | completed | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | {
"blocked_by": 0,
"total_blocked_by": 0,
"blocking": 0,
"total_blocking": 0
} | null | false | [
"Hi @shaily99 \n\nThanks for pointing this out — you're absolutely right!\n\nThe current example in the docstring for add_column() implies in-place modification, which is misleading since add_column() actually returns a new dataset.",
"#self-assign\n"
] |
https://api.github.com/repos/huggingface/datasets/issues/7610 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7610/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7610/comments | https://api.github.com/repos/huggingface/datasets/issues/7610/events | https://github.com/huggingface/datasets/issues/7610 | 3,141,281,560 | I_kwDODunzps67PCcY | 7,610 | i cant confirm email | {
"login": "lykamspam",
"id": 187984415,
"node_id": "U_kgDOCzRqHw",
"avatar_url": "https://avatars.githubusercontent.com/u/187984415?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lykamspam",
"html_url": "https://github.com/lykamspam",
"followers_url": "https://api.github.com/users/lykams... | [] | open | false | [] | null | 2 | 1,749,754,729,000 | 1,751,035,007,000 | null | null | NONE | [] | null | null | null | null | ### Describe the bug
This is dificult, I cant confirm email because I'm not get any email!
I cant post forum because I cant confirm email!
I can send help desk because... no exist on web page.
paragraph 44
### Steps to reproduce the bug
rthjrtrt
### Expected behavior
ewtgfwetgf
### Environment info
sdgfswdegfwe | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7610/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/7610/timeline | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | {
"blocked_by": 0,
"total_blocked_by": 0,
"blocking": 0,
"total_blocking": 0
} | null | false | [
"Will you please clarify the issue by some screenshots or more in-depth explanation?",
"\nThis is clarify answer. I have not received a letter.\n\n**The graphic at the top shows how I don't get any letter. Can you show in a c... |
https://api.github.com/repos/huggingface/datasets/issues/7609 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7609/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7609/comments | https://api.github.com/repos/huggingface/datasets/issues/7609/events | https://github.com/huggingface/datasets/pull/7609 | 3,140,373,128 | PR_kwDODunzps6aOQ_g | 7,609 | Update `_dill.py` to use `co_linetable` for Python 3.10+ in place of `co_lnotab` | {
"login": "qgallouedec",
"id": 45557362,
"node_id": "MDQ6VXNlcjQ1NTU3MzYy",
"avatar_url": "https://avatars.githubusercontent.com/u/45557362?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/qgallouedec",
"html_url": "https://github.com/qgallouedec",
"followers_url": "https://api.github.com/... | [] | closed | false | [] | null | 4 | 1,749,736,021,000 | 1,750,076,050,000 | 1,750,076,048,000 | null | MEMBER | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7609",
"html_url": "https://github.com/huggingface/datasets/pull/7609",
"diff_url": "https://github.com/huggingface/datasets/pull/7609.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7609.patch",
"merged_at": 1750076048000
} | Not 100% about this one, but it seems to be recommended.
```
/fsx/qgallouedec/miniconda3/envs/trl/lib/python3.12/site-packages/datasets/utils/_dill.py:385: DeprecationWarning: co_lnotab is deprecated, use co_lines instead.
```
Tests pass locally. And the warning is gone with this change.
https://peps.python.or... | {
"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/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7609/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/7609/timeline | null | null | null | null | null | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7609). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.",
"not 100% sure either, I tried removing unnecessary checks - let me know if they sound g... |
https://api.github.com/repos/huggingface/datasets/issues/7608 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7608/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7608/comments | https://api.github.com/repos/huggingface/datasets/issues/7608/events | https://github.com/huggingface/datasets/pull/7608 | 3,137,564,259 | PR_kwDODunzps6aEr6b | 7,608 | Tests typing and fixes for push_to_hub | {
"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/lhoest... | [] | closed | false | [] | null | 1 | 1,749,662,032,000 | 1,749,762,923,000 | 1,749,762,921,000 | null | MEMBER | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7608",
"html_url": "https://github.com/huggingface/datasets/pull/7608",
"diff_url": "https://github.com/huggingface/datasets/pull/7608.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7608.patch",
"merged_at": 1749762921000
} | todo:
- [x] fix TestPushToHub.test_push_dataset_dict_to_hub_iterable_num_proc | {
"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/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7608/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/7608/timeline | null | null | null | null | null | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7608). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] |
https://api.github.com/repos/huggingface/datasets/issues/7607 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7607/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7607/comments | https://api.github.com/repos/huggingface/datasets/issues/7607/events | https://github.com/huggingface/datasets/issues/7607 | 3,135,722,560 | I_kwDODunzps6651RA | 7,607 | Video and audio decoding with torchcodec | {
"login": "TyTodd",
"id": 49127578,
"node_id": "MDQ6VXNlcjQ5MTI3NTc4",
"avatar_url": "https://avatars.githubusercontent.com/u/49127578?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/TyTodd",
"html_url": "https://github.com/TyTodd",
"followers_url": "https://api.github.com/users/TyTodd/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"
}
] | closed | false | [] | null | 16 | 1,749,625,350,000 | 1,750,357,549,000 | 1,750,357,549,000 | null | CONTRIBUTOR | [] | null | null | null | null | ### Feature request
Pytorch is migrating video processing to torchcodec and it's pretty cool. It would be nice to migrate both the audio and video features to use torchcodec instead of torchaudio/video.
### Motivation
My use case is I'm working on a multimodal AV model, and what's nice about torchcodec is I can extr... | {
"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/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7607/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/7607/timeline | null | completed | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | {
"blocked_by": 0,
"total_blocked_by": 0,
"blocking": 0,
"total_blocking": 0
} | null | false | [
"Good idea ! let me know if you have any question or if I can help",
"@lhoestq Almost finished, but I'm having trouble understanding this test case.\nThis is how it looks originally. The `map` function is called, and then `with_format` is called. According to the test case example[\"video\"] is supposed to be a V... |
https://api.github.com/repos/huggingface/datasets/issues/7606 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7606/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7606/comments | https://api.github.com/repos/huggingface/datasets/issues/7606/events | https://github.com/huggingface/datasets/pull/7606 | 3,133,848,546 | PR_kwDODunzps6Z3_kV | 7,606 | Add `num_proc=` to `.push_to_hub()` (Dataset and IterableDataset) | {
"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/lhoest... | [] | closed | false | [] | null | 1 | 1,749,566,110,000 | 1,749,660,448,000 | 1,749,660,445,000 | null | MEMBER | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7606",
"html_url": "https://github.com/huggingface/datasets/pull/7606",
"diff_url": "https://github.com/huggingface/datasets/pull/7606.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7606.patch",
"merged_at": 1749660445000
} | null | {
"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/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7606/reactions",
"total_count": 6,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 6,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/7606/timeline | null | null | null | null | null | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7606). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] |
https://api.github.com/repos/huggingface/datasets/issues/7605 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7605/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7605/comments | https://api.github.com/repos/huggingface/datasets/issues/7605/events | https://github.com/huggingface/datasets/pull/7605 | 3,131,636,882 | PR_kwDODunzps6ZwcPp | 7,605 | Make `push_to_hub` atomic (#7600) | {
"login": "sharvil",
"id": 391004,
"node_id": "MDQ6VXNlcjM5MTAwNA==",
"avatar_url": "https://avatars.githubusercontent.com/u/391004?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/sharvil",
"html_url": "https://github.com/sharvil",
"followers_url": "https://api.github.com/users/sharvil/fo... | [] | closed | false | [] | null | 4 | 1,749,508,178,000 | 1,750,707,128,000 | 1,750,707,128,000 | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7605",
"html_url": "https://github.com/huggingface/datasets/pull/7605",
"diff_url": "https://github.com/huggingface/datasets/pull/7605.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7605.patch",
"merged_at": null
} | null | {
"login": "lmnt-com",
"id": 60325139,
"node_id": "MDEyOk9yZ2FuaXphdGlvbjYwMzI1MTM5",
"avatar_url": "https://avatars.githubusercontent.com/u/60325139?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lmnt-com",
"html_url": "https://github.com/lmnt-com",
"followers_url": "https://api.github.c... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7605/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/7605/timeline | null | null | null | null | null | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7605). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.",
"Hi ! unfortunately we can't allow atomic commits for commits with hundreds of files add... |
https://api.github.com/repos/huggingface/datasets/issues/7604 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7604/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7604/comments | https://api.github.com/repos/huggingface/datasets/issues/7604/events | https://github.com/huggingface/datasets/pull/7604 | 3,130,837,169 | PR_kwDODunzps6Ztrm_ | 7,604 | Docs and more methods for IterableDataset: push_to_hub, to_parquet... | {
"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/lhoest... | [] | closed | false | [] | null | 1 | 1,749,487,480,000 | 1,749,561,323,000 | 1,749,561,321,000 | null | MEMBER | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7604",
"html_url": "https://github.com/huggingface/datasets/pull/7604",
"diff_url": "https://github.com/huggingface/datasets/pull/7604.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7604.patch",
"merged_at": 1749561321000
} | to_csv, to_json, to_sql, to_pandas, to_polars, to_dict, to_list | {
"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/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7604/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/7604/timeline | null | null | null | null | null | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7604). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] |
https://api.github.com/repos/huggingface/datasets/issues/7603 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7603/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7603/comments | https://api.github.com/repos/huggingface/datasets/issues/7603/events | https://github.com/huggingface/datasets/pull/7603 | 3,130,394,563 | PR_kwDODunzps6ZsKin | 7,603 | No TF in win tests | {
"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/lhoest... | [] | closed | false | [] | null | 1 | 1,749,477,394,000 | 1,749,483,211,000 | 1,749,483,210,000 | null | MEMBER | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7603",
"html_url": "https://github.com/huggingface/datasets/pull/7603",
"diff_url": "https://github.com/huggingface/datasets/pull/7603.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7603.patch",
"merged_at": 1749483210000
} | null | {
"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/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7603/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/7603/timeline | null | null | null | null | null | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7603). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] |
https://api.github.com/repos/huggingface/datasets/issues/7602 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7602/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7602/comments | https://api.github.com/repos/huggingface/datasets/issues/7602/events | https://github.com/huggingface/datasets/pull/7602 | 3,128,758,924 | PR_kwDODunzps6Zmk99 | 7,602 | Enhance error handling and input validation across multiple modules | {
"login": "mohiuddin-khan-shiam",
"id": 147746955,
"node_id": "U_kgDOCM5wiw",
"avatar_url": "https://avatars.githubusercontent.com/u/147746955?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/mohiuddin-khan-shiam",
"html_url": "https://github.com/mohiuddin-khan-shiam",
"followers_url": "ht... | [] | open | false | [] | null | 0 | 1,749,423,666,000 | 1,749,423,666,000 | null | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7602",
"html_url": "https://github.com/huggingface/datasets/pull/7602",
"diff_url": "https://github.com/huggingface/datasets/pull/7602.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7602.patch",
"merged_at": null
} | This PR improves the robustness and user experience by:
1. **Audio Module**:
- Added clear error messages when required fields ('path' or 'bytes') are missing in audio encoding
2. **DatasetDict**:
- Enhanced key access error messages to show available splits when an invalid key is accessed
3. **NonMuta... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7602/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/7602/timeline | null | null | null | null | null | true | [] |
https://api.github.com/repos/huggingface/datasets/issues/7600 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7600/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7600/comments | https://api.github.com/repos/huggingface/datasets/issues/7600/events | https://github.com/huggingface/datasets/issues/7600 | 3,127,296,182 | I_kwDODunzps66ZsC2 | 7,600 | `push_to_hub` is not concurrency safe (dataset schema corruption) | {
"login": "sharvil",
"id": 391004,
"node_id": "MDQ6VXNlcjM5MTAwNA==",
"avatar_url": "https://avatars.githubusercontent.com/u/391004?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/sharvil",
"html_url": "https://github.com/sharvil",
"followers_url": "https://api.github.com/users/sharvil/fo... | [] | closed | false | [] | null | 4 | 1,749,317,336,000 | 1,753,956,050,000 | 1,753,956,050,000 | null | NONE | [] | null | null | null | null | ### Describe the bug
Concurrent processes modifying and pushing a dataset can overwrite each others' dataset card, leaving the dataset unusable.
Consider this scenario:
- we have an Arrow dataset
- there are `N` configs of the dataset
- there are `N` independent processes operating on each of the individual configs (... | {
"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/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7600/reactions",
"total_count": 5,
"+1": 5,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/7600/timeline | null | completed | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | {
"blocked_by": 0,
"total_blocked_by": 0,
"blocking": 0,
"total_blocking": 0
} | null | false | [
"@lhoestq can you please take a look? I've submitted a PR that fixes this issue. Thanks.",
"Thanks for the ping ! As I said in https://github.com/huggingface/datasets/pull/7605 there is maybe a more general approach using retries :)",
"Dropping this due to inactivity; we've implemented push_to_hub outside of HF... |
https://api.github.com/repos/huggingface/datasets/issues/7599 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7599/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7599/comments | https://api.github.com/repos/huggingface/datasets/issues/7599/events | https://github.com/huggingface/datasets/issues/7599 | 3,125,620,119 | I_kwDODunzps66TS2X | 7,599 | My already working dataset (when uploaded few months ago) now is ignoring metadata.jsonl | {
"login": "JuanCarlosMartinezSevilla",
"id": 97530443,
"node_id": "U_kgDOBdAySw",
"avatar_url": "https://avatars.githubusercontent.com/u/97530443?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/JuanCarlosMartinezSevilla",
"html_url": "https://github.com/JuanCarlosMartinezSevilla",
"follow... | [] | closed | false | [] | null | 3 | 1,749,236,340,000 | 1,750,087,080,000 | 1,750,087,080,000 | null | NONE | [] | null | null | null | null | ### Describe the bug
Hi everyone, I uploaded my dataset https://huggingface.co/datasets/PRAIG/SMB a few months ago while I was waiting for a conference acceptance response. Without modifying anything in the dataset repository now the Dataset viewer is not rendering the metadata.jsonl annotations, neither it is being d... | {
"login": "JuanCarlosMartinezSevilla",
"id": 97530443,
"node_id": "U_kgDOBdAySw",
"avatar_url": "https://avatars.githubusercontent.com/u/97530443?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/JuanCarlosMartinezSevilla",
"html_url": "https://github.com/JuanCarlosMartinezSevilla",
"follow... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7599/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/7599/timeline | null | completed | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | {
"blocked_by": 0,
"total_blocked_by": 0,
"blocking": 0,
"total_blocking": 0
} | null | false | [
"Maybe its been a recent update, but i can manage to load the metadata.jsonl separately from the images with:\n\n```\nmetadata = load_dataset(\"PRAIG/SMB\", split=\"train\", data_files=[\"*.jsonl\"])\nimages = load_dataset(\"PRAIG/SMB\", split=\"train\")\n```\nDo you know it this is an expected behaviour? This make... |
https://api.github.com/repos/huggingface/datasets/issues/7598 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7598/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7598/comments | https://api.github.com/repos/huggingface/datasets/issues/7598/events | https://github.com/huggingface/datasets/pull/7598 | 3,125,184,457 | PR_kwDODunzps6ZaclZ | 7,598 | fix string_to_dict usage for windows | {
"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/lhoest... | [] | closed | false | [] | null | 1 | 1,749,225,269,000 | 1,749,226,342,000 | 1,749,226,341,000 | null | MEMBER | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7598",
"html_url": "https://github.com/huggingface/datasets/pull/7598",
"diff_url": "https://github.com/huggingface/datasets/pull/7598.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7598.patch",
"merged_at": 1749226341000
} | null | {
"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/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7598/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/7598/timeline | null | null | null | null | null | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7598). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] |
https://api.github.com/repos/huggingface/datasets/issues/7597 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7597/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7597/comments | https://api.github.com/repos/huggingface/datasets/issues/7597/events | https://github.com/huggingface/datasets/issues/7597 | 3,123,962,709 | I_kwDODunzps66M-NV | 7,597 | Download datasets from a private hub in 2025 | {
"login": "DanielSchuhmacher",
"id": 178552926,
"node_id": "U_kgDOCqSAXg",
"avatar_url": "https://avatars.githubusercontent.com/u/178552926?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/DanielSchuhmacher",
"html_url": "https://github.com/DanielSchuhmacher",
"followers_url": "https://api... | [
{
"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 | [] | null | 2 | 1,749,196,519,000 | 1,749,822,360,000 | 1,749,822,360,000 | null | NONE | [] | null | null | null | null | ### Feature request
In the context of a private hub deployment, customers would like to use load_dataset() to load datasets from their hub, not from the public hub. This doesn't seem to be configurable at the moment and it would be nice to add this feature.
The obvious workaround is to clone the repo first and then l... | {
"login": "DanielSchuhmacher",
"id": 178552926,
"node_id": "U_kgDOCqSAXg",
"avatar_url": "https://avatars.githubusercontent.com/u/178552926?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/DanielSchuhmacher",
"html_url": "https://github.com/DanielSchuhmacher",
"followers_url": "https://api... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7597/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/7597/timeline | null | completed | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | {
"blocked_by": 0,
"total_blocked_by": 0,
"blocking": 0,
"total_blocking": 0
} | null | false | [
"Hi ! First, and in the general case, Hugging Face does offer to host private datasets, and with a subscription you can even choose the region in which the repositories are hosted (US, EU)\n\nThen if you happen to have a private deployment, you can set the HF_ENDPOINT environment variable (same as in https://github... |
https://api.github.com/repos/huggingface/datasets/issues/7596 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7596/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7596/comments | https://api.github.com/repos/huggingface/datasets/issues/7596/events | https://github.com/huggingface/datasets/pull/7596 | 3,122,595,042 | PR_kwDODunzps6ZRkEU | 7,596 | Add albumentations to use dataset | {
"login": "ternaus",
"id": 5481618,
"node_id": "MDQ6VXNlcjU0ODE2MTg=",
"avatar_url": "https://avatars.githubusercontent.com/u/5481618?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ternaus",
"html_url": "https://github.com/ternaus",
"followers_url": "https://api.github.com/users/ternaus/... | [] | closed | false | [] | null | 3 | 1,749,155,986,000 | 1,750,185,488,000 | 1,750,171,470,000 | null | CONTRIBUTOR | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7596",
"html_url": "https://github.com/huggingface/datasets/pull/7596",
"diff_url": "https://github.com/huggingface/datasets/pull/7596.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7596.patch",
"merged_at": 1750171470000
} | 1. Fixed broken link to the list of transforms in torchvison.
2. Extended section about video image augmentations with an example from Albumentations. | {
"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/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7596/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/7596/timeline | null | null | null | null | null | true | [
"@lhoestq ping",
"@lhoestq ping",
"@lhoestq Thanks. Cleaned up torchvision."
] |
https://api.github.com/repos/huggingface/datasets/issues/7595 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7595/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7595/comments | https://api.github.com/repos/huggingface/datasets/issues/7595/events | https://github.com/huggingface/datasets/pull/7595 | 3,121,689,436 | PR_kwDODunzps6ZOaFl | 7,595 | Add `IterableDataset.push_to_hub()` | {
"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/lhoest... | [] | closed | false | [] | null | 1 | 1,749,137,372,000 | 1,749,226,357,000 | 1,749,226,356,000 | null | MEMBER | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7595",
"html_url": "https://github.com/huggingface/datasets/pull/7595",
"diff_url": "https://github.com/huggingface/datasets/pull/7595.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7595.patch",
"merged_at": 1749226356000
} | Basic implementation, which writes one shard per input dataset shard.
This is to be improved later.
Close https://github.com/huggingface/datasets/issues/5665
PS: for image/audio datasets structured as actual image/audio files (not parquet), you can sometimes speed it up with `ds.decode(num_threads=...).push_to_h... | {
"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/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7595/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/7595/timeline | null | null | null | null | null | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7595). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] |
https://api.github.com/repos/huggingface/datasets/issues/7594 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7594/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7594/comments | https://api.github.com/repos/huggingface/datasets/issues/7594/events | https://github.com/huggingface/datasets/issues/7594 | 3,120,799,626 | I_kwDODunzps66A5-K | 7,594 | Add option to ignore keys/columns when loading a dataset from jsonl(or any other data format) | {
"login": "avishaiElmakies",
"id": 36810152,
"node_id": "MDQ6VXNlcjM2ODEwMTUy",
"avatar_url": "https://avatars.githubusercontent.com/u/36810152?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/avishaiElmakies",
"html_url": "https://github.com/avishaiElmakies",
"followers_url": "https://api... | [
{
"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 | [] | null | 10 | 1,749,121,965,000 | 1,761,231,287,000 | null | null | NONE | [] | null | null | null | null | ### Feature request
Hi, I would like the option to ignore keys/columns when loading a dataset from files (e.g. jsonl).
### Motivation
I am working on a dataset which is built on jsonl. It seems the dataset is unclean and a column has different types in each row. I can't clean this or remove the column (It is not my ... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7594/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/7594/timeline | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | {
"blocked_by": 0,
"total_blocked_by": 0,
"blocking": 0,
"total_blocking": 0
} | null | false | [
"Good point, I'd be in favor of having the `columns` argument in `JsonConfig` (and the others) to align with `ParquetConfig` to let users choose which columns to load and ignore the rest",
"Is it possible to ignore columns when using parquet? ",
"Yes, you can pass `columns=...` to load_dataset to select which c... |
https://api.github.com/repos/huggingface/datasets/issues/7593 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7593/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7593/comments | https://api.github.com/repos/huggingface/datasets/issues/7593/events | https://github.com/huggingface/datasets/pull/7593 | 3,118,812,368 | PR_kwDODunzps6ZE34G | 7,593 | Fix broken link to albumentations | {
"login": "ternaus",
"id": 5481618,
"node_id": "MDQ6VXNlcjU0ODE2MTg=",
"avatar_url": "https://avatars.githubusercontent.com/u/5481618?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ternaus",
"html_url": "https://github.com/ternaus",
"followers_url": "https://api.github.com/users/ternaus/... | [] | closed | false | [] | null | 2 | 1,749,063,613,000 | 1,749,141,422,000 | 1,749,141,392,000 | null | CONTRIBUTOR | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7593",
"html_url": "https://github.com/huggingface/datasets/pull/7593",
"diff_url": "https://github.com/huggingface/datasets/pull/7593.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7593.patch",
"merged_at": 1749141392000
} | A few months back I rewrote all docs at [https://albumentations.ai/docs](https://albumentations.ai/docs), and some pages changed their links.
In this PR fixed link to the most recent doc in Albumentations about bounding boxes and it's format.
Fix a few typos in the doc as well. | {
"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/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7593/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/7593/timeline | null | null | null | null | null | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7593). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.",
"@lhoestq ping"
] |
https://api.github.com/repos/huggingface/datasets/issues/7592 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7592/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7592/comments | https://api.github.com/repos/huggingface/datasets/issues/7592/events | https://github.com/huggingface/datasets/pull/7592 | 3,118,203,880 | PR_kwDODunzps6ZC2so | 7,592 | Remove scripts altogether | {
"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/lhoest... | [] | closed | false | [] | null | 7 | 1,749,050,051,000 | 1,756,983,823,000 | 1,749,487,527,000 | null | MEMBER | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7592",
"html_url": "https://github.com/huggingface/datasets/pull/7592",
"diff_url": "https://github.com/huggingface/datasets/pull/7592.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7592.patch",
"merged_at": 1749487527000
} | TODO:
- [x] remplace fixtures based on script with no-script fixtures
- [x] windaube | {
"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/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7592/reactions",
"total_count": 5,
"+1": 0,
"-1": 5,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/7592/timeline | null | null | null | null | null | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7592). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.",
"Hi @lhoestq,\r\nI wanted to ask\r\nare you planning to stop supporting dataset builds u... |
https://api.github.com/repos/huggingface/datasets/issues/7591 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7591/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7591/comments | https://api.github.com/repos/huggingface/datasets/issues/7591/events | https://github.com/huggingface/datasets/issues/7591 | 3,117,816,388 | I_kwDODunzps651hpE | 7,591 | Add num_proc parameter to push_to_hub | {
"login": "SwayStar123",
"id": 46050679,
"node_id": "MDQ6VXNlcjQ2MDUwNjc5",
"avatar_url": "https://avatars.githubusercontent.com/u/46050679?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/SwayStar123",
"html_url": "https://github.com/SwayStar123",
"followers_url": "https://api.github.com/... | [
{
"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 | [] | null | 4 | 1,749,043,155,000 | 1,756,982,613,000 | 1,756,982,613,000 | null | NONE | [] | null | null | null | null | ### Feature request
A number of processes parameter to the dataset.push_to_hub method
### Motivation
Shards are currently uploaded serially which makes it slow for many shards, uploading can be done in parallel and much faster
| {
"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/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7591/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/7591/timeline | null | completed | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | {
"blocked_by": 0,
"total_blocked_by": 0,
"blocking": 0,
"total_blocking": 0
} | null | false | [
"Hi @SwayStar123 \n\nI'd be interested in taking this up. I plan to add a `num_proc` parameter to `push_to_hub()` and use parallel uploads for shards using `concurrent.futures`. Will explore whether `ThreadPoolExecutor` or `ProcessPoolExecutor` is more suitable based on current implementation. Let me know if that s... |
https://api.github.com/repos/huggingface/datasets/issues/7590 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7590/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7590/comments | https://api.github.com/repos/huggingface/datasets/issues/7590/events | https://github.com/huggingface/datasets/issues/7590 | 3,101,654,892 | I_kwDODunzps64339s | 7,590 | `Sequence(Features(...))` causes PyArrow cast error in `load_dataset` despite correct schema. | {
"login": "AHS-uni",
"id": 183279820,
"node_id": "U_kgDOCuygzA",
"avatar_url": "https://avatars.githubusercontent.com/u/183279820?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/AHS-uni",
"html_url": "https://github.com/AHS-uni",
"followers_url": "https://api.github.com/users/AHS-uni/foll... | [] | closed | false | [] | null | 6 | 1,748,559,216,000 | 1,752,965,108,000 | 1,752,965,108,000 | null | NONE | [] | null | null | null | null | ### Description
When loading a dataset with a field declared as a list of structs using `Sequence(Features(...))`, `load_dataset` incorrectly infers the field as a plain `struct<...>` instead of a `list<struct<...>>`. This leads to the following error:
```
ArrowNotImplementedError: Unsupported cast from list<item: st... | {
"login": "AHS-uni",
"id": 183279820,
"node_id": "U_kgDOCuygzA",
"avatar_url": "https://avatars.githubusercontent.com/u/183279820?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/AHS-uni",
"html_url": "https://github.com/AHS-uni",
"followers_url": "https://api.github.com/users/AHS-uni/foll... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7590/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/7590/timeline | null | completed | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | {
"blocked_by": 0,
"total_blocked_by": 0,
"blocking": 0,
"total_blocking": 0
} | null | false | [
"Hi @lhoestq \n\nCould you help confirm whether this qualifies as a bug?\n\nIt looks like the issue stems from how `Sequence(Features(...))` is interpreted as a plain struct during schema inference, which leads to a mismatch when casting with PyArrow (especially with nested structs inside lists). From the descripti... |
https://api.github.com/repos/huggingface/datasets/issues/7589 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7589/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7589/comments | https://api.github.com/repos/huggingface/datasets/issues/7589/events | https://github.com/huggingface/datasets/pull/7589 | 3,101,119,704 | PR_kwDODunzps6YKiyL | 7,589 | feat: use content defined chunking | {
"login": "kszucs",
"id": 961747,
"node_id": "MDQ6VXNlcjk2MTc0Nw==",
"avatar_url": "https://avatars.githubusercontent.com/u/961747?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/kszucs",
"html_url": "https://github.com/kszucs",
"followers_url": "https://api.github.com/users/kszucs/follow... | [] | closed | false | [] | null | 13 | 1,748,542,781,000 | 1,757,425,525,000 | 1,757,425,524,000 | null | MEMBER | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7589",
"html_url": "https://github.com/huggingface/datasets/pull/7589",
"diff_url": "https://github.com/huggingface/datasets/pull/7589.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7589.patch",
"merged_at": 1757425524000
} | Use content defined chunking by default when writing parquet files.
- [x] set the parameters in `io.parquet.ParquetDatasetReader`
- [x] set the parameters in `arrow_writer.ParquetWriter`
It requires a new pyarrow pin ">=21.0.0" which is released now. | {
"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/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7589/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/7589/timeline | null | null | null | null | null | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7589). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.",
"Need to set `DEFAULT_MAX_BATCH_SIZE = 1024 * 1024`",
"We should consider enabling pag... |
https://api.github.com/repos/huggingface/datasets/issues/7588 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7588/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7588/comments | https://api.github.com/repos/huggingface/datasets/issues/7588/events | https://github.com/huggingface/datasets/issues/7588 | 3,094,012,025 | I_kwDODunzps64auB5 | 7,588 | ValueError: Invalid pattern: '**' can only be an entire path component [Colab] | {
"login": "wkambale",
"id": 43061081,
"node_id": "MDQ6VXNlcjQzMDYxMDgx",
"avatar_url": "https://avatars.githubusercontent.com/u/43061081?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/wkambale",
"html_url": "https://github.com/wkambale",
"followers_url": "https://api.github.com/users/wka... | [] | closed | false | [] | null | 5 | 1,748,353,565,000 | 1,748,611,372,000 | 1,748,568,390,000 | null | NONE | [] | null | null | null | null | ### Describe the bug
I have a dataset on HF [here](https://huggingface.co/datasets/kambale/luganda-english-parallel-corpus) that i've previously used to train a translation model [here](https://huggingface.co/kambale/pearl-11m-translate).
now i changed a few hyperparameters to increase number of tokens for the model,... | {
"login": "wkambale",
"id": 43061081,
"node_id": "MDQ6VXNlcjQzMDYxMDgx",
"avatar_url": "https://avatars.githubusercontent.com/u/43061081?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/wkambale",
"html_url": "https://github.com/wkambale",
"followers_url": "https://api.github.com/users/wka... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7588/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/7588/timeline | null | completed | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | {
"blocked_by": 0,
"total_blocked_by": 0,
"blocking": 0,
"total_blocking": 0
} | null | false | [
"Could you please run the following code snippet in your environment and share the exact output? This will help check for any compatibility issues within the env itself. \n\n```\nimport datasets\nimport huggingface_hub\nimport fsspec\n\nprint(\"datasets version:\", datasets.__version__)\nprint(\"huggingface_hub ver... |
https://api.github.com/repos/huggingface/datasets/issues/7587 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7587/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7587/comments | https://api.github.com/repos/huggingface/datasets/issues/7587/events | https://github.com/huggingface/datasets/pull/7587 | 3,091,834,987 | PR_kwDODunzps6XrB8F | 7,587 | load_dataset splits typing | {
"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/lhoest... | [] | closed | false | [] | null | 1 | 1,748,284,120,000 | 1,748,284,270,000 | 1,748,284,197,000 | null | MEMBER | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7587",
"html_url": "https://github.com/huggingface/datasets/pull/7587",
"diff_url": "https://github.com/huggingface/datasets/pull/7587.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7587.patch",
"merged_at": 1748284197000
} | close https://github.com/huggingface/datasets/issues/7583 | {
"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/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7587/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/7587/timeline | null | null | null | null | null | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7587). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] |
https://api.github.com/repos/huggingface/datasets/issues/7586 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7586/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7586/comments | https://api.github.com/repos/huggingface/datasets/issues/7586/events | https://github.com/huggingface/datasets/issues/7586 | 3,091,320,431 | I_kwDODunzps64Qc5v | 7,586 | help is appreciated | {
"login": "rajasekarnp1",
"id": 54931785,
"node_id": "MDQ6VXNlcjU0OTMxNzg1",
"avatar_url": "https://avatars.githubusercontent.com/u/54931785?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/rajasekarnp1",
"html_url": "https://github.com/rajasekarnp1",
"followers_url": "https://api.github.c... | [
{
"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 | [] | null | 1 | 1,748,268,042,000 | 1,748,283,717,000 | null | null | NONE | [] | null | null | null | null | ### Feature request
https://github.com/rajasekarnp1/neural-audio-upscaler/tree/main
### Motivation
ai model develpment and audio
### Your contribution
ai model develpment and audio | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7586/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/7586/timeline | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | {
"blocked_by": 0,
"total_blocked_by": 0,
"blocking": 0,
"total_blocking": 0
} | null | false | [
"how is this related to this repository ?"
] |
https://api.github.com/repos/huggingface/datasets/issues/7585 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7585/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7585/comments | https://api.github.com/repos/huggingface/datasets/issues/7585/events | https://github.com/huggingface/datasets/pull/7585 | 3,091,227,921 | PR_kwDODunzps6Xo-Tw | 7,585 | Avoid multiple default config names | {
"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.g... | [] | closed | false | [] | null | 1 | 1,748,266,079,000 | 1,749,127,314,000 | 1,749,127,312,000 | null | MEMBER | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7585",
"html_url": "https://github.com/huggingface/datasets/pull/7585",
"diff_url": "https://github.com/huggingface/datasets/pull/7585.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7585.patch",
"merged_at": 1749127312000
} | Fix duplicating default config names.
Currently, when calling `push_to_hub(set_default=True` with 2 different config names, both are set as default.
Moreover, this will generate an error next time we try to push another default config name, raised by `MetadataConfigs.get_default_config_name`:
https://github.com... | {
"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.g... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7585/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/7585/timeline | null | null | null | null | null | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7585). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] |
https://api.github.com/repos/huggingface/datasets/issues/7584 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7584/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7584/comments | https://api.github.com/repos/huggingface/datasets/issues/7584/events | https://github.com/huggingface/datasets/issues/7584 | 3,090,255,023 | I_kwDODunzps64MYyv | 7,584 | Add LMDB format support | {
"login": "trotsky1997",
"id": 30512160,
"node_id": "MDQ6VXNlcjMwNTEyMTYw",
"avatar_url": "https://avatars.githubusercontent.com/u/30512160?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/trotsky1997",
"html_url": "https://github.com/trotsky1997",
"followers_url": "https://api.github.com/... | [
{
"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 | [] | null | 1 | 1,748,243,413,000 | 1,748,283,817,000 | null | null | NONE | [] | null | null | null | null | ### Feature request
Add LMDB format support for large memory-mapping files
### Motivation
Add LMDB format support for large memory-mapping files
### Your contribution
I'm trying to add it | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7584/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/7584/timeline | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | {
"blocked_by": 0,
"total_blocked_by": 0,
"blocking": 0,
"total_blocking": 0
} | null | false | [
"Hi ! Can you explain what's your use case ? Is it about converting LMDB to Dataset objects (i.e. converting to Arrow) ?"
] |
https://api.github.com/repos/huggingface/datasets/issues/7583 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7583/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7583/comments | https://api.github.com/repos/huggingface/datasets/issues/7583/events | https://github.com/huggingface/datasets/issues/7583 | 3,088,987,757 | I_kwDODunzps64HjZt | 7,583 | load_dataset type stubs reject List[str] for split parameter, but runtime supports it | {
"login": "hierr",
"id": 25069969,
"node_id": "MDQ6VXNlcjI1MDY5OTY5",
"avatar_url": "https://avatars.githubusercontent.com/u/25069969?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/hierr",
"html_url": "https://github.com/hierr",
"followers_url": "https://api.github.com/users/hierr/follow... | [] | closed | false | [] | null | 0 | 1,748,140,398,000 | 1,748,284,198,000 | 1,748,284,198,000 | null | NONE | [] | null | null | null | null | ### Describe the bug
The [load_dataset](https://huggingface.co/docs/datasets/v3.6.0/en/package_reference/loading_methods#datasets.load_dataset) method accepts a `List[str]` as the split parameter at runtime, however, the current type stubs restrict the split parameter to `Union[str, Split, None]`. This causes type che... | {
"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/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7583/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/7583/timeline | null | completed | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | {
"blocked_by": 0,
"total_blocked_by": 0,
"blocking": 0,
"total_blocking": 0
} | null | false | [] |
https://api.github.com/repos/huggingface/datasets/issues/7582 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7582/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7582/comments | https://api.github.com/repos/huggingface/datasets/issues/7582/events | https://github.com/huggingface/datasets/pull/7582 | 3,083,515,643 | PR_kwDODunzps6XPIt7 | 7,582 | fix: Add embed_storage in Pdf feature | {
"login": "AndreaFrancis",
"id": 5564745,
"node_id": "MDQ6VXNlcjU1NjQ3NDU=",
"avatar_url": "https://avatars.githubusercontent.com/u/5564745?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/AndreaFrancis",
"html_url": "https://github.com/AndreaFrancis",
"followers_url": "https://api.github.... | [] | closed | false | [] | null | 1 | 1,747,922,789,000 | 1,747,923,458,000 | 1,747,923,456,000 | null | CONTRIBUTOR | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7582",
"html_url": "https://github.com/huggingface/datasets/pull/7582",
"diff_url": "https://github.com/huggingface/datasets/pull/7582.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7582.patch",
"merged_at": 1747923456000
} | Add missing `embed_storage` method in Pdf feature (Same as in Audio and Image) | {
"login": "AndreaFrancis",
"id": 5564745,
"node_id": "MDQ6VXNlcjU1NjQ3NDU=",
"avatar_url": "https://avatars.githubusercontent.com/u/5564745?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/AndreaFrancis",
"html_url": "https://github.com/AndreaFrancis",
"followers_url": "https://api.github.... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7582/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/7582/timeline | null | null | null | null | null | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7582). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] |
https://api.github.com/repos/huggingface/datasets/issues/7581 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7581/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7581/comments | https://api.github.com/repos/huggingface/datasets/issues/7581/events | https://github.com/huggingface/datasets/pull/7581 | 3,083,080,413 | PR_kwDODunzps6XNpm0 | 7,581 | Add missing property on `RepeatExamplesIterable` | {
"login": "SilvanCodes",
"id": 42788329,
"node_id": "MDQ6VXNlcjQyNzg4MzI5",
"avatar_url": "https://avatars.githubusercontent.com/u/42788329?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/SilvanCodes",
"html_url": "https://github.com/SilvanCodes",
"followers_url": "https://api.github.com/... | [] | closed | false | [] | null | 0 | 1,747,914,067,000 | 1,749,127,290,000 | 1,749,127,289,000 | null | CONTRIBUTOR | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7581",
"html_url": "https://github.com/huggingface/datasets/pull/7581",
"diff_url": "https://github.com/huggingface/datasets/pull/7581.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7581.patch",
"merged_at": 1749127289000
} | Fixes #7561 | {
"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/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7581/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/7581/timeline | null | null | null | null | null | true | [] |
https://api.github.com/repos/huggingface/datasets/issues/7580 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7580/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7580/comments | https://api.github.com/repos/huggingface/datasets/issues/7580/events | https://github.com/huggingface/datasets/issues/7580 | 3,082,993,027 | I_kwDODunzps63wr2D | 7,580 | Requesting a specific split (eg: test) still downloads all (train, test, val) data when streaming=False. | {
"login": "s3pi",
"id": 48768216,
"node_id": "MDQ6VXNlcjQ4NzY4MjE2",
"avatar_url": "https://avatars.githubusercontent.com/u/48768216?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/s3pi",
"html_url": "https://github.com/s3pi",
"followers_url": "https://api.github.com/users/s3pi/followers"... | [] | open | false | [] | null | 2 | 1,747,912,096,000 | 1,762,359,953,000 | null | null | NONE | [] | null | null | null | null | ### Describe the bug
When using load_dataset() from the datasets library (in load.py), specifying a particular split (e.g., split="train") still results in downloading data for all splits when streaming=False. This happens during the builder_instance.download_and_prepare() call.
This behavior leads to unnecessary band... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7580/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/7580/timeline | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | {
"blocked_by": 0,
"total_blocked_by": 0,
"blocking": 0,
"total_blocking": 0
} | null | false | [
"Hi ! There was a PR open to improve this: https://github.com/huggingface/datasets/pull/6832 \nbut it hasn't been continued so far.\n\nIt would be a cool improvement though !",
"Been having this problem with datasets and dataloader for a while."
] |
https://api.github.com/repos/huggingface/datasets/issues/7579 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7579/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7579/comments | https://api.github.com/repos/huggingface/datasets/issues/7579/events | https://github.com/huggingface/datasets/pull/7579 | 3,081,849,022 | PR_kwDODunzps6XJerX | 7,579 | Fix typos in PDF and Video documentation | {
"login": "AndreaFrancis",
"id": 5564745,
"node_id": "MDQ6VXNlcjU1NjQ3NDU=",
"avatar_url": "https://avatars.githubusercontent.com/u/5564745?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/AndreaFrancis",
"html_url": "https://github.com/AndreaFrancis",
"followers_url": "https://api.github.... | [] | closed | false | [] | null | 1 | 1,747,880,860,000 | 1,747,918,429,000 | 1,747,918,427,000 | null | CONTRIBUTOR | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7579",
"html_url": "https://github.com/huggingface/datasets/pull/7579",
"diff_url": "https://github.com/huggingface/datasets/pull/7579.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7579.patch",
"merged_at": 1747918427000
} | null | {
"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/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7579/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/7579/timeline | null | null | null | null | null | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7579). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] |
https://api.github.com/repos/huggingface/datasets/issues/7577 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7577/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7577/comments | https://api.github.com/repos/huggingface/datasets/issues/7577/events | https://github.com/huggingface/datasets/issues/7577 | 3,080,833,740 | I_kwDODunzps63ocrM | 7,577 | arrow_schema is not compatible with list | {
"login": "jonathanshen-upwork",
"id": 164412025,
"node_id": "U_kgDOCcy6eQ",
"avatar_url": "https://avatars.githubusercontent.com/u/164412025?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/jonathanshen-upwork",
"html_url": "https://github.com/jonathanshen-upwork",
"followers_url": "https... | [] | closed | false | [] | null | 3 | 1,747,845,421,000 | 1,748,285,391,000 | 1,748,284,375,000 | null | NONE | [] | null | null | null | null | ### Describe the bug
```
import datasets
f = datasets.Features({'x': list[datasets.Value(dtype='int32')]})
f.arrow_schema
Traceback (most recent call last):
File "datasets/features/features.py", line 1826, in arrow_schema
return pa.schema(self.type).with_metadata({"huggingface": json.dumps(hf_metadata)})
... | {
"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/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7577/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/7577/timeline | null | completed | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | {
"blocked_by": 0,
"total_blocked_by": 0,
"blocking": 0,
"total_blocking": 0
} | null | false | [
"Thanks for reporting, I'll look into it",
"Actually it looks like you just forgot parenthesis:\n\n```diff\n- f = datasets.Features({'x': list[datasets.Value(dtype='int32')]})\n+ f = datasets.Features({'x': list([datasets.Value(dtype='int32')])})\n```\n\nor simply using the `[ ]` syntax:\n\n```python\nf = dataset... |
https://api.github.com/repos/huggingface/datasets/issues/7576 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7576/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7576/comments | https://api.github.com/repos/huggingface/datasets/issues/7576/events | https://github.com/huggingface/datasets/pull/7576 | 3,080,450,538 | PR_kwDODunzps6XEuMz | 7,576 | Fix regex library warnings | {
"login": "emmanuel-ferdman",
"id": 35470921,
"node_id": "MDQ6VXNlcjM1NDcwOTIx",
"avatar_url": "https://avatars.githubusercontent.com/u/35470921?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/emmanuel-ferdman",
"html_url": "https://github.com/emmanuel-ferdman",
"followers_url": "https://... | [] | closed | false | [] | null | 1 | 1,747,837,918,000 | 1,749,130,516,000 | 1,749,127,075,000 | null | CONTRIBUTOR | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7576",
"html_url": "https://github.com/huggingface/datasets/pull/7576",
"diff_url": "https://github.com/huggingface/datasets/pull/7576.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7576.patch",
"merged_at": 1749127075000
} | # PR Summary
This small PR resolves the regex library warnings showing starting Python3.11:
```python
DeprecationWarning: 'count' is passed as positional argument
``` | {
"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/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7576/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/7576/timeline | null | null | null | null | null | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7576). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] |
https://api.github.com/repos/huggingface/datasets/issues/7575 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7575/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7575/comments | https://api.github.com/repos/huggingface/datasets/issues/7575/events | https://github.com/huggingface/datasets/pull/7575 | 3,080,228,718 | PR_kwDODunzps6XD9gM | 7,575 | [MINOR:TYPO] Update save_to_disk docstring | {
"login": "cakiki",
"id": 3664563,
"node_id": "MDQ6VXNlcjM2NjQ1NjM=",
"avatar_url": "https://avatars.githubusercontent.com/u/3664563?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/cakiki",
"html_url": "https://github.com/cakiki",
"followers_url": "https://api.github.com/users/cakiki/foll... | [] | closed | false | [] | null | 0 | 1,747,833,744,000 | 1,749,127,153,000 | 1,749,127,153,000 | null | CONTRIBUTOR | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7575",
"html_url": "https://github.com/huggingface/datasets/pull/7575",
"diff_url": "https://github.com/huggingface/datasets/pull/7575.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7575.patch",
"merged_at": 1749127153000
} | r/hub/filesystem in save_to_disk | {
"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/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7575/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/7575/timeline | null | null | null | null | null | true | [] |
https://api.github.com/repos/huggingface/datasets/issues/7574 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7574/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7574/comments | https://api.github.com/repos/huggingface/datasets/issues/7574/events | https://github.com/huggingface/datasets/issues/7574 | 3,079,641,072 | I_kwDODunzps63j5fw | 7,574 | Missing multilingual directions in IWSLT2017 dataset's processing script | {
"login": "andy-joy-25",
"id": 79297451,
"node_id": "MDQ6VXNlcjc5Mjk3NDUx",
"avatar_url": "https://avatars.githubusercontent.com/u/79297451?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/andy-joy-25",
"html_url": "https://github.com/andy-joy-25",
"followers_url": "https://api.github.com/... | [] | open | false | [] | null | 2 | 1,747,821,197,000 | 1,748,284,598,000 | null | null | NONE | [] | null | null | null | null | ### Describe the bug
Hi,
Upon using `iwslt2017.py` in `IWSLT/iwslt2017` on the Hub for loading the datasets, I am unable to obtain the datasets for the language pairs `de-it`, `de-ro`, `de-nl`, `it-de`, `nl-de`, and `ro-de` using it. These 6 pairs do not show up when using `get_dataset_config_names()` to obtain the ... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7574/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/7574/timeline | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | {
"blocked_by": 0,
"total_blocked_by": 0,
"blocking": 0,
"total_blocking": 0
} | null | false | [
"I have opened 2 PRs on the Hub: `https://huggingface.co/datasets/IWSLT/iwslt2017/discussions/7` and `https://huggingface.co/datasets/IWSLT/iwslt2017/discussions/8` to resolve this issue",
"cool ! I pinged the owners of the dataset on HF to merge your PRs :)"
] |
https://api.github.com/repos/huggingface/datasets/issues/7573 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7573/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7573/comments | https://api.github.com/repos/huggingface/datasets/issues/7573/events | https://github.com/huggingface/datasets/issues/7573 | 3,076,415,382 | I_kwDODunzps63Xl-W | 7,573 | No Samsum dataset | {
"login": "IgorKasianenko",
"id": 17688220,
"node_id": "MDQ6VXNlcjE3Njg4MjIw",
"avatar_url": "https://avatars.githubusercontent.com/u/17688220?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/IgorKasianenko",
"html_url": "https://github.com/IgorKasianenko",
"followers_url": "https://api.gi... | [] | closed | false | [] | null | 4 | 1,747,734,875,000 | 1,753,122,874,000 | 1,750,251,143,000 | null | NONE | [] | null | null | null | null | ### Describe the bug
https://huggingface.co/datasets/Samsung/samsum dataset not found error 404
Originated from https://github.com/meta-llama/llama-cookbook/issues/948
### Steps to reproduce the bug
go to website https://huggingface.co/datasets/Samsung/samsum
see the error
also downloading it with python throws
`... | {
"login": "IgorKasianenko",
"id": 17688220,
"node_id": "MDQ6VXNlcjE3Njg4MjIw",
"avatar_url": "https://avatars.githubusercontent.com/u/17688220?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/IgorKasianenko",
"html_url": "https://github.com/IgorKasianenko",
"followers_url": "https://api.gi... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7573/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/7573/timeline | null | completed | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | {
"blocked_by": 0,
"total_blocked_by": 0,
"blocking": 0,
"total_blocking": 0
} | null | false | [
"According to the following https://huggingface.co/posts/seawolf2357/424129432408590, as of now the dataset seems to be inaccessible.\n\n@IgorKasianenko, would https://huggingface.co/datasets/knkarthick/samsum suffice for your purpose?\n",
"Thanks @SP1029 for the update!\nThat will work for now, using it as repla... |
https://api.github.com/repos/huggingface/datasets/issues/7572 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7572/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7572/comments | https://api.github.com/repos/huggingface/datasets/issues/7572/events | https://github.com/huggingface/datasets/pull/7572 | 3,074,529,251 | PR_kwDODunzps6WwsZB | 7,572 | Fixed typos | {
"login": "TopCoder2K",
"id": 47208659,
"node_id": "MDQ6VXNlcjQ3MjA4NjU5",
"avatar_url": "https://avatars.githubusercontent.com/u/47208659?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/TopCoder2K",
"html_url": "https://github.com/TopCoder2K",
"followers_url": "https://api.github.com/use... | [] | closed | false | [] | null | 1 | 1,747,675,019,000 | 1,749,126,342,000 | 1,749,126,341,000 | null | CONTRIBUTOR | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7572",
"html_url": "https://github.com/huggingface/datasets/pull/7572",
"diff_url": "https://github.com/huggingface/datasets/pull/7572.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7572.patch",
"merged_at": 1749126341000
} | More info: [comment](https://github.com/huggingface/datasets/pull/7564#issuecomment-2863391781). | {
"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/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7572/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/7572/timeline | null | null | null | null | null | true | [
"@lhoestq, mentioning in case you haven't seen this PR. The contribution is very small and easy to check :)"
] |
https://api.github.com/repos/huggingface/datasets/issues/7571 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7571/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7571/comments | https://api.github.com/repos/huggingface/datasets/issues/7571/events | https://github.com/huggingface/datasets/pull/7571 | 3,074,116,942 | PR_kwDODunzps6WvRqi | 7,571 | fix string_to_dict test | {
"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/lhoest... | [] | closed | false | [] | null | 1 | 1,747,666,163,000 | 1,747,666,344,000 | 1,747,666,168,000 | null | MEMBER | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7571",
"html_url": "https://github.com/huggingface/datasets/pull/7571",
"diff_url": "https://github.com/huggingface/datasets/pull/7571.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7571.patch",
"merged_at": 1747666168000
} | null | {
"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/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7571/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/7571/timeline | null | null | null | null | null | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7571). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] |
https://api.github.com/repos/huggingface/datasets/issues/7570 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7570/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7570/comments | https://api.github.com/repos/huggingface/datasets/issues/7570/events | https://github.com/huggingface/datasets/issues/7570 | 3,065,966,529 | I_kwDODunzps62vu_B | 7,570 | Dataset lib seems to broke after fssec lib update | {
"login": "sleepingcat4",
"id": 81933585,
"node_id": "MDQ6VXNlcjgxOTMzNTg1",
"avatar_url": "https://avatars.githubusercontent.com/u/81933585?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/sleepingcat4",
"html_url": "https://github.com/sleepingcat4",
"followers_url": "https://api.github.c... | [] | closed | false | [] | null | 3 | 1,747,309,506,000 | 1,749,775,467,000 | 1,749,775,467,000 | null | NONE | [] | null | null | null | null | ### Describe the bug
I am facing an issue since today where HF's dataset is acting weird and in some instances failure to recognise a valid dataset entirely, I think it is happening due to recent change in `fsspec` lib as using this command fixed it for me in one-time: `!pip install -U datasets huggingface_hub fsspec`... | {
"login": "sleepingcat4",
"id": 81933585,
"node_id": "MDQ6VXNlcjgxOTMzNTg1",
"avatar_url": "https://avatars.githubusercontent.com/u/81933585?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/sleepingcat4",
"html_url": "https://github.com/sleepingcat4",
"followers_url": "https://api.github.c... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7570/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/7570/timeline | null | completed | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | {
"blocked_by": 0,
"total_blocked_by": 0,
"blocking": 0,
"total_blocking": 0
} | null | false | [
"Hi, can you try updating `datasets` ? Colab still installs `datasets` 2.x by default, instead of 3.x\n\nIt would be cool to also report this to google colab, they have a GitHub repo for this IIRC",
"@lhoestq I have updated it to `datasets==3.6.0` and now there's an entirely different issue on colab while locally... |
https://api.github.com/repos/huggingface/datasets/issues/7569 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7569/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7569/comments | https://api.github.com/repos/huggingface/datasets/issues/7569/events | https://github.com/huggingface/datasets/issues/7569 | 3,061,234,054 | I_kwDODunzps62drmG | 7,569 | Dataset creation is broken if nesting a dict inside a dict inside a list | {
"login": "TimSchneider42",
"id": 25732590,
"node_id": "MDQ6VXNlcjI1NzMyNTkw",
"avatar_url": "https://avatars.githubusercontent.com/u/25732590?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/TimSchneider42",
"html_url": "https://github.com/TimSchneider42",
"followers_url": "https://api.gi... | [] | open | false | [] | null | 2 | 1,747,170,405,000 | 1,747,769,115,000 | null | null | NONE | [] | null | null | null | null | ### Describe the bug
Hey,
I noticed that the creation of datasets with `Dataset.from_generator` is broken if dicts and lists are nested in a certain way and a schema is being passed. See below for details.
Best,
Tim
### Steps to reproduce the bug
Runing this code:
```python
from datasets import Dataset, Features,... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7569/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/7569/timeline | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | {
"blocked_by": 0,
"total_blocked_by": 0,
"blocking": 0,
"total_blocking": 0
} | null | false | [
"Hi ! That's because Séquence is a type that comes from tensorflow datasets and inverts lists and focus when doing Séquence(dict).\n\nInstead you should use a list. In your case\n```python\nfeatures = Features({\n \"a\": [{\"b\": {\"c\": Value(\"string\")}}]\n})\n```",
"Hi,\n\nThanks for the swift reply! Could... |
https://api.github.com/repos/huggingface/datasets/issues/7568 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7568/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7568/comments | https://api.github.com/repos/huggingface/datasets/issues/7568/events | https://github.com/huggingface/datasets/issues/7568 | 3,060,515,257 | I_kwDODunzps62a8G5 | 7,568 | `IterableDatasetDict.map()` call removes `column_names` (in fact info.features) | {
"login": "mombip",
"id": 7893763,
"node_id": "MDQ6VXNlcjc4OTM3NjM=",
"avatar_url": "https://avatars.githubusercontent.com/u/7893763?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/mombip",
"html_url": "https://github.com/mombip",
"followers_url": "https://api.github.com/users/mombip/foll... | [] | open | false | [] | null | 6 | 1,747,151,142,000 | 1,751,276,027,000 | null | null | NONE | [] | null | null | null | null | When calling `IterableDatasetDict.map()`, each split’s `IterableDataset.map()` is invoked without a `features` argument. While omitting the argument isn’t itself incorrect, the implementation then sets `info.features = features`, which destroys the original `features` content. Since `IterableDataset.column_names` relie... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7568/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/7568/timeline | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | {
"blocked_by": 0,
"total_blocked_by": 0,
"blocking": 0,
"total_blocking": 0
} | null | false | [
"Hi ! IterableDataset doesn't know what's the output of the function you pass to map(), so it's not possible to know in advance the features of the output dataset.\n\nThere is a workaround though: either do `ds = ds.map(..., features=features)`, or you can do `ds = ds._resolve_features()` which iterates on the firs... |
https://api.github.com/repos/huggingface/datasets/issues/7567 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7567/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7567/comments | https://api.github.com/repos/huggingface/datasets/issues/7567/events | https://github.com/huggingface/datasets/issues/7567 | 3,058,308,538 | I_kwDODunzps62ShW6 | 7,567 | interleave_datasets seed with multiple workers | {
"login": "jonathanasdf",
"id": 511073,
"node_id": "MDQ6VXNlcjUxMTA3Mw==",
"avatar_url": "https://avatars.githubusercontent.com/u/511073?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/jonathanasdf",
"html_url": "https://github.com/jonathanasdf",
"followers_url": "https://api.github.com/u... | [] | closed | false | [] | null | 7 | 1,747,089,507,000 | 1,761,314,677,000 | 1,761,314,677,000 | null | NONE | [] | null | null | null | null | ### Describe the bug
Using interleave_datasets with multiple dataloader workers and a seed set causes the same dataset sampling order across all workers.
Should the seed be modulated with the worker id?
### Steps to reproduce the bug
See above
### Expected behavior
See above
### Environment info
- `datasets` ve... | {
"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/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7567/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/7567/timeline | null | completed | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | {
"blocked_by": 0,
"total_blocked_by": 0,
"blocking": 0,
"total_blocking": 0
} | null | false | [
"Hi ! It's already the case IIRC: the effective seed looks like `seed + worker_id`. Do you have a reproducible example ?",
"here is an example with shuffle\n\n```\nimport itertools\nimport datasets\nimport multiprocessing\nimport torch.utils.data\n\n\ndef gen(shard):\n worker_info = torch.utils.data.get_worker_i... |
https://api.github.com/repos/huggingface/datasets/issues/7566 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7566/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7566/comments | https://api.github.com/repos/huggingface/datasets/issues/7566/events | https://github.com/huggingface/datasets/issues/7566 | 3,055,279,344 | I_kwDODunzps62G9zw | 7,566 | terminate called without an active exception; Aborted (core dumped) | {
"login": "alexey-milovidov",
"id": 18581488,
"node_id": "MDQ6VXNlcjE4NTgxNDg4",
"avatar_url": "https://avatars.githubusercontent.com/u/18581488?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/alexey-milovidov",
"html_url": "https://github.com/alexey-milovidov",
"followers_url": "https://... | [] | open | false | [] | null | 6 | 1,747,004,754,000 | 1,778,685,674,000 | null | null | NONE | [] | null | null | null | null | ### Describe the bug
I use it as in the tutorial here: https://huggingface.co/docs/datasets/stream, and it ends up with abort.
### Steps to reproduce the bug
1. `pip install datasets`
2.
```
$ cat main.py
#!/usr/bin/env python3
from datasets import load_dataset
dataset = load_dataset('HuggingFaceFW/fineweb', spl... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7566/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/7566/timeline | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | {
"blocked_by": 0,
"total_blocked_by": 0,
"blocking": 0,
"total_blocking": 0
} | null | false | [
"@alexey-milovidov I followed the code snippet, but am able to successfully execute without any error. Could you please verify if the error persists or there is any additional details.",
"@alexey-milovidov else if the problem does not exist please feel free to close this issue.",
"```\nmilovidov@milovidov-pc:~/... |
https://api.github.com/repos/huggingface/datasets/issues/7565 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7565/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7565/comments | https://api.github.com/repos/huggingface/datasets/issues/7565/events | https://github.com/huggingface/datasets/pull/7565 | 3,051,731,207 | PR_kwDODunzps6VkFBm | 7,565 | add check if repo exists for dataset uploading | {
"login": "Samoed",
"id": 36135455,
"node_id": "MDQ6VXNlcjM2MTM1NDU1",
"avatar_url": "https://avatars.githubusercontent.com/u/36135455?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Samoed",
"html_url": "https://github.com/Samoed",
"followers_url": "https://api.github.com/users/Samoed/fo... | [] | closed | false | [] | null | 3 | 1,746,786,420,000 | 1,757,566,810,000 | 1,757,566,809,000 | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7565",
"html_url": "https://github.com/huggingface/datasets/pull/7565",
"diff_url": "https://github.com/huggingface/datasets/pull/7565.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7565.patch",
"merged_at": null
} | Currently, I'm reuploading datasets for [`MTEB`](https://github.com/embeddings-benchmark/mteb/). Some of them have many splits (more than 20), and I'm encountering the error:
`Too many requests for https://huggingface.co/datasets/repo/create`.
It seems that this issue occurs because the dataset tries to recreate it... | {
"login": "Samoed",
"id": 36135455,
"node_id": "MDQ6VXNlcjM2MTM1NDU1",
"avatar_url": "https://avatars.githubusercontent.com/u/36135455?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Samoed",
"html_url": "https://github.com/Samoed",
"followers_url": "https://api.github.com/users/Samoed/fo... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7565/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/7565/timeline | null | null | null | null | null | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7565). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.",
"@lhoestq Can you review, please? I don't think that errors in CI are related to my chan... |
https://api.github.com/repos/huggingface/datasets/issues/7564 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7564/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7564/comments | https://api.github.com/repos/huggingface/datasets/issues/7564/events | https://github.com/huggingface/datasets/pull/7564 | 3,049,275,226 | PR_kwDODunzps6VczLS | 7,564 | Implementation of iteration over values of a column in an IterableDataset object | {
"login": "TopCoder2K",
"id": 47208659,
"node_id": "MDQ6VXNlcjQ3MjA4NjU5",
"avatar_url": "https://avatars.githubusercontent.com/u/47208659?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/TopCoder2K",
"html_url": "https://github.com/TopCoder2K",
"followers_url": "https://api.github.com/use... | [] | closed | false | [] | null | 5 | 1,746,716,362,000 | 1,747,656,902,000 | 1,747,656,902,000 | null | CONTRIBUTOR | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7564",
"html_url": "https://github.com/huggingface/datasets/pull/7564",
"diff_url": "https://github.com/huggingface/datasets/pull/7564.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7564.patch",
"merged_at": 1747656902000
} | Refers to [this issue](https://github.com/huggingface/datasets/issues/7381). | {
"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/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7564/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/7564/timeline | null | null | null | null | null | true | [
"A couple of questions:\r\n1. I've noticed two strange things: 1) \"Around 80% of the final dataset is made of the `en_dataset`\" in https://huggingface.co/docs/datasets/stream, 2) \"Click on \"Pull request\" to send your to the project maintainers\" in https://github.com/huggingface/datasets/blob/main/CONTRIBUTING... |
https://api.github.com/repos/huggingface/datasets/issues/7563 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7563/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7563/comments | https://api.github.com/repos/huggingface/datasets/issues/7563/events | https://github.com/huggingface/datasets/pull/7563 | 3,046,351,253 | PR_kwDODunzps6VS0QL | 7,563 | set dev version | {
"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/lhoest... | [] | closed | false | [] | null | 1 | 1,746,631,109,000 | 1,746,631,265,000 | 1,746,631,116,000 | null | MEMBER | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7563",
"html_url": "https://github.com/huggingface/datasets/pull/7563",
"diff_url": "https://github.com/huggingface/datasets/pull/7563.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7563.patch",
"merged_at": 1746631116000
} | null | {
"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/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7563/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/7563/timeline | null | null | null | null | null | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7563). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] |
https://api.github.com/repos/huggingface/datasets/issues/7562 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7562/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7562/comments | https://api.github.com/repos/huggingface/datasets/issues/7562/events | https://github.com/huggingface/datasets/pull/7562 | 3,046,339,430 | PR_kwDODunzps6VSxmx | 7,562 | release: 3.6.0 | {
"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/lhoest... | [] | closed | false | [] | null | 1 | 1,746,630,913,000 | 1,746,631,066,000 | 1,746,630,921,000 | null | MEMBER | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7562",
"html_url": "https://github.com/huggingface/datasets/pull/7562",
"diff_url": "https://github.com/huggingface/datasets/pull/7562.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7562.patch",
"merged_at": 1746630920000
} | null | {
"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/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7562/reactions",
"total_count": 1,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 1,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/7562/timeline | null | null | null | null | null | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7562). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] |
https://api.github.com/repos/huggingface/datasets/issues/7561 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7561/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7561/comments | https://api.github.com/repos/huggingface/datasets/issues/7561/events | https://github.com/huggingface/datasets/issues/7561 | 3,046,302,653 | I_kwDODunzps61kuO9 | 7,561 | NotImplementedError: <class 'datasets.iterable_dataset.RepeatExamplesIterable'> doesn't implement num_shards yet | {
"login": "scurkovic",
"id": 32219669,
"node_id": "MDQ6VXNlcjMyMjE5NjY5",
"avatar_url": "https://avatars.githubusercontent.com/u/32219669?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/scurkovic",
"html_url": "https://github.com/scurkovic",
"followers_url": "https://api.github.com/users/... | [] | closed | false | [] | null | 0 | 1,746,630,342,000 | 1,749,127,290,000 | 1,749,127,290,000 | null | NONE | [] | null | null | null | null | ### Describe the bug
When using `.repeat()` on an `IterableDataset`, this error gets thrown. There is [this thread](https://discuss.huggingface.co/t/making-an-infinite-iterabledataset/146192/5) that seems to imply the fix is trivial, but I don't know anything about this codebase, so I'm opening this issue rather than ... | {
"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/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7561/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/7561/timeline | null | completed | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | {
"blocked_by": 0,
"total_blocked_by": 0,
"blocking": 0,
"total_blocking": 0
} | null | false | [] |
https://api.github.com/repos/huggingface/datasets/issues/7560 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7560/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7560/comments | https://api.github.com/repos/huggingface/datasets/issues/7560/events | https://github.com/huggingface/datasets/pull/7560 | 3,046,265,500 | PR_kwDODunzps6VShIc | 7,560 | fix decoding tests | {
"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/lhoest... | [] | closed | false | [] | null | 1 | 1,746,629,774,000 | 1,746,629,942,000 | 1,746,629,780,000 | null | MEMBER | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7560",
"html_url": "https://github.com/huggingface/datasets/pull/7560",
"diff_url": "https://github.com/huggingface/datasets/pull/7560.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7560.patch",
"merged_at": 1746629780000
} | null | {
"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/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7560/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/7560/timeline | null | null | null | null | null | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7560). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] |
https://api.github.com/repos/huggingface/datasets/issues/7559 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7559/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7559/comments | https://api.github.com/repos/huggingface/datasets/issues/7559/events | https://github.com/huggingface/datasets/pull/7559 | 3,046,177,078 | PR_kwDODunzps6VSNiX | 7,559 | fix aiohttp import | {
"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/lhoest... | [] | closed | false | [] | null | 1 | 1,746,628,292,000 | 1,746,628,474,000 | 1,746,628,298,000 | null | MEMBER | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7559",
"html_url": "https://github.com/huggingface/datasets/pull/7559",
"diff_url": "https://github.com/huggingface/datasets/pull/7559.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7559.patch",
"merged_at": 1746628298000
} | null | {
"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/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7559/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/7559/timeline | null | null | null | null | null | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7559). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] |
https://api.github.com/repos/huggingface/datasets/issues/7558 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7558/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7558/comments | https://api.github.com/repos/huggingface/datasets/issues/7558/events | https://github.com/huggingface/datasets/pull/7558 | 3,046,066,628 | PR_kwDODunzps6VR1gN | 7,558 | fix regression | {
"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/lhoest... | [] | closed | false | [] | null | 1 | 1,746,626,163,000 | 1,746,626,332,000 | 1,746,626,178,000 | null | MEMBER | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7558",
"html_url": "https://github.com/huggingface/datasets/pull/7558",
"diff_url": "https://github.com/huggingface/datasets/pull/7558.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7558.patch",
"merged_at": 1746626178000
} | reported in https://github.com/huggingface/datasets/pull/7557 (I just reorganized the condition)
wanted to apply this change to the original PR but github didn't let me apply it directly - merging this one instead | {
"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/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7558/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/7558/timeline | null | null | null | null | null | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7558). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] |
https://api.github.com/repos/huggingface/datasets/issues/7557 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7557/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7557/comments | https://api.github.com/repos/huggingface/datasets/issues/7557/events | https://github.com/huggingface/datasets/pull/7557 | 3,045,962,076 | PR_kwDODunzps6VRenr | 7,557 | check for empty _formatting | {
"login": "winglian",
"id": 381258,
"node_id": "MDQ6VXNlcjM4MTI1OA==",
"avatar_url": "https://avatars.githubusercontent.com/u/381258?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/winglian",
"html_url": "https://github.com/winglian",
"followers_url": "https://api.github.com/users/winglia... | [] | closed | false | [] | null | 1 | 1,746,624,157,000 | 1,746,626,232,000 | 1,746,626,232,000 | null | CONTRIBUTOR | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7557",
"html_url": "https://github.com/huggingface/datasets/pull/7557",
"diff_url": "https://github.com/huggingface/datasets/pull/7557.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7557.patch",
"merged_at": null
} | Fixes a regression from #7553 breaking shuffling of iterable datasets
<img width="884" alt="Screenshot 2025-05-07 at 9 16 52 AM" src="https://github.com/user-attachments/assets/d2f43c5f-4092-4efe-ac31-a32cbd025fe3" />
| {
"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/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7557/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/7557/timeline | null | null | null | null | null | true | [
"Thanks for reporting and for the fix ! I tried to reorganize the condition in your PR but didn't get the right permission so. I ended up merging https://github.com/huggingface/datasets/pull/7558 directly so I can make a release today - I hope you don't mind"
] |
https://api.github.com/repos/huggingface/datasets/issues/7556 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7556/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7556/comments | https://api.github.com/repos/huggingface/datasets/issues/7556/events | https://github.com/huggingface/datasets/pull/7556 | 3,043,615,210 | PR_kwDODunzps6VJlTR | 7,556 | Add `--merge-pull-request` option for `convert_to_parquet` | {
"login": "klamike",
"id": 17013474,
"node_id": "MDQ6VXNlcjE3MDEzNDc0",
"avatar_url": "https://avatars.githubusercontent.com/u/17013474?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/klamike",
"html_url": "https://github.com/klamike",
"followers_url": "https://api.github.com/users/klamik... | [] | closed | false | [] | null | 2 | 1,746,554,705,000 | 1,752,865,750,000 | 1,752,865,750,000 | null | CONTRIBUTOR | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7556",
"html_url": "https://github.com/huggingface/datasets/pull/7556",
"diff_url": "https://github.com/huggingface/datasets/pull/7556.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7556.patch",
"merged_at": null
} | Closes #7527
Note that this implementation **will only merge the last PR in the case that they get split up by `push_to_hub`**. See https://github.com/huggingface/datasets/discussions/7555 for more details. | {
"login": "klamike",
"id": 17013474,
"node_id": "MDQ6VXNlcjE3MDEzNDc0",
"avatar_url": "https://avatars.githubusercontent.com/u/17013474?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/klamike",
"html_url": "https://github.com/klamike",
"followers_url": "https://api.github.com/users/klamik... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7556/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/7556/timeline | null | null | null | null | null | true | [
"This is ready for a review, happy to make any changes. The main question for maintainers is how this should interact with #7555. If my suggestion there is accepted, this PR can be kept as is. If not, more changes are required to merge all the PR parts.",
"Closing since convert to parquet has been removed... http... |
https://api.github.com/repos/huggingface/datasets/issues/7554 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7554/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7554/comments | https://api.github.com/repos/huggingface/datasets/issues/7554/events | https://github.com/huggingface/datasets/issues/7554 | 3,043,089,844 | I_kwDODunzps61Yd20 | 7,554 | datasets downloads and generates all splits, even though a single split is requested (for dataset with loading script) | {
"login": "sei-eschwartz",
"id": 50171988,
"node_id": "MDQ6VXNlcjUwMTcxOTg4",
"avatar_url": "https://avatars.githubusercontent.com/u/50171988?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/sei-eschwartz",
"html_url": "https://github.com/sei-eschwartz",
"followers_url": "https://api.githu... | [] | closed | false | [] | null | 2 | 1,746,542,618,000 | 1,746,629,625,000 | 1,746,629,624,000 | null | NONE | [] | null | null | null | null | ### Describe the bug
`datasets` downloads and generates all splits, even though a single split is requested. [This](https://huggingface.co/datasets/jordiae/exebench) is the dataset in question. It uses a loading script. I am not 100% sure that this is a bug, because maybe with loading scripts `datasets` must actual... | {
"login": "sei-eschwartz",
"id": 50171988,
"node_id": "MDQ6VXNlcjUwMTcxOTg4",
"avatar_url": "https://avatars.githubusercontent.com/u/50171988?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/sei-eschwartz",
"html_url": "https://github.com/sei-eschwartz",
"followers_url": "https://api.githu... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7554/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/7554/timeline | null | duplicate | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | {
"blocked_by": 0,
"total_blocked_by": 0,
"blocking": 0,
"total_blocking": 0
} | null | false | [
"Hi ! there has been some effort on allowing to download only a subset of splits in https://github.com/huggingface/datasets/pull/6832 but no one has been continuing this work so far. This would be a welcomed contribution though\n\nAlso note that loading script are often unoptimized, and we recommend using datasets ... |
https://api.github.com/repos/huggingface/datasets/issues/7553 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7553/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7553/comments | https://api.github.com/repos/huggingface/datasets/issues/7553/events | https://github.com/huggingface/datasets/pull/7553 | 3,042,953,907 | PR_kwDODunzps6VHUNW | 7,553 | Rebatch arrow iterables before formatted iterable | {
"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/lhoest... | [] | closed | false | [] | null | 2 | 1,746,539,998,000 | 1,746,623,861,000 | 1,746,540,222,000 | null | MEMBER | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7553",
"html_url": "https://github.com/huggingface/datasets/pull/7553",
"diff_url": "https://github.com/huggingface/datasets/pull/7553.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7553.patch",
"merged_at": 1746540221000
} | close https://github.com/huggingface/datasets/issues/7538 and https://github.com/huggingface/datasets/issues/7475 | {
"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/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7553/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/7553/timeline | null | null | null | null | null | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7553). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.",
"@lhoestq Our CI found an issue with this changeset causing a regression with shuffling ... |
https://api.github.com/repos/huggingface/datasets/issues/7552 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7552/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7552/comments | https://api.github.com/repos/huggingface/datasets/issues/7552/events | https://github.com/huggingface/datasets/pull/7552 | 3,040,258,084 | PR_kwDODunzps6U-BUv | 7,552 | Enable xet in push to hub | {
"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/lhoest... | [] | closed | false | [] | null | 1 | 1,746,464,529,000 | 1,746,535,371,000 | 1,746,535,368,000 | null | MEMBER | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7552",
"html_url": "https://github.com/huggingface/datasets/pull/7552",
"diff_url": "https://github.com/huggingface/datasets/pull/7552.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7552.patch",
"merged_at": 1746535368000
} | follows https://github.com/huggingface/huggingface_hub/pull/3035
related to https://github.com/huggingface/datasets/issues/7526 | {
"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/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7552/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/7552/timeline | null | null | null | null | null | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7552). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] |
https://api.github.com/repos/huggingface/datasets/issues/7551 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7551/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7551/comments | https://api.github.com/repos/huggingface/datasets/issues/7551/events | https://github.com/huggingface/datasets/issues/7551 | 3,038,114,928 | I_kwDODunzps61FfRw | 7,551 | Issue with offline mode and partial dataset cached | {
"login": "nrv",
"id": 353245,
"node_id": "MDQ6VXNlcjM1MzI0NQ==",
"avatar_url": "https://avatars.githubusercontent.com/u/353245?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/nrv",
"html_url": "https://github.com/nrv",
"followers_url": "https://api.github.com/users/nrv/followers",
"fol... | [] | open | false | [] | null | 4 | 1,746,377,377,000 | 1,747,106,323,000 | null | null | NONE | [] | null | null | null | null | ### Describe the bug
Hi,
a issue related to #4760 here when loading a single file from a dataset, unable to access it in offline mode afterwards
### Steps to reproduce the bug
```python
import os
# os.environ["HF_HUB_OFFLINE"] = "1"
os.environ["HF_TOKEN"] = "xxxxxxxxxxxxxx"
import datasets
dataset_name = "uonlp/... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7551/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/7551/timeline | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | {
"blocked_by": 0,
"total_blocked_by": 0,
"blocking": 0,
"total_blocking": 0
} | null | false | [
"It seems the problem comes from builder.py / create_config_id()\n\nOn the first call, when the cache is empty we have\n```\nconfig_kwargs = {'data_files': {'train': ['hf://datasets/uonlp/CulturaX@6a8734bc69fefcbb7735f4f9250f43e4cd7a442e/fr/fr_part_00038.parquet']}}\n```\nleading to config_id beeing 'default-2935e8... |
https://api.github.com/repos/huggingface/datasets/issues/7550 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7550/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7550/comments | https://api.github.com/repos/huggingface/datasets/issues/7550/events | https://github.com/huggingface/datasets/pull/7550 | 3,037,017,367 | PR_kwDODunzps6UzksN | 7,550 | disable aiohttp depend for python 3.13t free-threading compat | {
"login": "Qubitium",
"id": 417764,
"node_id": "MDQ6VXNlcjQxNzc2NA==",
"avatar_url": "https://avatars.githubusercontent.com/u/417764?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Qubitium",
"html_url": "https://github.com/Qubitium",
"followers_url": "https://api.github.com/users/Qubitiu... | [] | closed | false | [] | null | 0 | 1,746,232,098,000 | 1,746,232,104,000 | 1,746,232,104,000 | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7550",
"html_url": "https://github.com/huggingface/datasets/pull/7550",
"diff_url": "https://github.com/huggingface/datasets/pull/7550.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7550.patch",
"merged_at": null
} | null | {
"login": "Qubitium",
"id": 417764,
"node_id": "MDQ6VXNlcjQxNzc2NA==",
"avatar_url": "https://avatars.githubusercontent.com/u/417764?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Qubitium",
"html_url": "https://github.com/Qubitium",
"followers_url": "https://api.github.com/users/Qubitiu... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7550/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/7550/timeline | null | null | null | null | null | true | [] |
https://api.github.com/repos/huggingface/datasets/issues/7549 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7549/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7549/comments | https://api.github.com/repos/huggingface/datasets/issues/7549/events | https://github.com/huggingface/datasets/issues/7549 | 3,036,272,015 | I_kwDODunzps60-dWP | 7,549 | TypeError: Couldn't cast array of type string to null on webdataset format dataset | {
"login": "narugo1992",
"id": 117186571,
"node_id": "U_kgDOBvwgCw",
"avatar_url": "https://avatars.githubusercontent.com/u/117186571?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/narugo1992",
"html_url": "https://github.com/narugo1992",
"followers_url": "https://api.github.com/users/nar... | [] | open | false | [] | null | 1 | 1,746,199,087,000 | 1,746,200,225,000 | null | null | NONE | [] | null | null | null | null | ### Describe the bug
```python
from datasets import load_dataset
dataset = load_dataset("animetimm/danbooru-wdtagger-v4-w640-ws-30k")
```
got
```
File "/home/ubuntu/miniconda3/lib/python3.10/site-packages/datasets/arrow_writer.py", line 626, in write_batch
arrays.append(pa.array(typed_sequence))
File "pyarro... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7549/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/7549/timeline | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | {
"blocked_by": 0,
"total_blocked_by": 0,
"blocking": 0,
"total_blocking": 0
} | null | false | [
"seems to get fixed by explicitly adding `dataset_infos.json` like this\n\n```json\n{\n \"default\": {\n \"description\": \"Image dataset with tags and ratings\",\n \"citation\": \"\",\n \"homepage\": \"\",\n \"license\": \"\",\n \"features\": {\n \"image\": {\n \"dtype\": \"image\",\n ... |
https://api.github.com/repos/huggingface/datasets/issues/7548 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7548/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7548/comments | https://api.github.com/repos/huggingface/datasets/issues/7548/events | https://github.com/huggingface/datasets/issues/7548 | 3,035,568,851 | I_kwDODunzps607xrT | 7,548 | Python 3.13t (free threads) Compat | {
"login": "Qubitium",
"id": 417764,
"node_id": "MDQ6VXNlcjQxNzc2NA==",
"avatar_url": "https://avatars.githubusercontent.com/u/417764?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Qubitium",
"html_url": "https://github.com/Qubitium",
"followers_url": "https://api.github.com/users/Qubitiu... | [] | open | false | [] | null | 7 | 1,746,177,609,000 | 1,747,062,692,000 | null | null | NONE | [] | null | null | null | null | ### Describe the bug
Cannot install `datasets` under `python 3.13t` due to dependency on `aiohttp` and aiohttp cannot be built for free-threading python.
The `free threading` support issue in `aiothttp` is active since August 2024! Ouch.
https://github.com/aio-libs/aiohttp/issues/8796#issue-2475941784
`pip install... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7548/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/7548/timeline | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | {
"blocked_by": 0,
"total_blocked_by": 0,
"blocking": 0,
"total_blocking": 0
} | null | false | [
"Update: `datasets` use `aiohttp` for data streaming and from what I understand data streaming is useful for large datasets that do not fit in memory and/or multi-modal datasets like image/audio where you only what the actual binary bits to fed in as needed. \n\nHowever, there are also many cases where aiohttp will... |
https://api.github.com/repos/huggingface/datasets/issues/7547 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7547/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7547/comments | https://api.github.com/repos/huggingface/datasets/issues/7547/events | https://github.com/huggingface/datasets/pull/7547 | 3,034,830,291 | PR_kwDODunzps6UsTuF | 7,547 | Avoid global umask for setting file mode. | {
"login": "ryan-clancy",
"id": 1282383,
"node_id": "MDQ6VXNlcjEyODIzODM=",
"avatar_url": "https://avatars.githubusercontent.com/u/1282383?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ryan-clancy",
"html_url": "https://github.com/ryan-clancy",
"followers_url": "https://api.github.com/us... | [] | closed | false | [] | null | 1 | 1,746,138,264,000 | 1,746,536,700,000 | 1,746,536,700,000 | null | CONTRIBUTOR | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7547",
"html_url": "https://github.com/huggingface/datasets/pull/7547",
"diff_url": "https://github.com/huggingface/datasets/pull/7547.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7547.patch",
"merged_at": 1746536700000
} | This PR updates the method for setting the permissions on `cache_path` after calling `shutil.move`. The call to `shutil.move` may not preserve permissions if the source and destination are on different filesystems. Reading and resetting umask can cause race conditions, so directly read what permissions were set for the... | {
"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/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7547/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/7547/timeline | null | null | null | null | null | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7547). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] |
https://api.github.com/repos/huggingface/datasets/issues/7546 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7546/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7546/comments | https://api.github.com/repos/huggingface/datasets/issues/7546/events | https://github.com/huggingface/datasets/issues/7546 | 3,034,018,298 | I_kwDODunzps6013H6 | 7,546 | Large memory use when loading large datasets to a ZFS pool | {
"login": "FredHaa",
"id": 6875946,
"node_id": "MDQ6VXNlcjY4NzU5NDY=",
"avatar_url": "https://avatars.githubusercontent.com/u/6875946?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/FredHaa",
"html_url": "https://github.com/FredHaa",
"followers_url": "https://api.github.com/users/FredHaa/... | [] | closed | false | [] | null | 4 | 1,746,110,627,000 | 1,747,143,009,000 | 1,747,142,993,000 | null | NONE | [] | null | null | null | null | ### Describe the bug
When I load large parquet based datasets from the hub like `MLCommons/peoples_speech` using `load_dataset`, all my memory (500GB) is used and isn't released after loading, meaning that the process is terminated by the kernel if I try to load an additional dataset. This makes it impossible to train... | {
"login": "FredHaa",
"id": 6875946,
"node_id": "MDQ6VXNlcjY4NzU5NDY=",
"avatar_url": "https://avatars.githubusercontent.com/u/6875946?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/FredHaa",
"html_url": "https://github.com/FredHaa",
"followers_url": "https://api.github.com/users/FredHaa/... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7546/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/7546/timeline | null | completed | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | {
"blocked_by": 0,
"total_blocked_by": 0,
"blocking": 0,
"total_blocking": 0
} | null | false | [
"Hi ! datasets are memory mapped from disk, so they don't fill out your RAM. Not sure what's the source of your memory issue.\n\nWhat kind of system are you using ? and what kind of disk ?",
"Well, the fact of the matter is that my RAM is getting filled out by running the given example, as shown in [this video](h... |
https://api.github.com/repos/huggingface/datasets/issues/7545 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7545/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7545/comments | https://api.github.com/repos/huggingface/datasets/issues/7545/events | https://github.com/huggingface/datasets/issues/7545 | 3,031,617,547 | I_kwDODunzps60stAL | 7,545 | Networked Pull Through Cache | {
"login": "wrmedford",
"id": 8764173,
"node_id": "MDQ6VXNlcjg3NjQxNzM=",
"avatar_url": "https://avatars.githubusercontent.com/u/8764173?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/wrmedford",
"html_url": "https://github.com/wrmedford",
"followers_url": "https://api.github.com/users/wr... | [
{
"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 | [] | null | 0 | 1,746,026,193,000 | 1,746,026,193,000 | null | null | NONE | [] | null | null | null | null | ### Feature request
Introduce a HF_DATASET_CACHE_NETWORK_LOCATION configuration (e.g. an environment variable) together with a companion network cache service.
Enable a three-tier cache lookup for datasets:
1. Local on-disk cache
2. Configurable network cache proxy
3. Official Hugging Face Hub
### Motivation
- Dis... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7545/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/7545/timeline | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | {
"blocked_by": 0,
"total_blocked_by": 0,
"blocking": 0,
"total_blocking": 0
} | null | false | [] |
https://api.github.com/repos/huggingface/datasets/issues/7544 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7544/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7544/comments | https://api.github.com/repos/huggingface/datasets/issues/7544/events | https://github.com/huggingface/datasets/pull/7544 | 3,027,024,285 | PR_kwDODunzps6UR4Nn | 7,544 | Add try_original_type to DatasetDict.map | {
"login": "yoshitomo-matsubara",
"id": 11156001,
"node_id": "MDQ6VXNlcjExMTU2MDAx",
"avatar_url": "https://avatars.githubusercontent.com/u/11156001?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/yoshitomo-matsubara",
"html_url": "https://github.com/yoshitomo-matsubara",
"followers_url": ... | [] | closed | false | [] | null | 3 | 1,745,901,584,000 | 1,746,456,169,000 | 1,746,456,169,000 | null | CONTRIBUTOR | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7544",
"html_url": "https://github.com/huggingface/datasets/pull/7544",
"diff_url": "https://github.com/huggingface/datasets/pull/7544.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7544.patch",
"merged_at": 1746456169000
} | This PR resolves #7472 for DatasetDict
The previously merged PR #7483 added `try_original_type` to ArrowDataset, but DatasetDict misses `try_original_type`
Cc: @lhoestq | {
"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/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7544/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/7544/timeline | null | null | null | null | null | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7544). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.",
"Sure! I just committed the changes",
"@lhoestq \r\nLet me know if there are other thi... |
https://api.github.com/repos/huggingface/datasets/issues/7543 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7543/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7543/comments | https://api.github.com/repos/huggingface/datasets/issues/7543/events | https://github.com/huggingface/datasets/issues/7543 | 3,026,867,706 | I_kwDODunzps60alX6 | 7,543 | The memory-disk mapping failure issue of the map function(resolved, but there are some suggestions.) | {
"login": "jxma20",
"id": 76415358,
"node_id": "MDQ6VXNlcjc2NDE1MzU4",
"avatar_url": "https://avatars.githubusercontent.com/u/76415358?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/jxma20",
"html_url": "https://github.com/jxma20",
"followers_url": "https://api.github.com/users/jxma20/fo... | [] | closed | false | [] | null | 0 | 1,745,895,899,000 | 1,745,979,737,000 | 1,745,979,737,000 | null | NONE | [] | null | null | null | null | ### Describe the bug
## bug
When the map function processes a large dataset, it temporarily stores the data in a cache file on the disk. After the data is stored, the memory occupied by it is released. Therefore, when using the map function to process a large-scale dataset, only a dataset space of the size of `writer_... | {
"login": "jxma20",
"id": 76415358,
"node_id": "MDQ6VXNlcjc2NDE1MzU4",
"avatar_url": "https://avatars.githubusercontent.com/u/76415358?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/jxma20",
"html_url": "https://github.com/jxma20",
"followers_url": "https://api.github.com/users/jxma20/fo... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7543/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/7543/timeline | null | completed | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | {
"blocked_by": 0,
"total_blocked_by": 0,
"blocking": 0,
"total_blocking": 0
} | null | false | [] |
https://api.github.com/repos/huggingface/datasets/issues/7542 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7542/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7542/comments | https://api.github.com/repos/huggingface/datasets/issues/7542/events | https://github.com/huggingface/datasets/pull/7542 | 3,025,054,630 | PR_kwDODunzps6ULHxo | 7,542 | set dev version | {
"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/lhoest... | [] | closed | false | [] | null | 1 | 1,745,849,028,000 | 1,745,849,317,000 | 1,745,849,040,000 | null | MEMBER | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7542",
"html_url": "https://github.com/huggingface/datasets/pull/7542",
"diff_url": "https://github.com/huggingface/datasets/pull/7542.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7542.patch",
"merged_at": 1745849040000
} | null | {
"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/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7542/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/7542/timeline | null | null | null | null | null | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7542). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] |
https://api.github.com/repos/huggingface/datasets/issues/7541 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7541/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7541/comments | https://api.github.com/repos/huggingface/datasets/issues/7541/events | https://github.com/huggingface/datasets/pull/7541 | 3,025,045,919 | PR_kwDODunzps6ULF7F | 7,541 | release: 3.5.1 | {
"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/lhoest... | [] | closed | false | [] | null | 1 | 1,745,848,859,000 | 1,745,849,018,000 | 1,745,848,914,000 | null | MEMBER | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7541",
"html_url": "https://github.com/huggingface/datasets/pull/7541",
"diff_url": "https://github.com/huggingface/datasets/pull/7541.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7541.patch",
"merged_at": 1745848914000
} | null | {
"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/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7541/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/7541/timeline | null | null | null | null | null | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7541). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] |
https://api.github.com/repos/huggingface/datasets/issues/7540 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7540/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7540/comments | https://api.github.com/repos/huggingface/datasets/issues/7540/events | https://github.com/huggingface/datasets/pull/7540 | 3,024,862,966 | PR_kwDODunzps6UKe6T | 7,540 | support pyarrow 20 | {
"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/lhoest... | [] | closed | false | [] | null | 1 | 1,745,845,271,000 | 1,745,846,633,000 | 1,745,846,632,000 | null | MEMBER | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7540",
"html_url": "https://github.com/huggingface/datasets/pull/7540",
"diff_url": "https://github.com/huggingface/datasets/pull/7540.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7540.patch",
"merged_at": 1745846632000
} | fix
```
TypeError: ArrayExtensionArray.to_pylist() got an unexpected keyword argument 'maps_as_pydicts'
``` | {
"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/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7540/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/7540/timeline | null | null | null | null | null | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7540). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] |
https://api.github.com/repos/huggingface/datasets/issues/7539 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7539/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7539/comments | https://api.github.com/repos/huggingface/datasets/issues/7539/events | https://github.com/huggingface/datasets/pull/7539 | 3,023,311,163 | PR_kwDODunzps6UFQ0W | 7,539 | Fix IterableDataset state_dict shard_example_idx counting | {
"login": "Harry-Yang0518",
"id": 129883215,
"node_id": "U_kgDOB73cTw",
"avatar_url": "https://avatars.githubusercontent.com/u/129883215?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Harry-Yang0518",
"html_url": "https://github.com/Harry-Yang0518",
"followers_url": "https://api.github.c... | [] | closed | false | [] | null | 2 | 1,745,786,478,000 | 1,746,541,465,000 | 1,746,541,464,000 | null | CONTRIBUTOR | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7539",
"html_url": "https://github.com/huggingface/datasets/pull/7539",
"diff_url": "https://github.com/huggingface/datasets/pull/7539.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7539.patch",
"merged_at": null
} | # Fix IterableDataset's state_dict shard_example_idx reporting
## Description
This PR fixes issue #7475 where the `shard_example_idx` value in `IterableDataset`'s `state_dict()` always equals the number of samples in a shard, even if only a few examples have been consumed.
The issue is in the `_iter_arrow` met... | {
"login": "Harry-Yang0518",
"id": 129883215,
"node_id": "U_kgDOB73cTw",
"avatar_url": "https://avatars.githubusercontent.com/u/129883215?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Harry-Yang0518",
"html_url": "https://github.com/Harry-Yang0518",
"followers_url": "https://api.github.c... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7539/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/7539/timeline | null | null | null | null | null | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7539). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.",
"Hi ! FYI I made a PR to fix https://github.com/huggingface/datasets/issues/7538 and it ... |
https://api.github.com/repos/huggingface/datasets/issues/7538 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7538/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7538/comments | https://api.github.com/repos/huggingface/datasets/issues/7538/events | https://github.com/huggingface/datasets/issues/7538 | 3,023,280,056 | I_kwDODunzps60M5e4 | 7,538 | `IterableDataset` drops samples when resuming from a checkpoint | {
"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/use... | [
{
"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 | [] | null | 1 | 1,745,782,489,000 | 1,746,540,245,000 | 1,746,540,222,000 | null | COLLABORATOR | [] | null | null | null | null | When resuming from a checkpoint, `IterableDataset` will drop samples if `num_shards % world_size == 0` and the underlying example supports `iter_arrow` and needs to be formatted.
In that case, the `FormattedExamplesIterable` fetches a batch of samples from the child iterable's `iter_arrow` and yields them one by one ... | {
"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/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7538/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/7538/timeline | null | completed | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | {
"blocked_by": 0,
"total_blocked_by": 0,
"blocking": 0,
"total_blocking": 0
} | null | false | [
"Thanks for reporting ! I fixed the issue using RebatchedArrowExamplesIterable before the formatted iterable"
] |
https://api.github.com/repos/huggingface/datasets/issues/7537 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7537/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7537/comments | https://api.github.com/repos/huggingface/datasets/issues/7537/events | https://github.com/huggingface/datasets/issues/7537 | 3,018,792,966 | I_kwDODunzps6z7yAG | 7,537 | `datasets.map(..., num_proc=4)` multi-processing fails | {
"login": "faaany",
"id": 24477841,
"node_id": "MDQ6VXNlcjI0NDc3ODQx",
"avatar_url": "https://avatars.githubusercontent.com/u/24477841?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/faaany",
"html_url": "https://github.com/faaany",
"followers_url": "https://api.github.com/users/faaany/fo... | [] | open | false | [] | null | 1 | 1,745,546,027,000 | 1,746,537,128,000 | null | null | NONE | [] | null | null | null | null | The following code fails in python 3.11+
```python
tokenized_datasets = datasets.map(tokenize_function, batched=True, num_proc=4, remove_columns=["text"])
```
Error log:
```bash
Traceback (most recent call last):
File "/usr/local/lib/python3.12/dist-packages/multiprocess/process.py", line 315, in _bootstrap
self.ru... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7537/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/7537/timeline | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | {
"blocked_by": 0,
"total_blocked_by": 0,
"blocking": 0,
"total_blocking": 0
} | null | false | [
"related: https://github.com/huggingface/datasets/issues/7510\n\nwe need to do more tests to see if latest `dill` is deterministic"
] |
https://api.github.com/repos/huggingface/datasets/issues/7536 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7536/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7536/comments | https://api.github.com/repos/huggingface/datasets/issues/7536/events | https://github.com/huggingface/datasets/issues/7536 | 3,018,425,549 | I_kwDODunzps6z6YTN | 7,536 | [Errno 13] Permission denied: on `.incomplete` file | {
"login": "ryan-clancy",
"id": 1282383,
"node_id": "MDQ6VXNlcjEyODIzODM=",
"avatar_url": "https://avatars.githubusercontent.com/u/1282383?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ryan-clancy",
"html_url": "https://github.com/ryan-clancy",
"followers_url": "https://api.github.com/us... | [] | closed | false | [] | null | 4 | 1,745,527,965,000 | 1,746,536,701,000 | 1,746,536,701,000 | null | CONTRIBUTOR | [] | null | null | null | null | ### Describe the bug
When downloading a dataset, we frequently hit the below Permission Denied error. This looks to happen (at least) across datasets in HF, S3, and GCS.
It looks like the `temp_file` being passed [here](https://github.com/huggingface/datasets/blob/main/src/datasets/utils/file_utils.py#L412) can somet... | {
"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/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7536/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/7536/timeline | null | completed | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | {
"blocked_by": 0,
"total_blocked_by": 0,
"blocking": 0,
"total_blocking": 0
} | null | false | [
"It must be an issue with umask being used by multiple threads indeed. Maybe we can try to make a thread safe function to apply the umask (using filelock for example)",
"> It must be an issue with umask being used by multiple threads indeed. Maybe we can try to make a thread safe function to apply the umask (usin... |
https://api.github.com/repos/huggingface/datasets/issues/7535 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7535/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7535/comments | https://api.github.com/repos/huggingface/datasets/issues/7535/events | https://github.com/huggingface/datasets/pull/7535 | 3,018,289,872 | PR_kwDODunzps6T0lm3 | 7,535 | Change dill version in requirements | {
"login": "JGrel",
"id": 98061329,
"node_id": "U_kgDOBdhMEQ",
"avatar_url": "https://avatars.githubusercontent.com/u/98061329?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/JGrel",
"html_url": "https://github.com/JGrel",
"followers_url": "https://api.github.com/users/JGrel/followers",
... | [] | open | false | [] | null | 1 | 1,745,523,868,000 | 1,747,666,289,000 | null | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7535",
"html_url": "https://github.com/huggingface/datasets/pull/7535",
"diff_url": "https://github.com/huggingface/datasets/pull/7535.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7535.patch",
"merged_at": null
} | Change dill version to >=0.3.9,<0.4.5 and check for errors | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7535/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/7535/timeline | null | null | null | null | null | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7535). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] |
https://api.github.com/repos/huggingface/datasets/issues/7534 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7534/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7534/comments | https://api.github.com/repos/huggingface/datasets/issues/7534/events | https://github.com/huggingface/datasets/issues/7534 | 3,017,259,407 | I_kwDODunzps6z17mP | 7,534 | TensorFlow RaggedTensor Support (batch-level) | {
"login": "Lundez",
"id": 7490199,
"node_id": "MDQ6VXNlcjc0OTAxOTk=",
"avatar_url": "https://avatars.githubusercontent.com/u/7490199?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Lundez",
"html_url": "https://github.com/Lundez",
"followers_url": "https://api.github.com/users/Lundez/foll... | [
{
"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 | [] | null | 4 | 1,745,500,492,000 | 1,751,303,019,000 | null | null | NONE | [] | null | null | null | null | ### Feature request
Hi,
Currently datasets does not support RaggedTensor output on batch-level.
When building a Object Detection Dataset (with TensorFlow) I need to enable RaggedTensors as that's how BBoxes & classes are expected from the Keras Model POV.
Currently there's a error thrown saying that "Nested Data is ... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7534/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/7534/timeline | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | {
"blocked_by": 0,
"total_blocked_by": 0,
"blocking": 0,
"total_blocking": 0
} | null | false | [
"Keras doesn't support other inputs other than tf.data.Dataset objects ? it's a bit painful to have to support and maintain this kind of integration\n\nIs there a way to use a `datasets.Dataset` with outputs formatted as tensors / ragged tensors instead ? like in https://huggingface.co/docs/datasets/use_with_tensor... |
https://api.github.com/repos/huggingface/datasets/issues/7533 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7533/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7533/comments | https://api.github.com/repos/huggingface/datasets/issues/7533/events | https://github.com/huggingface/datasets/pull/7533 | 3,015,075,086 | PR_kwDODunzps6TpraJ | 7,533 | Add custom fingerprint support to `from_generator` | {
"login": "simonreise",
"id": 43753582,
"node_id": "MDQ6VXNlcjQzNzUzNTgy",
"avatar_url": "https://avatars.githubusercontent.com/u/43753582?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/simonreise",
"html_url": "https://github.com/simonreise",
"followers_url": "https://api.github.com/use... | [] | closed | false | [] | null | 5 | 1,745,436,695,000 | 1,761,236,757,000 | 1,761,236,757,000 | null | CONTRIBUTOR | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7533",
"html_url": "https://github.com/huggingface/datasets/pull/7533",
"diff_url": "https://github.com/huggingface/datasets/pull/7533.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7533.patch",
"merged_at": 1761236757000
} | This PR adds `dataset_id_suffix` parameter to 'Dataset.from_generator' function.
`Dataset.from_generator` function passes all of its arguments to `BuilderConfig.create_config_id`, including generator function itself. `BuilderConfig.create_config_id` function tries to hash all the args, which can take a large amount ... | {
"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/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7533/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/7533/timeline | null | null | null | null | null | true | [
"This is great !\r\n\r\nWhat do you think of passing `config_id=` directly to the builder instead of just the suffix ? This would be a power user argument though, or for internal use. And in from_generator the new argument can be `fingerprint=` as in `Dataset.__init__()`\r\n\r\nThe `config_id` can be defined using ... |
https://api.github.com/repos/huggingface/datasets/issues/7532 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7532/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7532/comments | https://api.github.com/repos/huggingface/datasets/issues/7532/events | https://github.com/huggingface/datasets/pull/7532 | 3,009,546,204 | PR_kwDODunzps6TW8Ss | 7,532 | Document the HF_DATASETS_CACHE environment variable in the datasets cache documentation | {
"login": "Harry-Yang0518",
"id": 129883215,
"node_id": "U_kgDOB73cTw",
"avatar_url": "https://avatars.githubusercontent.com/u/129883215?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Harry-Yang0518",
"html_url": "https://github.com/Harry-Yang0518",
"followers_url": "https://api.github.c... | [] | closed | false | [] | null | 3 | 1,745,281,393,000 | 1,746,546,878,000 | 1,746,546,878,000 | null | CONTRIBUTOR | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7532",
"html_url": "https://github.com/huggingface/datasets/pull/7532",
"diff_url": "https://github.com/huggingface/datasets/pull/7532.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7532.patch",
"merged_at": 1746546878000
} |
This pull request updates the Datasets documentation to include the `HF_DATASETS_CACHE` environment variable. While the current documentation only mentions `HF_HOME` for overriding the default cache directory, `HF_DATASETS_CACHE` is also a supported and useful option for specifying a custom cache location for dataset... | {
"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/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7532/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/7532/timeline | null | null | null | null | null | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7532). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.",
"Your clarification in your comment at https://github.com/huggingface/datasets/issues/74... |
https://api.github.com/repos/huggingface/datasets/issues/7531 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7531/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7531/comments | https://api.github.com/repos/huggingface/datasets/issues/7531/events | https://github.com/huggingface/datasets/issues/7531 | 3,008,914,887 | I_kwDODunzps6zWGXH | 7,531 | Deepspeed reward training hangs at end of training with Dataset.from_list | {
"login": "Matt00n",
"id": 60710414,
"node_id": "MDQ6VXNlcjYwNzEwNDE0",
"avatar_url": "https://avatars.githubusercontent.com/u/60710414?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Matt00n",
"html_url": "https://github.com/Matt00n",
"followers_url": "https://api.github.com/users/Matt00... | [] | open | false | [] | null | 2 | 1,745,256,560,000 | 1,777,726,981,000 | null | null | NONE | [] | null | null | null | null | There seems to be a weird interaction between Deepspeed, the Dataset.from_list method and trl's RewardTrainer. On a multi-GPU setup (10 A100s), training always hangs at the very end of training until it times out. The training itself works fine until the end of training and running the same script with Deepspeed on a s... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7531/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/7531/timeline | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | {
"blocked_by": 0,
"total_blocked_by": 0,
"blocking": 0,
"total_blocking": 0
} | null | false | [
"Hi ! How big is the dataset ? if you load it using `from_list`, the dataset lives in memory and has to be copied to every gpu process, which can be slow.\n\nIt's fasted if you load it from JSON files from disk, because in that case the dataset in converted to Arrow and loaded from disk using memory mapping. Memory... |
https://api.github.com/repos/huggingface/datasets/issues/7530 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7530/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7530/comments | https://api.github.com/repos/huggingface/datasets/issues/7530/events | https://github.com/huggingface/datasets/issues/7530 | 3,007,452,499 | I_kwDODunzps6zQhVT | 7,530 | How to solve "Spaces stuck in Building" problems | {
"login": "ghost",
"id": 10137,
"node_id": "MDQ6VXNlcjEwMTM3",
"avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ghost",
"html_url": "https://github.com/ghost",
"followers_url": "https://api.github.com/users/ghost/followers",
"f... | [] | closed | false | [] | null | 4 | 1,745,204,918,000 | 1,762,822,634,000 | 1,745,308,192,000 | null | NONE | [] | null | null | null | null | ### Describe the bug
Public spaces may stuck in Building after restarting, error log as follows:
build error
Unexpected job error
ERROR: failed to push spaces-registry.huggingface.tech/spaces/*:cpu-*-*: unexpected status from HEAD request to https://spaces-registry.huggingface.tech/v2/spaces/*/manifests/cpu-*-*: 401... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7530/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/7530/timeline | null | completed | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | {
"blocked_by": 0,
"total_blocked_by": 0,
"blocking": 0,
"total_blocking": 0
} | null | false | [
"I'm facing the same issue—Space stuck in \"Building\" even after restart and Factory rebuild. Any fix?\n",
"> I'm facing the same issue—Space stuck in \"Building\" even after restart and Factory rebuild. Any fix?\n\nAlso see https://github.com/huggingface/huggingface_hub/issues/3019",
"I'm facing the same issu... |
https://api.github.com/repos/huggingface/datasets/issues/7529 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7529/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7529/comments | https://api.github.com/repos/huggingface/datasets/issues/7529/events | https://github.com/huggingface/datasets/issues/7529 | 3,007,118,969 | I_kwDODunzps6zPP55 | 7,529 | audio folder builder cannot detect custom split name | {
"login": "phineas-pta",
"id": 37548991,
"node_id": "MDQ6VXNlcjM3NTQ4OTkx",
"avatar_url": "https://avatars.githubusercontent.com/u/37548991?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/phineas-pta",
"html_url": "https://github.com/phineas-pta",
"followers_url": "https://api.github.com/... | [] | closed | false | [] | null | 2 | 1,745,168,001,000 | 1,778,951,795,000 | 1,778,951,795,000 | null | NONE | [] | null | null | null | null | ### Describe the bug
when using audio folder builder (`load_dataset("audiofolder", data_dir="/path/to/folder")`), it cannot detect custom split name other than train/validation/test
### Steps to reproduce the bug
i have the following folder structure
```
my_dataset/
├── train/
│ ├── lorem.wav
│ ├── …
│ └── met... | {
"login": "phineas-pta",
"id": 37548991,
"node_id": "MDQ6VXNlcjM3NTQ4OTkx",
"avatar_url": "https://avatars.githubusercontent.com/u/37548991?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/phineas-pta",
"html_url": "https://github.com/phineas-pta",
"followers_url": "https://api.github.com/... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7529/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/7529/timeline | null | completed | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | {
"blocked_by": 0,
"total_blocked_by": 0,
"blocking": 0,
"total_blocking": 0
} | null | false | [
"Hi! Triaging older issues — reproduced your behavior, but I think this is by design rather than a bug.\n\nThe folder-based builders (`audiofolder`/`imagefolder`/`videofolder`) auto-detect splits using a fixed keyword list (`train`, `validation`/`valid`/`val`/`dev`, `test`/`testing`/`eval`/`evaluation`) — see `SPLI... |
https://api.github.com/repos/huggingface/datasets/issues/7528 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7528/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7528/comments | https://api.github.com/repos/huggingface/datasets/issues/7528/events | https://github.com/huggingface/datasets/issues/7528 | 3,006,433,485 | I_kwDODunzps6zMojN | 7,528 | Data Studio Error: Convert JSONL incorrectly | {
"login": "zxccade",
"id": 144962041,
"node_id": "U_kgDOCKPx-Q",
"avatar_url": "https://avatars.githubusercontent.com/u/144962041?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/zxccade",
"html_url": "https://github.com/zxccade",
"followers_url": "https://api.github.com/users/zxccade/foll... | [] | open | false | [] | null | 1 | 1,745,068,904,000 | 1,746,537,518,000 | null | null | NONE | [] | null | null | null | null | ### Describe the bug
Hi there,
I uploaded a dataset here https://huggingface.co/datasets/V-STaR-Bench/V-STaR, but I found that Data Studio incorrectly convert the "bboxes" value for the whole dataset. Therefore, anyone who downloaded the dataset via the API would get the wrong "bboxes" value in the data file.
Could ... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7528/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/7528/timeline | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | {
"blocked_by": 0,
"total_blocked_by": 0,
"blocking": 0,
"total_blocking": 0
} | null | false | [
"Hi ! Your JSONL file is incompatible with Arrow / Parquet. Indeed in Arrow / Parquet every dict should have the same keys, while in your dataset the bboxes have varying keys.\n\nThis causes the Data Studio to treat the bboxes as if each row was missing the keys from other rows.\n\nFeel free to take a look at the d... |
https://api.github.com/repos/huggingface/datasets/issues/7527 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7527/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7527/comments | https://api.github.com/repos/huggingface/datasets/issues/7527/events | https://github.com/huggingface/datasets/issues/7527 | 3,005,242,422 | I_kwDODunzps6zIFw2 | 7,527 | Auto-merge option for `convert-to-parquet` | {
"login": "klamike",
"id": 17013474,
"node_id": "MDQ6VXNlcjE3MDEzNDc0",
"avatar_url": "https://avatars.githubusercontent.com/u/17013474?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/klamike",
"html_url": "https://github.com/klamike",
"followers_url": "https://api.github.com/users/klamik... | [
{
"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": "klamike",
"id": 17013474,
"node_id": "MDQ6VXNlcjE3MDEzNDc0",
"avatar_url": "https://avatars.githubusercontent.com/u/17013474?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/klamike",
"html_url": "https://github.com/klamike",
"followers_url": "https://api.git... | null | 4 | 1,744,992,202,000 | 1,752,865,743,000 | 1,752,865,743,000 | {
"login": "klamike",
"id": 17013474,
"node_id": "MDQ6VXNlcjE3MDEzNDc0",
"avatar_url": "https://avatars.githubusercontent.com/u/17013474?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/klamike",
"html_url": "https://github.com/klamike",
"followers_url": "https://api.github.com/users/klamik... | CONTRIBUTOR | [] | null | null | null | null | ### Feature request
Add a command-line option, e.g. `--auto-merge-pull-request` that enables automatic merging of the commits created by the `convert-to-parquet` tool.
### Motivation
Large datasets may result in dozens of PRs due to the splitting mechanism. Each of these has to be manually accepted via the website.
... | {
"login": "klamike",
"id": 17013474,
"node_id": "MDQ6VXNlcjE3MDEzNDc0",
"avatar_url": "https://avatars.githubusercontent.com/u/17013474?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/klamike",
"html_url": "https://github.com/klamike",
"followers_url": "https://api.github.com/users/klamik... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7527/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/7527/timeline | null | completed | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | {
"blocked_by": 0,
"total_blocked_by": 0,
"blocking": 0,
"total_blocking": 0
} | null | false | [
"Alternatively, there could be an option to switch from submitting PRs to just committing changes directly to `main`.",
"Why not, I'd be in favor of `--merge-pull-request` to call `HfApi().merge_pull_request()` at the end of the conversion :) feel free to open a PR if you'd like",
"#self-assign",
"Closing sin... |
https://api.github.com/repos/huggingface/datasets/issues/7526 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7526/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7526/comments | https://api.github.com/repos/huggingface/datasets/issues/7526/events | https://github.com/huggingface/datasets/issues/7526 | 3,005,107,536 | I_kwDODunzps6zHk1Q | 7,526 | Faster downloads/uploads with Xet storage | {
"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/lhoest... | [] | open | false | [] | null | 0 | 1,744,987,602,000 | 1,747,051,749,000 | null | null | MEMBER | [] | null | null | null | null | 
## Xet is out !
Over the past few weeks, Hugging Face’s [Xet Team](https://huggingface.co/xet-team) took a major step forward by [migrating the first Model and Dataset repositories off LFS and to Xet storage](https://huggingface... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7526/reactions",
"total_count": 7,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 7,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/7526/timeline | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | {
"blocked_by": 0,
"total_blocked_by": 0,
"blocking": 0,
"total_blocking": 0
} | null | false | [] |
https://api.github.com/repos/huggingface/datasets/issues/7525 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7525/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7525/comments | https://api.github.com/repos/huggingface/datasets/issues/7525/events | https://github.com/huggingface/datasets/pull/7525 | 3,003,032,248 | PR_kwDODunzps6TBOH1 | 7,525 | Fix indexing in split commit messages | {
"login": "klamike",
"id": 17013474,
"node_id": "MDQ6VXNlcjE3MDEzNDc0",
"avatar_url": "https://avatars.githubusercontent.com/u/17013474?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/klamike",
"html_url": "https://github.com/klamike",
"followers_url": "https://api.github.com/users/klamik... | [] | closed | false | [] | null | 1 | 1,744,909,586,000 | 1,745,850,387,000 | 1,745,850,387,000 | null | CONTRIBUTOR | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7525",
"html_url": "https://github.com/huggingface/datasets/pull/7525",
"diff_url": "https://github.com/huggingface/datasets/pull/7525.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7525.patch",
"merged_at": null
} | When a large commit is split up, it seems the commit index in the message is zero-based while the total number is one-based. I came across this running `convert-to-parquet` and was wondering why there was no `6-of-6` commit. This PR fixes that by adding one to the commit index, so both are one-based.
Current behavio... | {
"login": "klamike",
"id": 17013474,
"node_id": "MDQ6VXNlcjE3MDEzNDc0",
"avatar_url": "https://avatars.githubusercontent.com/u/17013474?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/klamike",
"html_url": "https://github.com/klamike",
"followers_url": "https://api.github.com/users/klamik... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7525/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/7525/timeline | null | null | null | null | null | true | [
"Hi ! this is expected and is coherent with other naming conventions in `datasets` such as parquet shards naming"
] |
https://api.github.com/repos/huggingface/datasets/issues/7524 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7524/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7524/comments | https://api.github.com/repos/huggingface/datasets/issues/7524/events | https://github.com/huggingface/datasets/pull/7524 | 3,002,067,826 | PR_kwDODunzps6S99KB | 7,524 | correct use with polars example | {
"login": "SiQube",
"id": 43832476,
"node_id": "MDQ6VXNlcjQzODMyNDc2",
"avatar_url": "https://avatars.githubusercontent.com/u/43832476?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/SiQube",
"html_url": "https://github.com/SiQube",
"followers_url": "https://api.github.com/users/SiQube/fo... | [] | closed | false | [] | null | 0 | 1,744,885,159,000 | 1,745,848,114,000 | 1,745,848,113,000 | null | CONTRIBUTOR | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7524",
"html_url": "https://github.com/huggingface/datasets/pull/7524",
"diff_url": "https://github.com/huggingface/datasets/pull/7524.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7524.patch",
"merged_at": 1745848113000
} | null | {
"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/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7524/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/7524/timeline | null | null | null | null | null | true | [] |
https://api.github.com/repos/huggingface/datasets/issues/7523 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7523/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7523/comments | https://api.github.com/repos/huggingface/datasets/issues/7523/events | https://github.com/huggingface/datasets/pull/7523 | 2,999,616,692 | PR_kwDODunzps6S1r8w | 7,523 | mention av in video docs | {
"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/lhoest... | [] | closed | false | [] | null | 1 | 1,744,809,072,000 | 1,744,809,225,000 | 1,744,809,102,000 | null | MEMBER | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7523",
"html_url": "https://github.com/huggingface/datasets/pull/7523",
"diff_url": "https://github.com/huggingface/datasets/pull/7523.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7523.patch",
"merged_at": 1744809102000
} | null | {
"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/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7523/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/7523/timeline | null | null | null | null | null | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7523). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] |
https://api.github.com/repos/huggingface/datasets/issues/7522 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7522/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7522/comments | https://api.github.com/repos/huggingface/datasets/issues/7522/events | https://github.com/huggingface/datasets/pull/7522 | 2,998,169,017 | PR_kwDODunzps6SwwXW | 7,522 | Preserve formatting in concatenated IterableDataset | {
"login": "francescorubbo",
"id": 5140987,
"node_id": "MDQ6VXNlcjUxNDA5ODc=",
"avatar_url": "https://avatars.githubusercontent.com/u/5140987?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/francescorubbo",
"html_url": "https://github.com/francescorubbo",
"followers_url": "https://api.gith... | [] | closed | false | [] | null | 1 | 1,744,771,053,000 | 1,747,667,258,000 | 1,747,667,257,000 | null | CONTRIBUTOR | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7522",
"html_url": "https://github.com/huggingface/datasets/pull/7522",
"diff_url": "https://github.com/huggingface/datasets/pull/7522.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7522.patch",
"merged_at": 1747667257000
} | Fixes #7515 | {
"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/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7522/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/7522/timeline | null | null | null | null | null | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7522). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] |
https://api.github.com/repos/huggingface/datasets/issues/7521 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7521/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7521/comments | https://api.github.com/repos/huggingface/datasets/issues/7521/events | https://github.com/huggingface/datasets/pull/7521 | 2,997,666,366 | PR_kwDODunzps6SvEZp | 7,521 | fix: Image Feature in Datasets Library Fails to Handle bytearray Objects from Spark DataFrames (#7517) | {
"login": "giraffacarp",
"id": 73196164,
"node_id": "MDQ6VXNlcjczMTk2MTY0",
"avatar_url": "https://avatars.githubusercontent.com/u/73196164?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/giraffacarp",
"html_url": "https://github.com/giraffacarp",
"followers_url": "https://api.github.com/... | [] | closed | false | [] | null | 2 | 1,744,752,238,000 | 1,746,627,449,000 | 1,746,627,449,000 | null | CONTRIBUTOR | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7521",
"html_url": "https://github.com/huggingface/datasets/pull/7521",
"diff_url": "https://github.com/huggingface/datasets/pull/7521.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7521.patch",
"merged_at": 1746627449000
} | ## Task
Support bytes-like objects (bytes and bytearray) in Features classes
### Description
The `Features` classes only accept `bytes` objects for binary data, but not `bytearray`. This leads to errors when using `IterableDataset.from_spark()` with Spark DataFrames as they contain `bytearray` objects, even though... | {
"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/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7521/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/7521/timeline | null | null | null | null | null | true | [
"@lhoestq let me know if you prefer to change the spark iterator so it outputs `bytes`",
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7521). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
... |
https://api.github.com/repos/huggingface/datasets/issues/7520 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7520/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7520/comments | https://api.github.com/repos/huggingface/datasets/issues/7520/events | https://github.com/huggingface/datasets/issues/7520 | 2,997,422,044 | I_kwDODunzps6yqQfc | 7,520 | Update items in the dataset without `map` | {
"login": "mashdragon",
"id": 122402293,
"node_id": "U_kgDOB0u19Q",
"avatar_url": "https://avatars.githubusercontent.com/u/122402293?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/mashdragon",
"html_url": "https://github.com/mashdragon",
"followers_url": "https://api.github.com/users/mas... | [
{
"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 | [] | null | 1 | 1,744,745,941,000 | 1,745,088,466,000 | null | null | NONE | [] | null | null | null | null | ### Feature request
I would like to be able to update items in my dataset without affecting all rows. At least if there was a range option, I would be able to process those items, save the dataset, and then continue.
If I am supposed to split the dataset first, that is not clear, since the docs suggest that any of th... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7520/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/7520/timeline | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | {
"blocked_by": 0,
"total_blocked_by": 0,
"blocking": 0,
"total_blocking": 0
} | null | false | [
"Hello!\n\nHave you looked at `Dataset.shard`? [Docs](https://huggingface.co/docs/datasets/en/process#shard)\n\nUsing this method you could break your dataset in N shards. Apply `map` on each shard and concatenate them back."
] |
https://api.github.com/repos/huggingface/datasets/issues/7519 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7519/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7519/comments | https://api.github.com/repos/huggingface/datasets/issues/7519/events | https://github.com/huggingface/datasets/pull/7519 | 2,996,458,961 | PR_kwDODunzps6Sq76Z | 7,519 | pdf docs fixes | {
"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/lhoest... | [] | closed | false | [] | null | 1 | 1,744,724,156,000 | 1,744,724,311,000 | 1,744,724,163,000 | null | MEMBER | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7519",
"html_url": "https://github.com/huggingface/datasets/pull/7519",
"diff_url": "https://github.com/huggingface/datasets/pull/7519.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7519.patch",
"merged_at": 1744724163000
} | close https://github.com/huggingface/datasets/issues/7494 | {
"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/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7519/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/7519/timeline | null | null | null | null | null | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7519). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] |
https://api.github.com/repos/huggingface/datasets/issues/7518 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7518/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7518/comments | https://api.github.com/repos/huggingface/datasets/issues/7518/events | https://github.com/huggingface/datasets/issues/7518 | 2,996,141,825 | I_kwDODunzps6ylX8B | 7,518 | num_proc parallelization works only for first ~10s. | {
"login": "pshishodiaa",
"id": 33901783,
"node_id": "MDQ6VXNlcjMzOTAxNzgz",
"avatar_url": "https://avatars.githubusercontent.com/u/33901783?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/pshishodiaa",
"html_url": "https://github.com/pshishodiaa",
"followers_url": "https://api.github.com/... | [] | open | false | [] | null | 2 | 1,744,717,443,000 | 1,744,722,733,000 | null | null | NONE | [] | null | null | null | null | ### Describe the bug
When I try to load an already downloaded dataset with num_proc=64, the speed is very high for the first 10-20 seconds acheiving 30-40K samples / s, and 100% utilization for all cores but it soon drops to <= 1000 with almost 0% utilization for most cores.
### Steps to reproduce the bug
```
// do... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7518/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/7518/timeline | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | {
"blocked_by": 0,
"total_blocked_by": 0,
"blocking": 0,
"total_blocking": 0
} | null | false | [
"Hi, can you check if the processes are still alive ? It's a bit weird because `datasets` does check if processes crash and return an error in that case",
"Thank you for reverting quickly. I digged a bit, and realized my disk's IOPS is also limited - which is causing this. will check further and report if it's an... |
https://api.github.com/repos/huggingface/datasets/issues/7517 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7517/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7517/comments | https://api.github.com/repos/huggingface/datasets/issues/7517/events | https://github.com/huggingface/datasets/issues/7517 | 2,996,106,077 | I_kwDODunzps6ylPNd | 7,517 | Image Feature in Datasets Library Fails to Handle bytearray Objects from Spark DataFrames | {
"login": "giraffacarp",
"id": 73196164,
"node_id": "MDQ6VXNlcjczMTk2MTY0",
"avatar_url": "https://avatars.githubusercontent.com/u/73196164?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/giraffacarp",
"html_url": "https://github.com/giraffacarp",
"followers_url": "https://api.github.com/... | [] | closed | false | [
{
"login": "giraffacarp",
"id": 73196164,
"node_id": "MDQ6VXNlcjczMTk2MTY0",
"avatar_url": "https://avatars.githubusercontent.com/u/73196164?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/giraffacarp",
"html_url": "https://github.com/giraffacarp",
"followers_url": "htt... | null | 4 | 1,744,716,557,000 | 1,746,627,450,000 | 1,746,627,450,000 | {
"login": "giraffacarp",
"id": 73196164,
"node_id": "MDQ6VXNlcjczMTk2MTY0",
"avatar_url": "https://avatars.githubusercontent.com/u/73196164?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/giraffacarp",
"html_url": "https://github.com/giraffacarp",
"followers_url": "https://api.github.com/... | CONTRIBUTOR | [] | null | null | null | null | ### Describe the bug
When using `IterableDataset.from_spark()` with a Spark DataFrame containing image data, the `Image` feature class fails to properly process this data type, causing an `AttributeError: 'bytearray' object has no attribute 'get'`
### Steps to reproduce the bug
1. Create a Spark DataFrame with a col... | {
"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/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7517/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/7517/timeline | null | completed | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | {
"blocked_by": 0,
"total_blocked_by": 0,
"blocking": 0,
"total_blocking": 0
} | null | false | [
"Hi ! The `Image()` type accepts either\n- a `bytes` object containing the image bytes\n- a `str` object containing the image path\n- a `PIL.Image` object\n\nbut it doesn't support `bytearray`, maybe you can convert to `bytes` beforehand ?",
"Hi @lhoestq, \nconverting to bytes is certainly possible and would work... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.