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/8255 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8255/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8255/comments | https://api.github.com/repos/huggingface/datasets/issues/8255/events | https://github.com/huggingface/datasets/pull/8255 | 4,622,727,887 | PR_kwDODunzps7kabPI | 8,255 | Support hermes traces | {
"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 | 5 | 1,781,014,187,000 | 1,781,038,881,000 | null | null | MEMBER | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8255",
"html_url": "https://github.com/huggingface/datasets/pull/8255",
"diff_url": "https://github.com/huggingface/datasets/pull/8255.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8255.patch",
"merged_at": null
} | Parse hermes agent traces export using teich
supports both single session export and multi-sessions export
```bash
# single session
>>> hermes sessions export session.jsonl --session-id 20250305_091523_a1b2c3d4
# multi-sessions
>>> hermes sessions export sessions.jsonl
```
+ bump teich to 0.1.2
breakin... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8255/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/8255/timeline | null | null | null | null | null | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8255). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.",
"do we want to use teich for trace detection too to simplify somethings?\r\n\r\n```pytho... |
https://api.github.com/repos/huggingface/datasets/issues/8254 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8254/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8254/comments | https://api.github.com/repos/huggingface/datasets/issues/8254/events | https://github.com/huggingface/datasets/pull/8254 | 4,621,100,582 | PR_kwDODunzps7kVBP4 | 8,254 | [DRAFT] Prefer torchvision to decode images instead of PIL | {
"login": "NicolasHug",
"id": 1190450,
"node_id": "MDQ6VXNlcjExOTA0NTA=",
"avatar_url": "https://avatars.githubusercontent.com/u/1190450?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/NicolasHug",
"html_url": "https://github.com/NicolasHug",
"followers_url": "https://api.github.com/users... | [] | open | false | [] | null | 2 | 1,781,000,486,000 | 1,781,021,228,000 | null | null | NONE | [] | null | null | true | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8254",
"html_url": "https://github.com/huggingface/datasets/pull/8254",
"diff_url": "https://github.com/huggingface/datasets/pull/8254.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8254.patch",
"merged_at": null
} | This PR uses `torchvision.io.decode_image` instead of `PIL.open()` to decode images when the `torch` formatter is used.
TorchVision is typically faster than PIL to decode images, and this also saves the `pil_to_tensor` conversion. See https://github.com/huggingface/transformers/pull/45195 for benchmarks on `transfom... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8254/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/8254/timeline | null | null | null | null | null | true | [
"Sounds good ! Maybe a way to make it work even on List(Image()) would be to integrate it in decode_nested_example() directly (or copy and adapt decode_nested_example())\r\n\r\nE.g. decode_nested_example() could accept an argument that makes it use `_decode_image_for_torch` for Image() type instead of `Image.decode... |
https://api.github.com/repos/huggingface/datasets/issues/8253 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8253/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8253/comments | https://api.github.com/repos/huggingface/datasets/issues/8253/events | https://github.com/huggingface/datasets/issues/8253 | 4,618,455,811 | I_kwDODunzps8AAAABE0gLAw | 8,253 | Feature request: Add a streaming_shard operator for early sample-level sharding when file-level sharding is insufficient | {
"login": "muyihao",
"id": 37872457,
"node_id": "MDQ6VXNlcjM3ODcyNDU3",
"avatar_url": "https://avatars.githubusercontent.com/u/37872457?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/muyihao",
"html_url": "https://github.com/muyihao",
"followers_url": "https://api.github.com/users/muyiha... | [
{
"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,780,974,886,000 | 1,781,021,671,000 | null | null | NONE | [] | null | null | null | null | ## Feature request: Add a streaming_shard operator for early sample-level sharding when file-level sharding is insufficient
### Proposed API
It would be useful to provide a first-class streaming sharding operator in `datasets`, for example:
```python
dataset = datasets.load_dataset(..., streaming=True, split="train"... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8253/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/8253/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 feel like IterableDatasetShard is not well suited for this and shouldn't be used / should be improved. Instead there is `ds.shard()` or even `split_dataset_by_node()` which works when `num_physical_files < global_world_size`. WDYT ?",
"I checked current `main`, and the requested behavior seems to sit between t... |
https://api.github.com/repos/huggingface/datasets/issues/8252 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8252/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8252/comments | https://api.github.com/repos/huggingface/datasets/issues/8252/events | https://github.com/huggingface/datasets/pull/8252 | 4,617,669,510 | PR_kwDODunzps7kJsgc | 8,252 | docs: fix duplicate "to" in IterableDataset push-to-hub example | {
"login": "DaoyuanLi2816",
"id": 94409450,
"node_id": "U_kgDOBaCS6g",
"avatar_url": "https://avatars.githubusercontent.com/u/94409450?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/DaoyuanLi2816",
"html_url": "https://github.com/DaoyuanLi2816",
"followers_url": "https://api.github.com/us... | [] | closed | false | [] | null | 0 | 1,780,964,818,000 | 1,781,018,436,000 | 1,781,018,435,000 | null | CONTRIBUTOR | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8252",
"html_url": "https://github.com/huggingface/datasets/pull/8252",
"diff_url": "https://github.com/huggingface/datasets/pull/8252.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8252.patch",
"merged_at": 1781018435000
} | ## What does this PR do?
The save-to-hub paragraph in `docs/source/stream.mdx` (line 584) currently reads:
> "you wish to save it **to to** [`~Dataset.push_to_hub`]"
The first `to` closes the relative clause ("the repo you wish to save it to"), and the second `to` introduces the function argument. The collision read... | {
"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/8252/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/8252/timeline | null | null | null | null | null | true | [] |
https://api.github.com/repos/huggingface/datasets/issues/8251 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8251/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8251/comments | https://api.github.com/repos/huggingface/datasets/issues/8251/events | https://github.com/huggingface/datasets/pull/8251 | 4,615,134,743 | PR_kwDODunzps7kBMFr | 8,251 | chore: update release-conda.yml | {
"login": "hf-security-analysis[bot]",
"id": 265538906,
"node_id": "BOT_kgDOD9PNWg",
"avatar_url": "https://avatars.githubusercontent.com/u/25720743?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/hf-security-analysis%5Bbot%5D",
"html_url": "https://github.com/apps/hf-security-analysis",
... | [] | open | false | [] | null | 1 | 1,780,939,858,000 | 1,780,940,084,000 | null | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8251",
"html_url": "https://github.com/huggingface/datasets/pull/8251",
"diff_url": "https://github.com/huggingface/datasets/pull/8251.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8251.patch",
"merged_at": null
} | Update `.github/workflows/release-conda.yml` workflow configuration.
cc @lhoestq
Closes huggingface/tracking-issues#808
<!--slack ts:1780939860.368259 channel:C0AJSP0D53L--> | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8251/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/8251/timeline | null | null | null | null | null | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8251). 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/8250 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8250/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8250/comments | https://api.github.com/repos/huggingface/datasets/issues/8250/events | https://github.com/huggingface/datasets/pull/8250 | 4,615,077,148 | PR_kwDODunzps7kA_3J | 8,250 | fix conda build | {
"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,780,939,389,000 | 1,780,939,840,000 | 1,780,939,838,000 | null | MEMBER | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8250",
"html_url": "https://github.com/huggingface/datasets/pull/8250",
"diff_url": "https://github.com/huggingface/datasets/pull/8250.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8250.patch",
"merged_at": 1780939837000
} | 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/8250/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/8250/timeline | null | null | null | null | null | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8250). 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/8249 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8249/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8249/comments | https://api.github.com/repos/huggingface/datasets/issues/8249/events | https://github.com/huggingface/datasets/pull/8249 | 4,609,447,743 | PR_kwDODunzps7jub7- | 8,249 | Catch RecursionError when decoding deeply nested mesh files (#8246) | {
"login": "archievi",
"id": 13202986,
"node_id": "MDQ6VXNlcjEzMjAyOTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/13202986?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/archievi",
"html_url": "https://github.com/archievi",
"followers_url": "https://api.github.com/users/arc... | [] | open | false | [] | null | 0 | 1,780,883,066,000 | 1,780,883,066,000 | null | null | CONTRIBUTOR | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8249",
"html_url": "https://github.com/huggingface/datasets/pull/8249",
"diff_url": "https://github.com/huggingface/datasets/pull/8249.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8249.patch",
"merged_at": null
} | Fixes #8246.
A GLB whose glTF JSON chunk is deeply nested (malformed or malicious) makes `trimesh.load` exceed Python's recursion limit while parsing it (`RecursionError: maximum recursion depth exceeded while decoding a JSON array`), crashing `Mesh.decode_example` with an uncaught error.
This routes both `trimesh.lo... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8249/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/8249/timeline | null | null | null | null | null | true | [] |
https://api.github.com/repos/huggingface/datasets/issues/8248 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8248/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8248/comments | https://api.github.com/repos/huggingface/datasets/issues/8248/events | https://github.com/huggingface/datasets/pull/8248 | 4,609,204,292 | PR_kwDODunzps7jtrLA | 8,248 | Fix partial extraction when concurrent processes share a cache (#4661) | {
"login": "Incheonkirin",
"id": 42427560,
"node_id": "MDQ6VXNlcjQyNDI3NTYw",
"avatar_url": "https://avatars.githubusercontent.com/u/42427560?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Incheonkirin",
"html_url": "https://github.com/Incheonkirin",
"followers_url": "https://api.github.c... | [] | closed | false | [] | null | 0 | 1,780,878,097,000 | 1,780,879,124,000 | 1,780,879,124,000 | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8248",
"html_url": "https://github.com/huggingface/datasets/pull/8248",
"diff_url": "https://github.com/huggingface/datasets/pull/8248.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8248.patch",
"merged_at": null
} | Fixes #4661.
`ExtractManager.extract` runs the `_do_extract` "already extracted?" check outside any lock; the lock sits one level down in `Extractor.extract`. When two jobs share a cache, the second can catch a half-written output directory mid-extraction, assume it's done, and return a partial path.
This moves the l... | {
"login": "Incheonkirin",
"id": 42427560,
"node_id": "MDQ6VXNlcjQyNDI3NTYw",
"avatar_url": "https://avatars.githubusercontent.com/u/42427560?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Incheonkirin",
"html_url": "https://github.com/Incheonkirin",
"followers_url": "https://api.github.c... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8248/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/8248/timeline | null | null | null | null | null | true | [] |
https://api.github.com/repos/huggingface/datasets/issues/8247 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8247/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8247/comments | https://api.github.com/repos/huggingface/datasets/issues/8247/events | https://github.com/huggingface/datasets/issues/8247 | 4,607,104,776 | I_kwDODunzps8AAAABEprXCA | 8,247 | VORTEXRAG benchmarked on 6 HuggingFace datasets — new open-source RAG framework | {
"login": "vignesh2027",
"id": 207180873,
"node_id": "U_kgDODFlUSQ",
"avatar_url": "https://avatars.githubusercontent.com/u/207180873?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/vignesh2027",
"html_url": "https://github.com/vignesh2027",
"followers_url": "https://api.github.com/users/... | [] | open | false | [] | null | 0 | 1,780,830,890,000 | 1,780,830,890,000 | null | null | NONE | [] | null | null | null | null | Hi HuggingFace Datasets team!
**VORTEXRAG** was evaluated on 6 datasets available on the HuggingFace Hub using datasets.load_dataset():
- NQ, TriviaQA, WebQ, PopQA, HotpotQA, 2WikiMultiHopQA
Results: EM 74.8, F1 82.6 averaged across all 6. Full evaluation code is in the repo.
- GitHub: https://github.com/vignesh202... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8247/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/8247/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/8246 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8246/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8246/comments | https://api.github.com/repos/huggingface/datasets/issues/8246/events | https://github.com/huggingface/datasets/issues/8246 | 4,606,509,015 | I_kwDODunzps8AAAABEpG_1w | 8,246 | RecursionError when loading GLB file with deeply nested JSON in Mesh feature | {
"login": "BeyondBirthday07",
"id": 287603292,
"node_id": "U_kgDOESR6XA",
"avatar_url": "https://avatars.githubusercontent.com/u/287603292?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/BeyondBirthday07",
"html_url": "https://github.com/BeyondBirthday07",
"followers_url": "https://api.gi... | [] | open | false | [] | null | 0 | 1,780,816,222,000 | 1,780,816,222,000 | null | null | NONE | [] | null | null | null | null | ## Description
Loading a GLB file with deeply nested JSON chunk causes a RecursionError, crashing the application.
## Step to Reproduce
```python
from datasets import Dataset, Mesh
import tempfile, os, struct
def make_malicious_glb(depth=5000):
json_chunk = (b'{"a":' * depth + b'1' + b'}' * depth)
magic = b... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8246/reactions",
"total_count": 1,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 1
} | https://api.github.com/repos/huggingface/datasets/issues/8246/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/8245 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8245/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8245/comments | https://api.github.com/repos/huggingface/datasets/issues/8245/events | https://github.com/huggingface/datasets/pull/8245 | 4,605,978,581 | PR_kwDODunzps7jju8n | 8,245 | Update inspect.py | {
"login": "ramkumar27072006",
"id": 191306596,
"node_id": "U_kgDOC2cbZA",
"avatar_url": "https://avatars.githubusercontent.com/u/191306596?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ramkumar27072006",
"html_url": "https://github.com/ramkumar27072006",
"followers_url": "https://api.gi... | [] | open | false | [] | null | 0 | 1,780,801,153,000 | 1,780,801,153,000 | null | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8245",
"html_url": "https://github.com/huggingface/datasets/pull/8245",
"diff_url": "https://github.com/huggingface/datasets/pull/8245.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8245.patch",
"merged_at": null
} | null | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8245/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/8245/timeline | null | null | null | null | null | true | [] |
https://api.github.com/repos/huggingface/datasets/issues/8244 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8244/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8244/comments | https://api.github.com/repos/huggingface/datasets/issues/8244/events | https://github.com/huggingface/datasets/pull/8244 | 4,605,051,825 | PR_kwDODunzps7jg1Yj | 8,244 | Fix version string in __init__.py | {
"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 | 1 | 1,780,778,733,000 | 1,780,782,453,000 | 1,780,782,451,000 | null | MEMBER | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8244",
"html_url": "https://github.com/huggingface/datasets/pull/8244",
"diff_url": "https://github.com/huggingface/datasets/pull/8244.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8244.patch",
"merged_at": 1780782451000
} | 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/8244/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/8244/timeline | null | null | null | null | null | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8244). 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/8243 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8243/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8243/comments | https://api.github.com/repos/huggingface/datasets/issues/8243/events | https://github.com/huggingface/datasets/pull/8243 | 4,600,109,722 | PR_kwDODunzps7jQ4z3 | 8,243 | Fix JSON loader schema inference for files starting with a UTF-8 BOM (#8241) | {
"login": "archievi",
"id": 13202986,
"node_id": "MDQ6VXNlcjEzMjAyOTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/13202986?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/archievi",
"html_url": "https://github.com/archievi",
"followers_url": "https://api.github.com/users/arc... | [] | closed | false | [] | null | 1 | 1,780,693,404,000 | 1,781,020,106,000 | 1,781,020,106,000 | null | CONTRIBUTOR | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8243",
"html_url": "https://github.com/huggingface/datasets/pull/8243",
"diff_url": "https://github.com/huggingface/datasets/pull/8243.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8243.patch",
"merged_at": 1781020106000
} | Fixes #8241.
## What's the bug
When a JSONL file starts with a UTF-8 BOM (`\xef\xbb\xbf`), `load_dataset("json", ...)` infers a different schema than the same file without the BOM.
The JSON builder's first-batch "mixed-struct-types" pre-scan parses each line with `ujson` to decide whether to preserve heterogeneous n... | {
"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/8243/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/8243/timeline | null | null | null | null | null | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8243). 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/8242 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8242/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8242/comments | https://api.github.com/repos/huggingface/datasets/issues/8242/events | https://github.com/huggingface/datasets/issues/8242 | 4,599,059,760 | I_kwDODunzps8AAAABEiAVMA | 8,242 | "eval_strategy": "no" perform evaluation | {
"login": "SamuelLarkin",
"id": 7314973,
"node_id": "MDQ6VXNlcjczMTQ5NzM=",
"avatar_url": "https://avatars.githubusercontent.com/u/7314973?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/SamuelLarkin",
"html_url": "https://github.com/SamuelLarkin",
"followers_url": "https://api.github.com... | [] | open | false | [] | null | 0 | 1,780,682,897,000 | 1,780,694,314,000 | null | null | NONE | [] | null | null | null | null | ### Describe the bug
Hi,
I'm trying to train a diffusion model and I getting stuck with
```
strace -p 967873
strace: Process 967873 attached
ioctl(9, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2a, 0x20), 0x7fff18579d90) = 0
ioctl(9, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2a, 0x20), 0x7fff18579d90) = 0
```
But my issue is that ... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8242/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/8242/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/8241 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8241/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8241/comments | https://api.github.com/repos/huggingface/datasets/issues/8241/events | https://github.com/huggingface/datasets/issues/8241 | 4,597,756,669 | I_kwDODunzps8AAAABEgwy_Q | 8,241 | load_dataset("json", ...) infers a different schema when the JSONL file starts with a UTF-8 BOM | {
"login": "f-salvetti",
"id": 126902933,
"node_id": "U_kgDOB5BilQ",
"avatar_url": "https://avatars.githubusercontent.com/u/126902933?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/f-salvetti",
"html_url": "https://github.com/f-salvetti",
"followers_url": "https://api.github.com/users/f-s... | [] | closed | false | [] | null | 1 | 1,780,670,386,000 | 1,781,020,107,000 | 1,781,020,107,000 | null | NONE | [] | null | null | null | null | ### Describe the bug
When a JSONL file starts with a UTF-8 BOM (`\xef\xbb\xbf`), `datasets.load_dataset("json", data_files=...)` infers a different schema than when the same file is loaded without the BOM. Specifically, the loader's "mixed-struct-types" pre-scan — which normally promotes columns with heterogeneous nes... | {
"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/8241/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/8241/timeline | null | completed | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | {
"blocked_by": 0,
"total_blocked_by": 0,
"blocking": 0,
"total_blocking": 0
} | null | false | [
"#self-assign"
] |
https://api.github.com/repos/huggingface/datasets/issues/8240 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8240/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8240/comments | https://api.github.com/repos/huggingface/datasets/issues/8240/events | https://github.com/huggingface/datasets/pull/8240 | 4,597,394,026 | PR_kwDODunzps7jH1ik | 8,240 | 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,780,667,139,000 | 1,780,667,316,000 | 1,780,667,150,000 | null | MEMBER | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8240",
"html_url": "https://github.com/huggingface/datasets/pull/8240",
"diff_url": "https://github.com/huggingface/datasets/pull/8240.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8240.patch",
"merged_at": 1780667150000
} | 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/8240/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/8240/timeline | null | null | null | null | null | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8240). 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/8239 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8239/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8239/comments | https://api.github.com/repos/huggingface/datasets/issues/8239/events | https://github.com/huggingface/datasets/pull/8239 | 4,597,207,473 | PR_kwDODunzps7jHOZ3 | 8,239 | Release: 5.0.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,780,665,426,000 | 1,780,665,608,000 | 1,780,665,520,000 | null | MEMBER | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8239",
"html_url": "https://github.com/huggingface/datasets/pull/8239",
"diff_url": "https://github.com/huggingface/datasets/pull/8239.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8239.patch",
"merged_at": 1780665520000
} | 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/8239/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/8239/timeline | null | null | null | null | null | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8239). 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/8238 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8238/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8238/comments | https://api.github.com/repos/huggingface/datasets/issues/8238/events | https://github.com/huggingface/datasets/pull/8238 | 4,594,443,672 | PR_kwDODunzps7i-Kt_ | 8,238 | Fix imagefolder metadata with split-named files | {
"login": "KirtiRamchandani",
"id": 33368817,
"node_id": "MDQ6VXNlcjMzMzY4ODE3",
"avatar_url": "https://avatars.githubusercontent.com/u/33368817?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/KirtiRamchandani",
"html_url": "https://github.com/KirtiRamchandani",
"followers_url": "https://... | [] | open | false | [] | null | 1 | 1,780,637,158,000 | 1,780,661,995,000 | null | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8238",
"html_url": "https://github.com/huggingface/datasets/pull/8238",
"diff_url": "https://github.com/huggingface/datasets/pull/8238.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8238.patch",
"merged_at": null
} | ## Summary
- Preserve folder-builder metadata when auto-inferred split filename patterns match only a file such as `train.png`
- Re-resolve default `**` patterns only for auto-inferred folder datasets when sidecar metadata would otherwise be dropped
- Add regression coverage for explicit `imagefolder`, local auto-detec... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8238/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/8238/timeline | null | null | null | null | null | true | [
"Hi ! Maybe this improvement can be in get_data_patterns() directly ? The split-based detection could simply ignore files that are media files (images/audio/videos) and that have a split name in their file name. This way DEFAULT_PATTERNS_SPLIT_IN_FILENAME would return no files, and DEFAULT_PATTERNS_ALL would be use... |
https://api.github.com/repos/huggingface/datasets/issues/8237 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8237/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8237/comments | https://api.github.com/repos/huggingface/datasets/issues/8237/events | https://github.com/huggingface/datasets/pull/8237 | 4,590,599,183 | PR_kwDODunzps7ixgvz | 8,237 | map reuses unchanged columns from the previous dataset to avoid disk usage | {
"login": "visvaldas01",
"id": 60853667,
"node_id": "MDQ6VXNlcjYwODUzNjY3",
"avatar_url": "https://avatars.githubusercontent.com/u/60853667?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/visvaldas01",
"html_url": "https://github.com/visvaldas01",
"followers_url": "https://api.github.com/... | [] | closed | false | [] | null | 0 | 1,780,592,422,000 | 1,780,597,595,000 | 1,780,597,595,000 | null | NONE | [] | null | null | true | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8237",
"html_url": "https://github.com/huggingface/datasets/pull/8237",
"diff_url": "https://github.com/huggingface/datasets/pull/8237.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8237.patch",
"merged_at": null
} | https://github.com/huggingface/datasets/issues/6013
## Summary
This PR improves Dataset.map behavior by ensuring that unchanged columns are preserved after transformation.
Previously, in some cases, columns not explicitly modified by the mapping function could be lost or reconstructed during shard concatenatio... | {
"login": "visvaldas01",
"id": 60853667,
"node_id": "MDQ6VXNlcjYwODUzNjY3",
"avatar_url": "https://avatars.githubusercontent.com/u/60853667?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/visvaldas01",
"html_url": "https://github.com/visvaldas01",
"followers_url": "https://api.github.com/... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8237/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/8237/timeline | null | null | null | null | null | true | [] |
https://api.github.com/repos/huggingface/datasets/issues/8236 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8236/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8236/comments | https://api.github.com/repos/huggingface/datasets/issues/8236/events | https://github.com/huggingface/datasets/pull/8236 | 4,587,562,651 | PR_kwDODunzps7infTc | 8,236 | Fix iterable skip over full Arrow blocks | {
"login": "my17th2",
"id": 136581179,
"node_id": "U_kgDOCCQQOw",
"avatar_url": "https://avatars.githubusercontent.com/u/136581179?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/my17th2",
"html_url": "https://github.com/my17th2",
"followers_url": "https://api.github.com/users/my17th2/foll... | [] | closed | false | [] | null | 1 | 1,780,565,846,000 | 1,780,663,152,000 | 1,780,663,152,000 | null | CONTRIBUTOR | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8236",
"html_url": "https://github.com/huggingface/datasets/pull/8236",
"diff_url": "https://github.com/huggingface/datasets/pull/8236.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8236.patch",
"merged_at": 1780663152000
} | ## What does this PR do?
Fixes `IterableDataset.skip(n)` for streaming datasets when the underlying iterable uses Arrow batches and `n` skips one or more complete Arrow blocks.
Previously, after a full Arrow block was counted as skipped, `_iter_arrow()` continued into the partial-slice branch and yielded rows fro... | {
"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/8236/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/8236/timeline | null | null | null | null | null | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8236). 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/8235 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8235/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8235/comments | https://api.github.com/repos/huggingface/datasets/issues/8235/events | https://github.com/huggingface/datasets/pull/8235 | 4,584,785,186 | PR_kwDODunzps7ieWtv | 8,235 | Clarify dataset creation vs loading workflows in create_dataset tutorial | {
"login": "zanvari",
"id": 72955734,
"node_id": "MDQ6VXNlcjcyOTU1NzM0",
"avatar_url": "https://avatars.githubusercontent.com/u/72955734?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/zanvari",
"html_url": "https://github.com/zanvari",
"followers_url": "https://api.github.com/users/zanvar... | [] | closed | false | [] | null | 0 | 1,780,534,064,000 | 1,781,018,551,000 | 1,781,018,551,000 | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8235",
"html_url": "https://github.com/huggingface/datasets/pull/8235",
"diff_url": "https://github.com/huggingface/datasets/pull/8235.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8235.patch",
"merged_at": 1781018551000
} | This PR clarifies the distinction between dataset creation and dataset loading workflows in the create_dataset tutorial.
Changes:
- Added a note directing users to the loading guide.
- Clarified that `from_` methods create datasets from local Python objects rather than local files.
Addresses #5805. | {
"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/8235/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/8235/timeline | null | null | null | null | null | true | [] |
https://api.github.com/repos/huggingface/datasets/issues/8233 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8233/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8233/comments | https://api.github.com/repos/huggingface/datasets/issues/8233/events | https://github.com/huggingface/datasets/pull/8233 | 4,574,043,988 | PR_kwDODunzps7h67xt | 8,233 | Added/Improved doc strings for functions and classes in /src/datasets… | {
"login": "rishdass6",
"id": 179256023,
"node_id": "U_kgDOCq861w",
"avatar_url": "https://avatars.githubusercontent.com/u/179256023?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/rishdass6",
"html_url": "https://github.com/rishdass6",
"followers_url": "https://api.github.com/users/rishda... | [] | open | false | [] | null | 0 | 1,780,425,340,000 | 1,780,425,340,000 | null | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8233",
"html_url": "https://github.com/huggingface/datasets/pull/8233",
"diff_url": "https://github.com/huggingface/datasets/pull/8233.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8233.patch",
"merged_at": null
} | …/data_files.py | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8233/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/8233/timeline | null | null | null | null | null | true | [] |
https://api.github.com/repos/huggingface/datasets/issues/8232 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8232/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8232/comments | https://api.github.com/repos/huggingface/datasets/issues/8232/events | https://github.com/huggingface/datasets/pull/8232 | 4,573,312,492 | PR_kwDODunzps7h4h7C | 8,232 | Parse agent traces messages for SFT using `teich` | {
"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,780,418,727,000 | 1,780,498,018,000 | 1,780,498,015,000 | null | MEMBER | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8232",
"html_url": "https://github.com/huggingface/datasets/pull/8232",
"diff_url": "https://github.com/huggingface/datasets/pull/8232.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8232.patch",
"merged_at": 1780498015000
} | small breaking change (mostly for the dataset viewer on HF that has to take this into account): the field "traces" is renamed "trace" cc @cfahlgren1
This PR adds the `teich` extracted traces data, i.e. the fields messages, prompt, tools and metadata
```python
In [1]: from datasets import load_dataset
In [2]:... | {
"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/8232/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/8232/timeline | null | null | null | null | null | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8232). 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/8231 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8231/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8231/comments | https://api.github.com/repos/huggingface/datasets/issues/8231/events | https://github.com/huggingface/datasets/pull/8231 | 4,568,118,495 | PR_kwDODunzps7hnhUh | 8,231 | Keep None as a real null in Json() columns instead of the string "null" | {
"login": "adityasingh2400",
"id": 60082699,
"node_id": "MDQ6VXNlcjYwMDgyNjk5",
"avatar_url": "https://avatars.githubusercontent.com/u/60082699?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/adityasingh2400",
"html_url": "https://github.com/adityasingh2400",
"followers_url": "https://api... | [] | closed | false | [] | null | 1 | 1,780,370,615,000 | 1,780,663,164,000 | 1,780,663,164,000 | null | CONTRIBUTOR | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8231",
"html_url": "https://github.com/huggingface/datasets/pull/8231",
"diff_url": "https://github.com/huggingface/datasets/pull/8231.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8231.patch",
"merged_at": 1780663164000
} | ## What this fixes
A missing value (`None`) in a `Json()` column is currently stored as the JSON string `"null"` instead of a real Arrow null. This has two visible consequences:
1. The column reports `null_count == 0` even when values are missing, and `is_null()` returns all `False`. Anything that relies on Arrow nul... | {
"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/8231/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/8231/timeline | null | null | null | null | null | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8231). 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/8229 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8229/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8229/comments | https://api.github.com/repos/huggingface/datasets/issues/8229/events | https://github.com/huggingface/datasets/pull/8229 | 4,559,692,487 | PR_kwDODunzps7hMFpS | 8,229 | Skip origin metadata fetch when streaming=True | {
"login": "TheDerbiedOne",
"id": 17052066,
"node_id": "MDQ6VXNlcjE3MDUyMDY2",
"avatar_url": "https://avatars.githubusercontent.com/u/17052066?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/TheDerbiedOne",
"html_url": "https://github.com/TheDerbiedOne",
"followers_url": "https://api.githu... | [] | open | false | [] | null | 0 | 1,780,277,294,000 | 1,780,277,294,000 | null | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8229",
"html_url": "https://github.com/huggingface/datasets/pull/8229",
"diff_url": "https://github.com/huggingface/datasets/pull/8229.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8229.patch",
"merged_at": null
} | Fixes #8197
When using `load_dataset(..., streaming=True, data_files=...)`, `DataFilesList.from_patterns` currently fetches origin metadata (ETag/mtime) for each resolved file even though the streaming pipeline doesn't use the local cache/fingerprint path.
This PR adds an opt-out (`skip_origin_metadata`) for data-fil... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8229/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/8229/timeline | null | null | null | null | null | true | [] |
https://api.github.com/repos/huggingface/datasets/issues/8228 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8228/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8228/comments | https://api.github.com/repos/huggingface/datasets/issues/8228/events | https://github.com/huggingface/datasets/pull/8228 | 4,554,008,355 | PR_kwDODunzps7g7K93 | 8,228 | fix: stable fingerprint for closures capturing non-deterministic state | {
"login": "kamaleshpanda",
"id": 249426472,
"node_id": "U_kgDODt3yKA",
"avatar_url": "https://avatars.githubusercontent.com/u/249426472?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/kamaleshpanda",
"html_url": "https://github.com/kamaleshpanda",
"followers_url": "https://api.github.com/... | [] | open | false | [] | null | 1 | 1,780,133,939,000 | 1,780,662,927,000 | null | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8228",
"html_url": "https://github.com/huggingface/datasets/pull/8228",
"diff_url": "https://github.com/huggingface/datasets/pull/8228.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8228.patch",
"merged_at": null
} | Fixes #7986
When `.map()` uses a closure capturing `self` with non-deterministic state
(like UUIDs or loggers), the fingerprint changes every run causing cache misses.
Fix: only hash primitive attributes of captured objects instead of the full object.
Added a regression test in `tests/test_fingerprint.py`. | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8228/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/8228/timeline | null | null | null | null | null | true | [
"I feel like this would cause headaches to many people, causing cache reuses when the function actually changed"
] |
https://api.github.com/repos/huggingface/datasets/issues/8227 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8227/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8227/comments | https://api.github.com/repos/huggingface/datasets/issues/8227/events | https://github.com/huggingface/datasets/pull/8227 | 4,550,859,664 | PR_kwDODunzps7gxGQw | 8,227 | Security/Logic Fix: Autonomous Code Review | {
"login": "fliptrigga13",
"id": 76012365,
"node_id": "MDQ6VXNlcjc2MDEyMzY1",
"avatar_url": "https://avatars.githubusercontent.com/u/76012365?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/fliptrigga13",
"html_url": "https://github.com/fliptrigga13",
"followers_url": "https://api.github.c... | [] | open | false | [] | null | 0 | 1,780,080,622,000 | 1,780,080,622,000 | null | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8227",
"html_url": "https://github.com/huggingface/datasets/pull/8227",
"diff_url": "https://github.com/huggingface/datasets/pull/8227.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8227.patch",
"merged_at": null
} | ## Autonomous Bug Report & Patch
This vulnerability and fix were autonomously discovered by the Lucy Red Team swarm.
Upon reviewing the provided code snippet from `src/datasets/io/generator.py`, I didn't find any obvious critical bugs. However, there are a few areas that could be improved or clarified:
1. **Do... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8227/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/8227/timeline | null | null | null | null | null | true | [] |
https://api.github.com/repos/huggingface/datasets/issues/8225 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8225/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8225/comments | https://api.github.com/repos/huggingface/datasets/issues/8225/events | https://github.com/huggingface/datasets/pull/8225 | 4,541,634,999 | PR_kwDODunzps7gSzm4 | 8,225 | Fix single lance file form pylance 7.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,779,982,024,000 | 1,779,982,428,000 | 1,779,982,426,000 | null | MEMBER | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8225",
"html_url": "https://github.com/huggingface/datasets/pull/8225",
"diff_url": "https://github.com/huggingface/datasets/pull/8225.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8225.patch",
"merged_at": 1779982426000
} | fix lance test in CI, due to JSON being picked up instead of lance now that latest_version_hint.json is a thing | {
"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/8225/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/8225/timeline | null | null | null | null | null | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8225). 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/8224 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8224/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8224/comments | https://api.github.com/repos/huggingface/datasets/issues/8224/events | https://github.com/huggingface/datasets/pull/8224 | 4,534,276,655 | PR_kwDODunzps7f6162 | 8,224 | fix: embed_external_files=True for mesh support | {
"login": "Vinay-Umrethe",
"id": 175500353,
"node_id": "U_kgDOCnXsQQ",
"avatar_url": "https://avatars.githubusercontent.com/u/175500353?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Vinay-Umrethe",
"html_url": "https://github.com/Vinay-Umrethe",
"followers_url": "https://api.github.com/... | [] | closed | false | [] | null | 2 | 1,779,902,051,000 | 1,780,308,956,000 | 1,780,308,956,000 | null | CONTRIBUTOR | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8224",
"html_url": "https://github.com/huggingface/datasets/pull/8224",
"diff_url": "https://github.com/huggingface/datasets/pull/8224.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8224.patch",
"merged_at": 1780308956000
} | ## Fix for #8055
This is follow-up PR for fixing a specific issue related to `dataset.push_to_hub(repo_id, embed_external_files=True)`
### Test Conducted
```python
from datasets import Features, Image, Mesh, Value, load_dataset
repo_id = "VINAY-UMRETHE/My-Mesh-Dataset"
dataset = load_dataset("json", ... | {
"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/8224/reactions",
"total_count": 1,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 1,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8224/timeline | null | null | null | null | null | true | [
"@lhoestq docs are ready.",
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8224). 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/8223 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8223/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8223/comments | https://api.github.com/repos/huggingface/datasets/issues/8223/events | https://github.com/huggingface/datasets/pull/8223 | 4,530,285,942 | PR_kwDODunzps7ftwk8 | 8,223 | DOC: document missing save_infos and max_depth parameters | {
"login": "kratos0718",
"id": 204972096,
"node_id": "U_kgDODDegQA",
"avatar_url": "https://avatars.githubusercontent.com/u/204972096?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/kratos0718",
"html_url": "https://github.com/kratos0718",
"followers_url": "https://api.github.com/users/kra... | [] | open | false | [] | null | 0 | 1,779,865,453,000 | 1,779,865,453,000 | null | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8223",
"html_url": "https://github.com/huggingface/datasets/pull/8223",
"diff_url": "https://github.com/huggingface/datasets/pull/8223.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8223.patch",
"merged_at": null
} | ## What this fixes
Two public API functions were missing parameters from their docstrings:
### 1. `load_dataset()` — missing `save_infos`
The `save_infos` parameter has been in the function signature but was absent from the `Args` section of the docstring. When `save_infos=True`, it overrides `verification_mod... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8223/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/8223/timeline | null | null | null | null | null | true | [] |
https://api.github.com/repos/huggingface/datasets/issues/8222 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8222/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8222/comments | https://api.github.com/repos/huggingface/datasets/issues/8222/events | https://github.com/huggingface/datasets/pull/8222 | 4,528,837,662 | PR_kwDODunzps7fpIh- | 8,222 | Validate split name before starting download | {
"login": "ParamChordiya",
"id": 66090650,
"node_id": "MDQ6VXNlcjY2MDkwNjUw",
"avatar_url": "https://avatars.githubusercontent.com/u/66090650?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ParamChordiya",
"html_url": "https://github.com/ParamChordiya",
"followers_url": "https://api.githu... | [] | open | false | [] | null | 0 | 1,779,846,854,000 | 1,779,846,854,000 | null | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8222",
"html_url": "https://github.com/huggingface/datasets/pull/8222",
"diff_url": "https://github.com/huggingface/datasets/pull/8222.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8222.patch",
"merged_at": null
} | ## What this fixes
Closes #5523.
When you pass an invalid split name to `load_dataset()`, the error only surfaces after the entire dataset has already been downloaded. For large datasets that can mean waiting many minutes before seeing a one-liner like:
```python
from datasets import load_dataset
load_dataset("mozil... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8222/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/8222/timeline | null | null | null | null | null | true | [] |
https://api.github.com/repos/huggingface/datasets/issues/8221 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8221/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8221/comments | https://api.github.com/repos/huggingface/datasets/issues/8221/events | https://github.com/huggingface/datasets/pull/8221 | 4,523,496,440 | PR_kwDODunzps7fXz19 | 8,221 | chore: enable Dependabot weekly GitHub Actions bumps | {
"login": "hf-dependantbot-rollout[bot]",
"id": 285970069,
"node_id": "BOT_kgDOEQuOlQ",
"avatar_url": "https://avatars.githubusercontent.com/u/25720743?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/hf-dependantbot-rollout%5Bbot%5D",
"html_url": "https://github.com/apps/hf-dependantbot-rol... | [
{
"id": 11056513810,
"node_id": "LA_kwDODunzps8AAAACkwUDEg",
"url": "https://api.github.com/repos/huggingface/datasets/labels/dependabot",
"name": "dependabot",
"color": "ededed",
"default": false,
"description": null
}
] | open | false | [] | null | 1 | 1,779,791,488,000 | 1,779,791,656,000 | null | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8221",
"html_url": "https://github.com/huggingface/datasets/pull/8221",
"diff_url": "https://github.com/huggingface/datasets/pull/8221.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8221.patch",
"merged_at": null
} | ## Summary
Adds `.github/dependabot.yml` so this repo's pinned GitHub Action SHAs
get bumped automatically once a week.
All action updates are **grouped into one weekly PR** (not one PR per
action) to keep the noise down, and Dependabot waits **7 days after a
release before opening the bump** (cooldown). The 7-day co... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8221/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/8221/timeline | null | null | null | null | null | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8221). 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/8220 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8220/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8220/comments | https://api.github.com/repos/huggingface/datasets/issues/8220/events | https://github.com/huggingface/datasets/pull/8220 | 4,508,933,683 | PR_kwDODunzps7eqDip | 8,220 | Support composed splits in streaming datasets | {
"login": "lanarkite99",
"id": 141490933,
"node_id": "U_kgDOCG769Q",
"avatar_url": "https://avatars.githubusercontent.com/u/141490933?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lanarkite99",
"html_url": "https://github.com/lanarkite99",
"followers_url": "https://api.github.com/users/... | [] | closed | false | [] | null | 2 | 1,779,554,498,000 | 1,780,663,615,000 | 1,780,663,615,000 | null | CONTRIBUTOR | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8220",
"html_url": "https://github.com/huggingface/datasets/pull/8220",
"diff_url": "https://github.com/huggingface/datasets/pull/8220.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8220.patch",
"merged_at": 1780663615000
} | Fixes #2699
Fixes #4804
This PR adds support for unsliced split composition when loading datasets in streaming mode, e.g. `split="train+validation"`.
Previously, `DatasetBuilder.as_streaming_dataset()` only accepted a single split name or returned all splits as an `IterableDatasetDict`, so composed split strings... | {
"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/8220/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/8220/timeline | null | null | null | null | null | true | [
"@lhoestq could you please review this PR when you get a chance?",
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8220). 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/8219 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8219/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8219/comments | https://api.github.com/repos/huggingface/datasets/issues/8219/events | https://github.com/huggingface/datasets/pull/8219 | 4,508,075,431 | PR_kwDODunzps7enWfQ | 8,219 | Add `.conll` / `.conllu` dataset format loader (CoNLL-2003 / 2000 / U) | {
"login": "CrypticCortex",
"id": 152802887,
"node_id": "U_kgDOCRuWRw",
"avatar_url": "https://avatars.githubusercontent.com/u/152802887?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/CrypticCortex",
"html_url": "https://github.com/CrypticCortex",
"followers_url": "https://api.github.com/... | [] | closed | false | [] | null | 0 | 1,779,538,764,000 | 1,779,890,965,000 | 1,779,890,965,000 | null | CONTRIBUTOR | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8219",
"html_url": "https://github.com/huggingface/datasets/pull/8219",
"diff_url": "https://github.com/huggingface/datasets/pull/8219.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8219.patch",
"merged_at": 1779890965000
} | Closes #7757.
## Summary
Adds a `packaged_modules/conll/` builder so `.conll` and `.conllu` files load directly via `load_dataset(...)` without manual parsing scripts. Each row of the loaded dataset corresponds to one sentence, with each configured column produced as a list aligned with the token list.
Builder... | {
"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/8219/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/8219/timeline | null | null | null | null | null | true | [] |
https://api.github.com/repos/huggingface/datasets/issues/8218 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8218/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8218/comments | https://api.github.com/repos/huggingface/datasets/issues/8218/events | https://github.com/huggingface/datasets/pull/8218 | 4,502,066,792 | PR_kwDODunzps7eUKFZ | 8,218 | Include version in DatasetInfo YAML so push_to_hub preserves it | {
"login": "adityasingh2400",
"id": 60082699,
"node_id": "MDQ6VXNlcjYwMDgyNjk5",
"avatar_url": "https://avatars.githubusercontent.com/u/60082699?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/adityasingh2400",
"html_url": "https://github.com/adityasingh2400",
"followers_url": "https://api... | [] | open | false | [] | null | 0 | 1,779,447,529,000 | 1,779,447,529,000 | null | null | CONTRIBUTOR | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8218",
"html_url": "https://github.com/huggingface/datasets/pull/8218",
"diff_url": "https://github.com/huggingface/datasets/pull/8218.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8218.patch",
"merged_at": null
} | DatasetInfo._INCLUDED_INFO_IN_YAML controls which fields land in the README.md dataset_info block written by push_to_hub, and it currently omits version. Setting version on a Dataset (e.g. via load_dataset(..., version=...)) and pushing it to the Hub silently drops the version from the rendered front matter, so reloadi... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8218/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/8218/timeline | null | null | null | null | null | true | [] |
https://api.github.com/repos/huggingface/datasets/issues/8217 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8217/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8217/comments | https://api.github.com/repos/huggingface/datasets/issues/8217/events | https://github.com/huggingface/datasets/issues/8217 | 4,501,694,591 | I_kwDODunzps8AAAABDFJofw | 8,217 | Multi-GPU Training with Large Dataset — NCCL Timeouts / Slow Data Loading + Excessive Memory Usage with keep_in_memory=True | {
"login": "D222097",
"id": 50061868,
"node_id": "MDQ6VXNlcjUwMDYxODY4",
"avatar_url": "https://avatars.githubusercontent.com/u/50061868?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/D222097",
"html_url": "https://github.com/D222097",
"followers_url": "https://api.github.com/users/D22209... | [] | closed | false | [] | null | 1 | 1,779,443,713,000 | 1,780,452,763,000 | 1,780,452,763,000 | null | NONE | [] | null | null | null | null | Hi, I'm training a large dataset using Lerobot (which relies on Hugging Face Datasets) and encountering severe performance issues when scaling to multi-GPU training.
### Problem Description
- Unstable/slow data loading + NCCL timeouts
- Step time fluctuates drastically: ~1s/step (fast) vs ~45s/step (extremely slow)
... | {
"login": "D222097",
"id": 50061868,
"node_id": "MDQ6VXNlcjUwMDYxODY4",
"avatar_url": "https://avatars.githubusercontent.com/u/50061868?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/D222097",
"html_url": "https://github.com/D222097",
"followers_url": "https://api.github.com/users/D22209... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8217/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/8217/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 @D222097,\n\nWe have audited the architectural footprint of your multi-GPU training setup. The behaviors you are experiencing are not bugs within the `datasets` library, but rather fundamental limitations of Python's process architecture interacting with hardware topologies. \n\nHere is the clinical breakdown o... |
https://api.github.com/repos/huggingface/datasets/issues/8216 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8216/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8216/comments | https://api.github.com/repos/huggingface/datasets/issues/8216/events | https://github.com/huggingface/datasets/pull/8216 | 4,498,562,992 | PR_kwDODunzps7eI6YH | 8,216 | Read cached dataset_info.json to populate config_names offline | {
"login": "adityasingh2400",
"id": 60082699,
"node_id": "MDQ6VXNlcjYwMDgyNjk5",
"avatar_url": "https://avatars.githubusercontent.com/u/60082699?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/adityasingh2400",
"html_url": "https://github.com/adityasingh2400",
"followers_url": "https://api... | [] | open | false | [] | null | 0 | 1,779,406,052,000 | 1,779,406,052,000 | null | null | CONTRIBUTOR | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8216",
"html_url": "https://github.com/huggingface/datasets/pull/8216",
"diff_url": "https://github.com/huggingface/datasets/pull/8216.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8216.patch",
"merged_at": null
} | ## What
`get_dataset_config_names` with `HF_DATASETS_OFFLINE=1` returns `['default']` even when the cache contains multiple config subdirectories for the dataset. For example, after caching `cais/mmlu`:
```
$ HF_DATASETS_OFFLINE=1 python -c "import datasets; print(datasets.get_dataset_config_names('cais/mmlu'))"
Usin... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8216/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/8216/timeline | null | null | null | null | null | true | [] |
https://api.github.com/repos/huggingface/datasets/issues/8215 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8215/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8215/comments | https://api.github.com/repos/huggingface/datasets/issues/8215/events | https://github.com/huggingface/datasets/pull/8215 | 4,498,546,886 | PR_kwDODunzps7eI29O | 8,215 | Warn instead of raise when user-provided data_files yields a subset | {
"login": "adityasingh2400",
"id": 60082699,
"node_id": "MDQ6VXNlcjYwMDgyNjk5",
"avatar_url": "https://avatars.githubusercontent.com/u/60082699?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/adityasingh2400",
"html_url": "https://github.com/adityasingh2400",
"followers_url": "https://api... | [] | open | false | [] | null | 2 | 1,779,405,799,000 | 1,780,666,246,000 | null | null | CONTRIBUTOR | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8215",
"html_url": "https://github.com/huggingface/datasets/pull/8215",
"diff_url": "https://github.com/huggingface/datasets/pull/8215.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8215.patch",
"merged_at": null
} | Fixes #7867.
NonMatchingSplitsSizesError currently fires whenever the loaded split size differs from the expected size, including when the user explicitly passed data_files for a known subset of the dataset. The only user-side workaround is verification_mode='no_checks', which silences ALL checks rather than just the ... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8215/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/8215/timeline | null | null | null | null | null | true | [
"I think we can simply not raise or warn anything at all when the user provides the data_files. The number of examples is expected to be likely different",
"Makes sense, done in 2162efc. verify_splits now returns early when the user passed data_files, so there is no raise and no warning at all in that case. The e... |
https://api.github.com/repos/huggingface/datasets/issues/8214 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8214/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8214/comments | https://api.github.com/repos/huggingface/datasets/issues/8214/events | https://github.com/huggingface/datasets/pull/8214 | 4,495,428,150 | PR_kwDODunzps7d-pbh | 8,214 | feat: Add return_file_name parameter to JSON builder (#5806) | {
"login": "Kinetic-Labs-GT",
"id": 250848918,
"node_id": "U_kgDODvOmlg",
"avatar_url": "https://avatars.githubusercontent.com/u/250848918?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Kinetic-Labs-GT",
"html_url": "https://github.com/Kinetic-Labs-GT",
"followers_url": "https://api.githu... | [] | open | false | [] | null | 0 | 1,779,374,234,000 | 1,779,522,114,000 | null | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8214",
"html_url": "https://github.com/huggingface/datasets/pull/8214",
"diff_url": "https://github.com/huggingface/datasets/pull/8214.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8214.patch",
"merged_at": null
} | ## Description
Resolves #5806.
This PR introduces an optional `return_file_name` boolean parameter to the packaged JSON builder. When enabled, it injects a `file_name` column into the generated PyArrow tables, allowing downstream users to track exactly which data shard a specific row originated from during interrup... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8214/reactions",
"total_count": 1,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 1,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8214/timeline | null | null | null | null | null | true | [] |
https://api.github.com/repos/huggingface/datasets/issues/8213 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8213/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8213/comments | https://api.github.com/repos/huggingface/datasets/issues/8213/events | https://github.com/huggingface/datasets/pull/8213 | 4,494,002,929 | PR_kwDODunzps7d59EY | 8,213 | update single seg repos in ci | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | [] | closed | false | [] | null | 1 | 1,779,361,556,000 | 1,779,361,743,000 | 1,779,361,641,000 | null | MEMBER | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8213",
"html_url": "https://github.com/huggingface/datasets/pull/8213",
"diff_url": "https://github.com/huggingface/datasets/pull/8213.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8213.patch",
"merged_at": 1779361641000
} | needed for https://github.com/huggingface/huggingface_hub/releases/tag/v1.16.0.rc0 | {
"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/8213/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/8213/timeline | null | null | null | null | null | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8213). 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/8212 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8212/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8212/comments | https://api.github.com/repos/huggingface/datasets/issues/8212/events | https://github.com/huggingface/datasets/pull/8212 | 4,487,898,110 | PR_kwDODunzps7dmXMH | 8,212 | docs: surface `repository_structure` earlier in the Get Started flow | {
"login": "adv0r",
"id": 776957,
"node_id": "MDQ6VXNlcjc3Njk1Nw==",
"avatar_url": "https://avatars.githubusercontent.com/u/776957?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/adv0r",
"html_url": "https://github.com/adv0r",
"followers_url": "https://api.github.com/users/adv0r/followers"... | [] | open | false | [] | null | 0 | 1,779,291,958,000 | 1,779,432,420,000 | null | null | NONE | [] | null | null | true | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8212",
"html_url": "https://github.com/huggingface/datasets/pull/8212",
"diff_url": "https://github.com/huggingface/datasets/pull/8212.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8212.patch",
"merged_at": null
} | > **Dear maintainer** — this PR has a permanent home with methodology + [opt-out](https://github.com/adv0r/tokens-for-good/blob/main/MAINTAINER_REMOVAL.md) at [tokens-for-good](https://github.com/adv0r/tokens-for-good). A one-line "no thanks" → auto-close + blacklist. Sorry for the notification this edit caused.
>
> --... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8212/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/8212/timeline | null | null | null | null | null | true | [] |
https://api.github.com/repos/huggingface/datasets/issues/8211 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8211/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8211/comments | https://api.github.com/repos/huggingface/datasets/issues/8211/events | https://github.com/huggingface/datasets/pull/8211 | 4,483,594,156 | PR_kwDODunzps7dYTla | 8,211 | Fix duplicate keyword arguments | {
"login": "AtreoP",
"id": 97874269,
"node_id": "U_kgDOBdVxXQ",
"avatar_url": "https://avatars.githubusercontent.com/u/97874269?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/AtreoP",
"html_url": "https://github.com/AtreoP",
"followers_url": "https://api.github.com/users/AtreoP/followers"... | [] | closed | false | [] | null | 0 | 1,779,256,658,000 | 1,779,256,922,000 | 1,779,256,772,000 | null | NONE | [] | null | null | true | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8211",
"html_url": "https://github.com/huggingface/datasets/pull/8211",
"diff_url": "https://github.com/huggingface/datasets/pull/8211.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8211.patch",
"merged_at": null
} | null | {
"login": "AtreoP",
"id": 97874269,
"node_id": "U_kgDOBdVxXQ",
"avatar_url": "https://avatars.githubusercontent.com/u/97874269?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/AtreoP",
"html_url": "https://github.com/AtreoP",
"followers_url": "https://api.github.com/users/AtreoP/followers"... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8211/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/8211/timeline | null | null | null | null | null | true | [] |
https://api.github.com/repos/huggingface/datasets/issues/8210 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8210/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8210/comments | https://api.github.com/repos/huggingface/datasets/issues/8210/events | https://github.com/huggingface/datasets/pull/8210 | 4,479,156,338 | PR_kwDODunzps7dJ_cZ | 8,210 | Fix parquet columns arg | {
"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,779,208,108,000 | 1,779,273,140,000 | 1,779,273,138,000 | null | MEMBER | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8210",
"html_url": "https://github.com/huggingface/datasets/pull/8210",
"diff_url": "https://github.com/huggingface/datasets/pull/8210.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8210.patch",
"merged_at": 1779273138000
} | Fix the error message "The columns and features argument must contain the same columns, but got.." when passing `columns=` to load_dataset on a streaming parquet dataset (with features declared in the README.md)
useful e.g. for https://huggingface.co/datasets/jasperai/monet to load the thumbnails without the embeddi... | {
"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/8210/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/8210/timeline | null | null | null | null | null | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8210). 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/8209 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8209/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8209/comments | https://api.github.com/repos/huggingface/datasets/issues/8209/events | https://github.com/huggingface/datasets/pull/8209 | 4,472,836,908 | PR_kwDODunzps7c1qee | 8,209 | Preserve float columns when JSON loader uses `field=` | {
"login": "LeSingh1",
"id": 197028264,
"node_id": "U_kgDOC75pqA",
"avatar_url": "https://avatars.githubusercontent.com/u/197028264?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/LeSingh1",
"html_url": "https://github.com/LeSingh1",
"followers_url": "https://api.github.com/users/LeSingh1/... | [] | open | false | [] | null | 0 | 1,779,141,094,000 | 1,779,145,882,000 | null | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8209",
"html_url": "https://github.com/huggingface/datasets/pull/8209",
"diff_url": "https://github.com/huggingface/datasets/pull/8209.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8209.patch",
"merged_at": null
} | Closes #6937.
When `load_dataset("json", data_files=..., field="data", ...)` is used, columns whose values are all integer-valued floats (`[0.0, 1.0, 2.0]`) get silently coerced to `int64`. Repro:
```python
import tempfile, json
from datasets import load_dataset
with tempfile.NamedTemporaryFile(mode="w", suffix=".js... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8209/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/8209/timeline | null | null | null | null | null | true | [] |
https://api.github.com/repos/huggingface/datasets/issues/8208 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8208/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8208/comments | https://api.github.com/repos/huggingface/datasets/issues/8208/events | https://github.com/huggingface/datasets/pull/8208 | 4,471,198,555 | PR_kwDODunzps7cwTO1 | 8,208 | update readme | {
"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,779,125,551,000 | 1,779,273,178,000 | 1,779,273,176,000 | null | MEMBER | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8208",
"html_url": "https://github.com/huggingface/datasets/pull/8208",
"diff_url": "https://github.com/huggingface/datasets/pull/8208.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8208.patch",
"merged_at": 1779273175000
} | 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/8208/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/8208/timeline | null | null | null | null | null | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8208). 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/8207 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8207/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8207/comments | https://api.github.com/repos/huggingface/datasets/issues/8207/events | https://github.com/huggingface/datasets/pull/8207 | 4,469,331,415 | PR_kwDODunzps7cqORG | 8,207 | fix docs: use AutoImageProcessor for vision model examples | {
"login": "wali-reheman",
"id": 123214778,
"node_id": "U_kgDOB1gbug",
"avatar_url": "https://avatars.githubusercontent.com/u/123214778?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/wali-reheman",
"html_url": "https://github.com/wali-reheman",
"followers_url": "https://api.github.com/use... | [] | open | false | [] | null | 1 | 1,779,109,421,000 | 1,779,330,186,000 | null | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8207",
"html_url": "https://github.com/huggingface/datasets/pull/8207",
"diff_url": "https://github.com/huggingface/datasets/pull/8207.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8207.patch",
"merged_at": null
} | swaps AutoFeatureExtractor for AutoImageProcessor in the image preprocessing section of use_dataset.mdx — aligns with the transformers library direction where vision feature extractor references were already replaced in their own docs (see PRs #20111 and #20501). audio section is untouched since AutoFeatureExtractor is... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8207/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/8207/timeline | null | null | null | null | null | true | [
"Thanks for the clear explanation! Good catch keeping AutoFeatureExtractor \r\nin the audio section since it's still valid there. The vision section \r\nupdate looks correct to me."
] |
https://api.github.com/repos/huggingface/datasets/issues/8206 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8206/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8206/comments | https://api.github.com/repos/huggingface/datasets/issues/8206/events | https://github.com/huggingface/datasets/pull/8206 | 4,463,863,740 | PR_kwDODunzps7cZASu | 8,206 | Fix duplicate keyword arguments | {
"login": "AtreoP",
"id": 97874269,
"node_id": "U_kgDOBdVxXQ",
"avatar_url": "https://avatars.githubusercontent.com/u/97874269?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/AtreoP",
"html_url": "https://github.com/AtreoP",
"followers_url": "https://api.github.com/users/AtreoP/followers"... | [] | closed | false | [] | null | 0 | 1,779,029,598,000 | 1,779,102,194,000 | 1,779,102,194,000 | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8206",
"html_url": "https://github.com/huggingface/datasets/pull/8206",
"diff_url": "https://github.com/huggingface/datasets/pull/8206.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8206.patch",
"merged_at": null
} | ## Summary
This PR fixes a duplicate keyword argument collision in `load_dataset_builder()` when the same parameter is passed through both `builder_kwargs` and `config_kwargs`.
Previously, calling `load_dataset()` or `load_dataset_builder()` with arguments such as `base_path` could raise:
```python
TypeError:... | {
"login": "AtreoP",
"id": 97874269,
"node_id": "U_kgDOBdVxXQ",
"avatar_url": "https://avatars.githubusercontent.com/u/97874269?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/AtreoP",
"html_url": "https://github.com/AtreoP",
"followers_url": "https://api.github.com/users/AtreoP/followers"... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8206/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/8206/timeline | null | null | null | null | null | true | [] |
https://api.github.com/repos/huggingface/datasets/issues/8205 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8205/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8205/comments | https://api.github.com/repos/huggingface/datasets/issues/8205/events | https://github.com/huggingface/datasets/pull/8205 | 4,460,303,029 | PR_kwDODunzps7cOjxM | 8,205 | fix: pass token_per_repo_id to embed_table_storage when pushing shards | {
"login": "JiwaniZakir",
"id": 108548454,
"node_id": "U_kgDOBnhRZg",
"avatar_url": "https://avatars.githubusercontent.com/u/108548454?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/JiwaniZakir",
"html_url": "https://github.com/JiwaniZakir",
"followers_url": "https://api.github.com/users/... | [] | closed | false | [] | null | 1 | 1,778,944,347,000 | 1,779,112,896,000 | 1,779,112,896,000 | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8205",
"html_url": "https://github.com/huggingface/datasets/pull/8205",
"diff_url": "https://github.com/huggingface/datasets/pull/8205.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8205.patch",
"merged_at": null
} | ## Summary
- Fixes #6348
- When `push_to_hub` is called with a `token`, the per-repo token map (`token_per_repo_id`) is built correctly earlier in the function — but it was never forwarded to `embed_table_storage` during the shard-map step.
- This caused a one-line fix: wrap `embed_table_storage` with `functools.parti... | {
"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/8205/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/8205/timeline | null | null | null | null | null | true | [
"token_per_repo_id is only useful for iterable datasets"
] |
https://api.github.com/repos/huggingface/datasets/issues/8204 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8204/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8204/comments | https://api.github.com/repos/huggingface/datasets/issues/8204/events | https://github.com/huggingface/datasets/issues/8204 | 4,460,017,531 | I_kwDODunzps8AAAABCdZ3ew | 8,204 | Please enable Private Vulnerability Reporting | {
"login": "0xBassia",
"id": 12531007,
"node_id": "MDQ6VXNlcjEyNTMxMDA3",
"avatar_url": "https://avatars.githubusercontent.com/u/12531007?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/0xBassia",
"html_url": "https://github.com/0xBassia",
"followers_url": "https://api.github.com/users/0xB... | [] | open | false | [] | null | 0 | 1,778,938,081,000 | 1,778,938,081,000 | null | null | NONE | [] | null | null | null | null | Hi datasets team,
I have a security finding in datasets that I would like to disclose privately. GitHub Private Vulnerability Reporting is currently disabled on this repo.
Could you turn it on? It's at Settings > Security > Code security and analysis > Private vulnerability reporting. Once enabled I will file the ful... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8204/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/8204/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/8203 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8203/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8203/comments | https://api.github.com/repos/huggingface/datasets/issues/8203/events | https://github.com/huggingface/datasets/pull/8203 | 4,458,974,796 | PR_kwDODunzps7cKtna | 8,203 | fix(webdataset): when loading data in WebDataset format using load_datasets during multi-matchines training. | {
"login": "Wolfram-St",
"id": 188649249,
"node_id": "U_kgDOCz6PIQ",
"avatar_url": "https://avatars.githubusercontent.com/u/188649249?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Wolfram-St",
"html_url": "https://github.com/Wolfram-St",
"followers_url": "https://api.github.com/users/Wol... | [] | open | false | [] | null | 1 | 1,778,913,697,000 | 1,779,113,187,000 | null | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8203",
"html_url": "https://github.com/huggingface/datasets/pull/8203",
"diff_url": "https://github.com/huggingface/datasets/pull/8203.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8203.patch",
"merged_at": null
} | ## Description
Fixes #8201
**The Bug:**
During distributed training with `streaming=True`, if a user provides fewer `.tar` files than the number of distributed ranks, some ranks receive an empty list of files. This caused an `IndexError: list index out of range` in `webdataset.py` because the code assumed `tar_pa... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8203/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/8203/timeline | null | null | null | null | null | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8203). 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/8202 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8202/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8202/comments | https://api.github.com/repos/huggingface/datasets/issues/8202/events | https://github.com/huggingface/datasets/pull/8202 | 4,457,976,169 | PR_kwDODunzps7cHqfh | 8,202 | fix pathlib.Path support in save_to_disk and load_from_disk | {
"login": "JiwaniZakir",
"id": 108548454,
"node_id": "U_kgDOBnhRZg",
"avatar_url": "https://avatars.githubusercontent.com/u/108548454?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/JiwaniZakir",
"html_url": "https://github.com/JiwaniZakir",
"followers_url": "https://api.github.com/users/... | [] | open | false | [] | null | 0 | 1,778,893,403,000 | 1,778,941,241,000 | null | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8202",
"html_url": "https://github.com/huggingface/datasets/pull/8202",
"diff_url": "https://github.com/huggingface/datasets/pull/8202.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8202.patch",
"merged_at": null
} | `url_to_fs` from fsspec only accepts strings, but `save_to_disk` and `load_from_disk` in `arrow_dataset.py`, `dataset_dict.py`, and `load.py` pass the user-supplied path directly without converting it, causing a crash when a `pathlib.Path` is provided. Added `str()` conversion at each `url_to_fs` call site so all path-... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8202/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/8202/timeline | null | null | null | null | null | true | [] |
https://api.github.com/repos/huggingface/datasets/issues/8201 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8201/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8201/comments | https://api.github.com/repos/huggingface/datasets/issues/8201/events | https://github.com/huggingface/datasets/issues/8201 | 4,456,407,352 | I_kwDODunzps8AAAABCZ9hOA | 8,201 | Encountered an error when loading data in WebDataset format using `load_datasets` during multi-matchines training. | {
"login": "aihao2000",
"id": 51043929,
"node_id": "MDQ6VXNlcjUxMDQzOTI5",
"avatar_url": "https://avatars.githubusercontent.com/u/51043929?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/aihao2000",
"html_url": "https://github.com/aihao2000",
"followers_url": "https://api.github.com/users/... | [] | open | false | [] | null | 4 | 1,778,872,884,000 | 1,779,281,937,000 | null | null | NONE | [] | null | null | null | null | ### Describe the bug
Single-machine training works fine, but multi-machine training throws up all sorts of weird bugs. Help me!
### Steps to reproduce the bug
train_dataset = load_dataset(
"webdataset", data_files=args.train_dataset, split="train", streaming=True,cache_dir='/dev/shm/.cache'
)
args.train... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8201/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/8201/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 @aihao2000 ! I was looking into this multi-machine training scenario and just opened a PR (#8203 ) that safely skips feature inference for empty shards during distributed streaming.\n\nplease! Check it out and see if it looks like it will resolve the weird bugs you were hitting!",
"it looks like there less da... |
https://api.github.com/repos/huggingface/datasets/issues/8200 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8200/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8200/comments | https://api.github.com/repos/huggingface/datasets/issues/8200/events | https://github.com/huggingface/datasets/pull/8200 | 4,455,850,853 | PR_kwDODunzps7cAyOW | 8,200 | replace AutoFeatureExtractor with AutoImageProcessor in docs | {
"login": "ajaystar8",
"id": 76703014,
"node_id": "MDQ6VXNlcjc2NzAzMDE0",
"avatar_url": "https://avatars.githubusercontent.com/u/76703014?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ajaystar8",
"html_url": "https://github.com/ajaystar8",
"followers_url": "https://api.github.com/users/... | [] | open | false | [] | null | 0 | 1,778,867,115,000 | 1,779,330,706,000 | null | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8200",
"html_url": "https://github.com/huggingface/datasets/pull/8200",
"diff_url": "https://github.com/huggingface/datasets/pull/8200.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8200.patch",
"merged_at": null
} | Closes #8199
## What does this PR do?
Replaces `AutoFeatureExtractor` with `AutoImageProcessor` in the image augmentation example in `docs/source/use_dataset.mdx`. For vision models, `AutoImageProcessor` is the recommended API and better reflects current `transformers` conventions.
This is consistent with the ... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8200/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/8200/timeline | null | null | null | null | null | true | [] |
https://api.github.com/repos/huggingface/datasets/issues/8199 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8199/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8199/comments | https://api.github.com/repos/huggingface/datasets/issues/8199/events | https://github.com/huggingface/datasets/issues/8199 | 4,455,786,605 | I_kwDODunzps8AAAABCZXobQ | 8,199 | Replace AutoFeatureExtractor with AutoImageProcessor in image preprocessing docs | {
"login": "ajaystar8",
"id": 76703014,
"node_id": "MDQ6VXNlcjc2NzAzMDE0",
"avatar_url": "https://avatars.githubusercontent.com/u/76703014?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ajaystar8",
"html_url": "https://github.com/ajaystar8",
"followers_url": "https://api.github.com/users/... | [] | open | false | [] | null | 1 | 1,778,866,493,000 | 1,778,867,817,000 | null | null | NONE | [] | null | null | null | null | ## Summary
The `docs/source/use_dataset.mdx` documentation uses `AutoFeatureExtractor` from `transformers` in its image preprocessing example. For vision models, `AutoImageProcessor` is now the recommended API and better reflects current `transformers` conventions.
## Problem
In the [[Apply data augmentations](https... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8199/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/8199/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'd like to work on this. I'll open a PR shortly."
] |
https://api.github.com/repos/huggingface/datasets/issues/8198 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8198/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8198/comments | https://api.github.com/repos/huggingface/datasets/issues/8198/events | https://github.com/huggingface/datasets/pull/8198 | 4,453,054,930 | PR_kwDODunzps7b3uHD | 8,198 | Fix/type hints list to sequence | {
"login": "AtreoP",
"id": 97874269,
"node_id": "U_kgDOBdVxXQ",
"avatar_url": "https://avatars.githubusercontent.com/u/97874269?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/AtreoP",
"html_url": "https://github.com/AtreoP",
"followers_url": "https://api.github.com/users/AtreoP/followers"... | [] | open | false | [] | null | 0 | 1,778,839,577,000 | 1,780,746,361,000 | null | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8198",
"html_url": "https://github.com/huggingface/datasets/pull/8198",
"diff_url": "https://github.com/huggingface/datasets/pull/8198.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8198.patch",
"merged_at": null
} | Fix #5354 Consider using "Sequence" instead of "List"
In datasets/arrow_writer.py, replaced all the type annotations of List method with Sequence.
Library used and changes made are as follows:
```bash
from collections.abc import Sequence as Sequence_
Before : List(Image())
After : Sequence_(Image())
| null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8198/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/8198/timeline | null | null | null | null | null | true | [] |
https://api.github.com/repos/huggingface/datasets/issues/8197 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8197/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8197/comments | https://api.github.com/repos/huggingface/datasets/issues/8197/events | https://github.com/huggingface/datasets/issues/8197 | 4,452,221,355 | I_kwDODunzps8AAAABCV-Bqw | 8,197 | Feature Request / Discussion: Skip origin_metadata fetch when streaming=True? | {
"login": "yuxin00j",
"id": 255896926,
"node_id": "U_kgDOD0CtXg",
"avatar_url": "https://avatars.githubusercontent.com/u/255896926?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/yuxin00j",
"html_url": "https://github.com/yuxin00j",
"followers_url": "https://api.github.com/users/yuxin00j/... | [] | open | false | [] | null | 1 | 1,778,831,037,000 | 1,780,662,848,000 | null | null | NONE | [] | null | null | null | null | Hi team!
I've been looking into the initialization process of the `DatasetBuilder` and noticed that the ETag/origin metadata caching path is executed unconditionally.
While fetching the `origin_metadata` and calculating the ETag is necessary for safely managing a local disk cache when using `as_dataset()`, it seems t... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8197/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/8197/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 think it's great that it checks that every file does exist by default. It's relatively cheap since it uses fsspec which caches file info at folder level.\n\nOn the other hand why not add skip_origin_metadata=False from @TheDerbiedOne by default to DatasetBuilder and document what it does (load_dataset passes kwa... |
https://api.github.com/repos/huggingface/datasets/issues/8196 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8196/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8196/comments | https://api.github.com/repos/huggingface/datasets/issues/8196/events | https://github.com/huggingface/datasets/pull/8196 | 4,445,562,409 | PR_kwDODunzps7bf5Kz | 8,196 | fix(arrow_dataset): clear stale local temp dir before re-downloading from remote FS | {
"login": "xodn348",
"id": 58055473,
"node_id": "MDQ6VXNlcjU4MDU1NDcz",
"avatar_url": "https://avatars.githubusercontent.com/u/58055473?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/xodn348",
"html_url": "https://github.com/xodn348",
"followers_url": "https://api.github.com/users/xodn34... | [] | open | false | [] | null | 0 | 1,778,758,391,000 | 1,778,758,391,000 | null | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8196",
"html_url": "https://github.com/huggingface/datasets/pull/8196",
"diff_url": "https://github.com/huggingface/datasets/pull/8196.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8196.patch",
"merged_at": null
} | ## What does this PR do?
Fixes #5114 — `Dataset.load_from_disk` raises a `FileNotFoundError` when called **twice** on the same remote-filesystem path within the same Python session.
### Root cause
`Dataset.load_from_disk` uses `fs.download(src, dest, recursive=True)` to copy the remote dataset to a local temp direct... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8196/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/8196/timeline | null | null | null | null | null | true | [] |
https://api.github.com/repos/huggingface/datasets/issues/8195 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8195/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8195/comments | https://api.github.com/repos/huggingface/datasets/issues/8195/events | https://github.com/huggingface/datasets/pull/8195 | 4,428,413,094 | PR_kwDODunzps7aombr | 8,195 | Fix spurious label column when folder builders see split-named directories | {
"login": "1fanwang",
"id": 21269208,
"node_id": "MDQ6VXNlcjIxMjY5MjA4",
"avatar_url": "https://avatars.githubusercontent.com/u/21269208?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/1fanwang",
"html_url": "https://github.com/1fanwang",
"followers_url": "https://api.github.com/users/1fa... | [] | open | false | [] | null | 0 | 1,778,582,735,000 | 1,778,582,735,000 | null | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8195",
"html_url": "https://github.com/huggingface/datasets/pull/8195",
"diff_url": "https://github.com/huggingface/datasets/pull/8195.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8195.patch",
"merged_at": null
} | Closes #7880.
## What
`folder_based_builder._split_generators` allocates a single `labels: set[str]` outside the per-split loop and `analyze(...)` mutates it across every split. When the user passes:
```python
load_dataset("audiofolder", data_files={"train": "train/**", "test": "test/**"})
```
and the actual files ... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8195/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/8195/timeline | null | null | null | null | null | true | [] |
https://api.github.com/repos/huggingface/datasets/issues/8194 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8194/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8194/comments | https://api.github.com/repos/huggingface/datasets/issues/8194/events | https://github.com/huggingface/datasets/pull/8194 | 4,421,910,623 | PR_kwDODunzps7aTbgX | 8,194 | Use multiple input shards for shuffle buffer | {
"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,778,511,897,000 | 1,779,112,751,000 | 1,779,112,747,000 | null | MEMBER | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8194",
"html_url": "https://github.com/huggingface/datasets/pull/8194",
"diff_url": "https://github.com/huggingface/datasets/pull/8194.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8194.patch",
"merged_at": 1779112747000
} | ```python
ds = load_dataset(..., streaming=True)
ds = ds.shuffle(seed=42)
# or configure local buffer shuffling manually, default is:
ds = ds.shuffle(seed=42, buffer_size=1000, max_buffer_input_shards=10)
```
before👎:
<img width="1061" height="529" alt="image" src="https://github.com/user-attachments/assets/d... | {
"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/8194/reactions",
"total_count": 3,
"+1": 2,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 1,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8194/timeline | null | null | null | null | null | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8194). 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/8193 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8193/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8193/comments | https://api.github.com/repos/huggingface/datasets/issues/8193/events | https://github.com/huggingface/datasets/pull/8193 | 4,421,892,524 | PR_kwDODunzps7aTXtB | 8,193 | fix parquet reshard | {
"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,778,511,746,000 | 1,778,579,121,000 | 1,778,579,066,000 | null | MEMBER | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8193",
"html_url": "https://github.com/huggingface/datasets/pull/8193",
"diff_url": "https://github.com/huggingface/datasets/pull/8193.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8193.patch",
"merged_at": 1778579065000
} | .reshard() would not do anything and return the same iterable dataset for parquet, now it returns the resharded iterable dataset - sharded per row group instead of per file | {
"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/8193/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/8193/timeline | null | null | null | null | null | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8193). 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/8192 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8192/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8192/comments | https://api.github.com/repos/huggingface/datasets/issues/8192/events | https://github.com/huggingface/datasets/pull/8192 | 4,415,549,847 | PR_kwDODunzps7Z_Rpc | 8,192 | Escape glob chars in `base_path` so directory paths with `[]` work (#7468) | {
"login": "jbbqqf",
"id": 8479617,
"node_id": "MDQ6VXNlcjg0Nzk2MTc=",
"avatar_url": "https://avatars.githubusercontent.com/u/8479617?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/jbbqqf",
"html_url": "https://github.com/jbbqqf",
"followers_url": "https://api.github.com/users/jbbqqf/foll... | [] | open | false | [] | null | 0 | 1,778,414,515,000 | 1,778,414,515,000 | null | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8192",
"html_url": "https://github.com/huggingface/datasets/pull/8192",
"diff_url": "https://github.com/huggingface/datasets/pull/8192.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8192.patch",
"merged_at": null
} | Fixes #7468.
## Summary
`load_dataset(..., data_dir="/path/[D_DATA]/foo")` — or any path with `[`, `]`, `*`, `?` in the literal directory name — failed: `fs.glob` interpreted the bracketed segment as a glob character class, walked a much larger tree (often the whole disk on Windows) and returned no files. Users saw a... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8192/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/8192/timeline | null | null | null | null | null | true | [] |
https://api.github.com/repos/huggingface/datasets/issues/8191 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8191/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8191/comments | https://api.github.com/repos/huggingface/datasets/issues/8191/events | https://github.com/huggingface/datasets/pull/8191 | 4,415,543,737 | PR_kwDODunzps7Z_QiE | 8,191 | Preserve `info.features` across `IterableDataset.map(remove_columns=...)` (#7568) | {
"login": "jbbqqf",
"id": 8479617,
"node_id": "MDQ6VXNlcjg0Nzk2MTc=",
"avatar_url": "https://avatars.githubusercontent.com/u/8479617?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/jbbqqf",
"html_url": "https://github.com/jbbqqf",
"followers_url": "https://api.github.com/users/jbbqqf/foll... | [] | open | false | [] | null | 0 | 1,778,414,334,000 | 1,778,414,334,000 | null | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8191",
"html_url": "https://github.com/huggingface/datasets/pull/8191",
"diff_url": "https://github.com/huggingface/datasets/pull/8191.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8191.patch",
"merged_at": null
} | Fixes #7568.
## Summary
`IterableDataset.map(remove_columns=[...])` (without an explicit `features=` and without a user-provided `function`) overwrites `info.features` with `None`, so `IterableDataset.column_names` (which reads `info.features.keys()`) silently becomes `None`. The same regression bubbles up through `I... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8191/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/8191/timeline | null | null | null | null | null | true | [] |
https://api.github.com/repos/huggingface/datasets/issues/8190 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8190/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8190/comments | https://api.github.com/repos/huggingface/datasets/issues/8190/events | https://github.com/huggingface/datasets/pull/8190 | 4,415,531,092 | PR_kwDODunzps7Z_N_4 | 8,190 | Reject `num_shards > len(dataset)` in `Dataset.shard` (#7443) | {
"login": "jbbqqf",
"id": 8479617,
"node_id": "MDQ6VXNlcjg0Nzk2MTc=",
"avatar_url": "https://avatars.githubusercontent.com/u/8479617?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/jbbqqf",
"html_url": "https://github.com/jbbqqf",
"followers_url": "https://api.github.com/users/jbbqqf/foll... | [] | open | false | [] | null | 0 | 1,778,414,047,000 | 1,778,414,047,000 | null | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8190",
"html_url": "https://github.com/huggingface/datasets/pull/8190",
"diff_url": "https://github.com/huggingface/datasets/pull/8190.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8190.patch",
"merged_at": null
} | Fixes #7443.
## Summary
`Dataset.shard(num_shards=N, index=i)` with `N > len(dataset)`:
- silently produced empty shards (`contiguous=True`)
- crashed with `IndexError: Index ... out of range for dataset of size ...` deep in `.select` (`contiguous=False`)
`push_to_hub` / `save_to_disk` then surfaced this confusing I... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8190/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/8190/timeline | null | null | null | null | null | true | [] |
https://api.github.com/repos/huggingface/datasets/issues/8189 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8189/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8189/comments | https://api.github.com/repos/huggingface/datasets/issues/8189/events | https://github.com/huggingface/datasets/pull/8189 | 4,415,209,402 | PR_kwDODunzps7Z-RVx | 8,189 | docs: clarify `num_proc` semantics in `Dataset.batch` / `Dataset.filter` (#7700) | {
"login": "jbbqqf",
"id": 8479617,
"node_id": "MDQ6VXNlcjg0Nzk2MTc=",
"avatar_url": "https://avatars.githubusercontent.com/u/8479617?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/jbbqqf",
"html_url": "https://github.com/jbbqqf",
"followers_url": "https://api.github.com/users/jbbqqf/foll... | [] | open | false | [] | null | 0 | 1,778,404,495,000 | 1,778,404,495,000 | null | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8189",
"html_url": "https://github.com/huggingface/datasets/pull/8189",
"diff_url": "https://github.com/huggingface/datasets/pull/8189.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8189.patch",
"merged_at": null
} | Fixes #7700.
## Summary
`Dataset.batch.num_proc` and `Dataset.filter.num_proc` had a one-liner docstring (\"Max number of processes when generating cache. Already cached shards are loaded sequentially.\") that left readers wondering whether `None` means "no multiprocessing" or "pick a number".
Both methods simply de... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8189/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/8189/timeline | null | null | null | null | null | true | [] |
https://api.github.com/repos/huggingface/datasets/issues/8188 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8188/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8188/comments | https://api.github.com/repos/huggingface/datasets/issues/8188/events | https://github.com/huggingface/datasets/pull/8188 | 4,415,204,219 | PR_kwDODunzps7Z-QXb | 8,188 | Don't infer labels from split-named directories in folder-based builders (#7880) | {
"login": "jbbqqf",
"id": 8479617,
"node_id": "MDQ6VXNlcjg0Nzk2MTc=",
"avatar_url": "https://avatars.githubusercontent.com/u/8479617?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/jbbqqf",
"html_url": "https://github.com/jbbqqf",
"followers_url": "https://api.github.com/users/jbbqqf/foll... | [] | open | false | [] | null | 0 | 1,778,404,342,000 | 1,778,404,342,000 | null | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8188",
"html_url": "https://github.com/huggingface/datasets/pull/8188",
"diff_url": "https://github.com/huggingface/datasets/pull/8188.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8188.patch",
"merged_at": null
} | Fixes #7880.
## Summary
When an `audiofolder`/`imagefolder`/`videofolder` dataset is laid out as
```
folder/train/file0.mp3
folder/test/file1.mp3
```
with no class subdirectories, label inference accumulates the parent directory of each file across **all splits**, ends up with `labels = {\"train\", \"test\"}`, sees... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8188/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/8188/timeline | null | null | null | null | null | true | [] |
https://api.github.com/repos/huggingface/datasets/issues/8187 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8187/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8187/comments | https://api.github.com/repos/huggingface/datasets/issues/8187/events | https://github.com/huggingface/datasets/pull/8187 | 4,415,194,146 | PR_kwDODunzps7Z-Oly | 8,187 | Better error for sliced splits in streaming mode (`train[:10%]`, `train[:N]`) (#7721) | {
"login": "jbbqqf",
"id": 8479617,
"node_id": "MDQ6VXNlcjg0Nzk2MTc=",
"avatar_url": "https://avatars.githubusercontent.com/u/8479617?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/jbbqqf",
"html_url": "https://github.com/jbbqqf",
"followers_url": "https://api.github.com/users/jbbqqf/foll... | [] | open | false | [] | null | 0 | 1,778,404,040,000 | 1,778,404,040,000 | null | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8187",
"html_url": "https://github.com/huggingface/datasets/pull/8187",
"diff_url": "https://github.com/huggingface/datasets/pull/8187.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8187.patch",
"merged_at": null
} | Fixes #7721.
## Summary
```python
load_dataset("user/dataset", split="train[0%:10%]", streaming=True)
```
raised the generic
```
ValueError: Bad split: train[0%:10%]. Available splits: ['train']
```
which makes it look like the slice syntax is malformed. The actual reason is that streaming mode doesn't know the da... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8187/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/8187/timeline | null | null | null | null | null | true | [] |
https://api.github.com/repos/huggingface/datasets/issues/8186 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8186/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8186/comments | https://api.github.com/repos/huggingface/datasets/issues/8186/events | https://github.com/huggingface/datasets/pull/8186 | 4,415,184,225 | PR_kwDODunzps7Z-Mq4 | 8,186 | docs: fix broken WebDataset documentation link in audio/video/image dataset pages (#7699) | {
"login": "jbbqqf",
"id": 8479617,
"node_id": "MDQ6VXNlcjg0Nzk2MTc=",
"avatar_url": "https://avatars.githubusercontent.com/u/8479617?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/jbbqqf",
"html_url": "https://github.com/jbbqqf",
"followers_url": "https://api.github.com/users/jbbqqf/foll... | [] | open | false | [] | null | 0 | 1,778,403,774,000 | 1,778,403,774,000 | null | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8186",
"html_url": "https://github.com/huggingface/datasets/pull/8186",
"diff_url": "https://github.com/huggingface/datasets/pull/8186.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8186.patch",
"merged_at": null
} | Fixes #7699.
## Summary
The link to the WebDataset documentation in the audio, video and image dataset docs pages points to `https://webdataset.github.io/webdataset`, which returns **HTTP 404**.
The WebDataset library now lives at `https://github.com/webdataset/webdataset`, which is the canonical documentation entry... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8186/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/8186/timeline | null | null | null | null | null | true | [] |
https://api.github.com/repos/huggingface/datasets/issues/8185 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8185/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8185/comments | https://api.github.com/repos/huggingface/datasets/issues/8185/events | https://github.com/huggingface/datasets/pull/8185 | 4,415,181,708 | PR_kwDODunzps7Z-MNS | 8,185 | docs: make `Dataset.map` batched example self-contained (#7703) | {
"login": "jbbqqf",
"id": 8479617,
"node_id": "MDQ6VXNlcjg0Nzk2MTc=",
"avatar_url": "https://avatars.githubusercontent.com/u/8479617?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/jbbqqf",
"html_url": "https://github.com/jbbqqf",
"followers_url": "https://api.github.com/users/jbbqqf/foll... | [] | open | false | [] | null | 0 | 1,778,403,703,000 | 1,778,403,703,000 | null | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8185",
"html_url": "https://github.com/huggingface/datasets/pull/8185",
"diff_url": "https://github.com/huggingface/datasets/pull/8185.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8185.patch",
"merged_at": null
} | Fixes #7703.
## Summary
The batched-map example in `Dataset.map`, `DatasetDict.map` and `docs/README.md` referenced `tokenizer` without defining or importing it:
```python
>>> ds = ds.map(lambda example: tokenizer(example["text"]), batched=True)
```
Users copy-pasting the snippet hit `NameError: name 'tokenizer' is... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8185/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/8185/timeline | null | null | null | null | null | true | [] |
https://api.github.com/repos/huggingface/datasets/issues/8184 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8184/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8184/comments | https://api.github.com/repos/huggingface/datasets/issues/8184/events | https://github.com/huggingface/datasets/pull/8184 | 4,415,177,135 | PR_kwDODunzps7Z-Lac | 8,184 | Preserve triple-slash in remote URLs (HDFS, file://, ...) in `_as_str` (#7934) | {
"login": "jbbqqf",
"id": 8479617,
"node_id": "MDQ6VXNlcjg0Nzk2MTc=",
"avatar_url": "https://avatars.githubusercontent.com/u/8479617?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/jbbqqf",
"html_url": "https://github.com/jbbqqf",
"followers_url": "https://api.github.com/users/jbbqqf/foll... | [] | open | false | [] | null | 0 | 1,778,403,569,000 | 1,778,403,569,000 | null | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8184",
"html_url": "https://github.com/huggingface/datasets/pull/8184",
"diff_url": "https://github.com/huggingface/datasets/pull/8184.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8184.patch",
"merged_at": null
} | Fixes #7934.
## Summary
`_as_str` routed every non-`xPath` argument — including raw strings — through `xPath(str(path))`, which inherits from `pathlib.PurePosixPath`. PurePosixPath collapses runs of slashes:
```python
>>> str(PurePosixPath("hdfs:///user/path/data.parquet"))
'hdfs:/user/path/data.parquet'
```
`xPath... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8184/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/8184/timeline | null | null | null | null | null | true | [] |
https://api.github.com/repos/huggingface/datasets/issues/8183 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8183/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8183/comments | https://api.github.com/repos/huggingface/datasets/issues/8183/events | https://github.com/huggingface/datasets/pull/8183 | 4,415,165,590 | PR_kwDODunzps7Z-JW_ | 8,183 | Add dtype="list" to List / Sequence / LargeList features (#8002) | {
"login": "jbbqqf",
"id": 8479617,
"node_id": "MDQ6VXNlcjg0Nzk2MTc=",
"avatar_url": "https://avatars.githubusercontent.com/u/8479617?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/jbbqqf",
"html_url": "https://github.com/jbbqqf",
"followers_url": "https://api.github.com/users/jbbqqf/foll... | [] | open | false | [] | null | 0 | 1,778,403,220,000 | 1,778,403,220,000 | null | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8183",
"html_url": "https://github.com/huggingface/datasets/pull/8183",
"diff_url": "https://github.com/huggingface/datasets/pull/8183.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8183.patch",
"merged_at": null
} | Fixes #8002.
## Summary
Most feature types expose a descriptive `dtype` string:
- `Value("int64").dtype == "int64"`
- `ClassLabel(...).dtype == "int64"`
- `Array2D(...).dtype == "<element-dtype>"`
- `Image().dtype == "PIL.Image.Image"`
- `Audio().dtype == "dict"`
But `List`, `LargeList` and `Sequence(non-dict)` (wh... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8183/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/8183/timeline | null | null | null | null | null | true | [] |
https://api.github.com/repos/huggingface/datasets/issues/8182 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8182/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8182/comments | https://api.github.com/repos/huggingface/datasets/issues/8182/events | https://github.com/huggingface/datasets/pull/8182 | 4,415,150,410 | PR_kwDODunzps7Z-GeG | 8,182 | Fix Dataset.map crash when first examples return None and later return dict (#7990) | {
"login": "jbbqqf",
"id": 8479617,
"node_id": "MDQ6VXNlcjg0Nzk2MTc=",
"avatar_url": "https://avatars.githubusercontent.com/u/8479617?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/jbbqqf",
"html_url": "https://github.com/jbbqqf",
"followers_url": "https://api.github.com/users/jbbqqf/foll... | [] | open | false | [] | null | 0 | 1,778,402,815,000 | 1,778,402,815,000 | null | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8182",
"html_url": "https://github.com/huggingface/datasets/pull/8182",
"diff_url": "https://github.com/huggingface/datasets/pull/8182.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8182.patch",
"merged_at": null
} | Fixes #7990.
## Summary
`Dataset.map` crashed with `AttributeError: 'NoneType' object has no attribute 'write'` when the user's map function returned `None` for the first few examples and a `dict` (or `pa.Table` / DataFrame) for later ones.
The writer was initialized only when `i == 0` (or `i[0] == 0` in batched mod... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8182/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/8182/timeline | null | null | null | null | null | true | [] |
https://api.github.com/repos/huggingface/datasets/issues/8178 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8178/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8178/comments | https://api.github.com/repos/huggingface/datasets/issues/8178/events | https://github.com/huggingface/datasets/issues/8178 | 4,397,310,407 | I_kwDODunzps8AAAABBhmhxw | 8,178 | The full dataset viewer is not available (click to read why). Only showing a preview of the rows. Job manager crashed while running this job (missing heartbeats). Error code: JobManagerCrashedError | {
"login": "kakamond",
"id": 73682340,
"node_id": "MDQ6VXNlcjczNjgyMzQw",
"avatar_url": "https://avatars.githubusercontent.com/u/73682340?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/kakamond",
"html_url": "https://github.com/kakamond",
"followers_url": "https://api.github.com/users/kak... | [] | open | false | [] | null | 3 | 1,778,142,828,000 | 1,780,186,178,000 | null | null | NONE | [] | null | null | null | null | ### Describe the bug
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
Job manager crashed while running this job (missing heartbeats).
Error code: JobManagerCrashedError
see: https://huggingface.co/datasets/Genius-Society/tt100k/viewer
### Steps to reproduce the bug... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8178/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/8178/timeline | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | {
"blocked_by": 0,
"total_blocked_by": 0,
"blocking": 0,
"total_blocking": 0
} | null | false | [
"Oh yeah, we hit something pretty similar when running a dataset viewer on a large collection (~3M rows) a few months back. The JobManagerCrashedError with missing heartbeats usually showed up for us when the server process ran out of memory or couldn’t keep up with the load spikes during dataset streaming. Turns o... |
https://api.github.com/repos/huggingface/datasets/issues/8177 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8177/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8177/comments | https://api.github.com/repos/huggingface/datasets/issues/8177/events | https://github.com/huggingface/datasets/pull/8177 | 4,397,142,016 | PR_kwDODunzps7ZDxl2 | 8,177 | Nightly OSS: Bug loading `sentence-transformers/parallel-sentences` | {
"login": "xodn348",
"id": 58055473,
"node_id": "MDQ6VXNlcjU4MDU1NDcz",
"avatar_url": "https://avatars.githubusercontent.com/u/58055473?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/xodn348",
"html_url": "https://github.com/xodn348",
"followers_url": "https://api.github.com/users/xodn34... | [] | open | false | [] | null | 0 | 1,778,141,090,000 | 1,778,141,090,000 | null | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8177",
"html_url": "https://github.com/huggingface/datasets/pull/8177",
"diff_url": "https://github.com/huggingface/datasets/pull/8177.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8177.patch",
"merged_at": null
} | Automated nightly Codex contribution for https://github.com/huggingface/datasets/issues/5081.
Verification:
- See the uploaded nightly artifacts for the Codex final report.
- See this workflow run for exact commands and logs.
This PR is generated by xodn348/oss-nightly-control and is opened ready for maintainer revie... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8177/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/8177/timeline | null | null | null | null | null | true | [] |
https://api.github.com/repos/huggingface/datasets/issues/8176 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8176/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8176/comments | https://api.github.com/repos/huggingface/datasets/issues/8176/events | https://github.com/huggingface/datasets/pull/8176 | 4,392,230,993 | PR_kwDODunzps7Yz3YC | 8,176 | Fix Parquet streaming hangs at the end of script | {
"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,778,078,327,000 | 1,778,083,569,000 | 1,778,083,567,000 | null | MEMBER | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8176",
"html_url": "https://github.com/huggingface/datasets/pull/8176",
"diff_url": "https://github.com/huggingface/datasets/pull/8176.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8176.patch",
"merged_at": 1778083566000
} | the fix is applied for pyarrow<=24 for now since it involves a gc.collect() call that won't be needed as a fix is being added in arrow
fix https://github.com/huggingface/datasets/issues/8169
fix https://github.com/huggingface/datasets/issues/7467 | {
"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/8176/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/8176/timeline | null | null | null | null | null | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8176). 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/8175 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8175/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8175/comments | https://api.github.com/repos/huggingface/datasets/issues/8175/events | https://github.com/huggingface/datasets/pull/8175 | 4,391,279,972 | PR_kwDODunzps7YwsCK | 8,175 | Support fsspec 2026.4.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,778,070,232,000 | 1,778,071,149,000 | 1,778,071,146,000 | null | MEMBER | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8175",
"html_url": "https://github.com/huggingface/datasets/pull/8175",
"diff_url": "https://github.com/huggingface/datasets/pull/8175.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8175.patch",
"merged_at": 1778071146000
} | add a fix for https://github.com/fsspec/filesystem_spec/pull/2012 | {
"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/8175/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/8175/timeline | null | null | null | null | null | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8175). 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/8174 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8174/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8174/comments | https://api.github.com/repos/huggingface/datasets/issues/8174/events | https://github.com/huggingface/datasets/pull/8174 | 4,389,568,708 | PR_kwDODunzps7YrDH3 | 8,174 | feat: add `on_error` to Image/Audio/Video features and IterableDatase… | {
"login": "LIUYellowBlack",
"id": 130659956,
"node_id": "U_kgDOB8m2dA",
"avatar_url": "https://avatars.githubusercontent.com/u/130659956?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/LIUYellowBlack",
"html_url": "https://github.com/LIUYellowBlack",
"followers_url": "https://api.github.c... | [] | open | false | [] | null | 2 | 1,778,052,570,000 | 1,778,143,897,000 | null | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8174",
"html_url": "https://github.com/huggingface/datasets/pull/8174",
"diff_url": "https://github.com/huggingface/datasets/pull/8174.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8174.patch",
"merged_at": null
} | …t.decode()
Adds a new `on_error` parameter that controls how decoding failures are handled. This addresses the long-standing problem where a single corrupted sample in a streaming dataset (bad EXIF, truncated bytes, unidentified format, ...) raises an exception inside the generator frame and silently kills the enti... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8174/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/8174/timeline | null | null | null | null | null | true | [
"Hi @lhoestq — this PR implements your design from issue #8165. Quick alignment check:\n\n- **Q1 (Exception scope)**: catch-all `except Exception` in all three feature decoders (Image/Audio/Video) ✅\n- **Q2 (Default)**: `on_error=\"raise\"` preserves current behavior ✅\n- **Q3 (Naming)**: exposed via `IterableDatas... |
https://api.github.com/repos/huggingface/datasets/issues/8173 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8173/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8173/comments | https://api.github.com/repos/huggingface/datasets/issues/8173/events | https://github.com/huggingface/datasets/pull/8173 | 4,381,711,703 | PR_kwDODunzps7YRX72 | 8,173 | fix(image): guard exif_transpose against corrupted EXIF rational tags | {
"login": "xodn348",
"id": 58055473,
"node_id": "MDQ6VXNlcjU4MDU1NDcz",
"avatar_url": "https://avatars.githubusercontent.com/u/58055473?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/xodn348",
"html_url": "https://github.com/xodn348",
"followers_url": "https://api.github.com/users/xodn34... | [] | open | false | [] | null | 0 | 1,777,958,164,000 | 1,777,958,164,000 | null | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8173",
"html_url": "https://github.com/huggingface/datasets/pull/8173",
"diff_url": "https://github.com/huggingface/datasets/pull/8173.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8173.patch",
"merged_at": null
} | ## Summary
When an `IterableDataset` contains images with corrupted EXIF metadata (e.g. a TIFF rational tag whose denominator is zero), `PIL.ImageOps.exif_transpose` raises `ZeroDivisionError` inside `Image.decode_example`. Because this exception escapes the internal generator frame, the streaming iterator dies immedi... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8173/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/8173/timeline | null | null | null | null | null | true | [] |
https://api.github.com/repos/huggingface/datasets/issues/8172 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8172/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8172/comments | https://api.github.com/repos/huggingface/datasets/issues/8172/events | https://github.com/huggingface/datasets/pull/8172 | 4,378,859,348 | PR_kwDODunzps7YICVj | 8,172 | Add batch(by_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,777,920,573,000 | 1,778,332,704,000 | 1,778,332,595,000 | null | MEMBER | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8172",
"html_url": "https://github.com/huggingface/datasets/pull/8172",
"diff_url": "https://github.com/huggingface/datasets/pull/8172.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8172.patch",
"merged_at": 1778332595000
} | Will be useful for robotics dataset to batch samples by episode cc @pkooij
example of usage:
```python
from datasets import Dataset
ds = Dataset.from_dict({"episode": [0] * 10 + [1] * 10, "frame": list(range(10)) * 2})
# ds = ds.to_iterable_dataset()
ds = ds.batch(by_column="episode")
for x in ds:
pr... | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8172/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/8172/timeline | null | null | null | null | null | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8172). 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/8171 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8171/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8171/comments | https://api.github.com/repos/huggingface/datasets/issues/8171/events | https://github.com/huggingface/datasets/issues/8171 | 4,376,879,740 | I_kwDODunzps8AAAABBOHifA | 8,171 | Dataset UI shows 0:00/0:00 for audio after push_to_hub | {
"login": "MNIKIEMA",
"id": 64019294,
"node_id": "MDQ6VXNlcjY0MDE5Mjk0",
"avatar_url": "https://avatars.githubusercontent.com/u/64019294?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/MNIKIEMA",
"html_url": "https://github.com/MNIKIEMA",
"followers_url": "https://api.github.com/users/MNI... | [] | closed | false | [] | null | 4 | 1,777,900,645,000 | 1,779,274,018,000 | 1,779,274,018,000 | null | NONE | [] | null | null | null | null | I’m seeing an issue where audio previews in the dataset viewer show `0:00/0:00` after uploading with push_to_hub.
## What I did
I tried to avoid `torchcodec` because I want to keep the packages small using the following code:
```python
import io
import os
import shutil
import tempfile
from pathlib import Path
imp... | {
"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/8171/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/8171/timeline | null | completed | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | {
"blocked_by": 0,
"total_blocked_by": 0,
"blocking": 0,
"total_blocking": 0
} | null | false | [
"Hello,\nI am trying to find my first issue to resolve. I can't reproduce your problem. When I go in the hub UI to your dataset. I can see the length of each audio. It takes some time to load \n\n## Dataset Card\n<img width=\"584\" height=\"644\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/8b0e38... |
https://api.github.com/repos/huggingface/datasets/issues/8170 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8170/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8170/comments | https://api.github.com/repos/huggingface/datasets/issues/8170/events | https://github.com/huggingface/datasets/pull/8170 | 4,372,102,391 | PR_kwDODunzps7XySvZ | 8,170 | fix(map): fix progress bar exceeding total when load_from_cache_file=False | {
"login": "Nitin-Rajasekar",
"id": 71319370,
"node_id": "MDQ6VXNlcjcxMzE5Mzcw",
"avatar_url": "https://avatars.githubusercontent.com/u/71319370?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Nitin-Rajasekar",
"html_url": "https://github.com/Nitin-Rajasekar",
"followers_url": "https://api... | [] | closed | false | [] | null | 5 | 1,777,819,786,000 | 1,780,052,351,000 | 1,780,052,346,000 | null | CONTRIBUTOR | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8170",
"html_url": "https://github.com/huggingface/datasets/pull/8170",
"diff_url": "https://github.com/huggingface/datasets/pull/8170.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8170.patch",
"merged_at": 1780052346000
} | ## Summary
When `load_from_cache_file=False`, the progress bar in `Dataset.map()` displayed a count that exceeded the dataset size (e.g. "800 examples" for a 400-row dataset).
The bug: `pbar_initial` was computed using `len(existing_cache_files)`, which counts cache files on disk regardless of whether they would... | {
"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/8170/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/8170/timeline | null | null | null | null | null | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8170). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.",
"hello! any update?",
"> hello! any update?\r\n\r\nFixed a formatting issue and pushed... |
https://api.github.com/repos/huggingface/datasets/issues/8169 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8169/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8169/comments | https://api.github.com/repos/huggingface/datasets/issues/8169/events | https://github.com/huggingface/datasets/issues/8169 | 4,366,520,018 | I_kwDODunzps8AAAABBEPO0g | 8,169 | Streaming dataset hangs consistently | {
"login": "michaelpginn",
"id": 7244206,
"node_id": "MDQ6VXNlcjcyNDQyMDY=",
"avatar_url": "https://avatars.githubusercontent.com/u/7244206?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/michaelpginn",
"html_url": "https://github.com/michaelpginn",
"followers_url": "https://api.github.com... | [] | closed | false | [] | null | 2 | 1,777,667,278,000 | 1,778,083,624,000 | 1,778,083,568,000 | null | NONE | [] | null | null | null | null | ### Describe the bug
When loading a dataset with `streaming=True`, some background process prevents the script from ever returning (or at least for a very long time).
This did not happen with `huggingface-hub < 1`.
### Steps to reproduce the bug
from datasets import load_dataset
ds = load_dataset("IRIIS-RESEARCH/N... | {
"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/8169/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/8169/timeline | null | completed | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | {
"blocked_by": 0,
"total_blocked_by": 0,
"blocking": 0,
"total_blocking": 0
} | null | false | [
"+1 also encountered",
"I pushed a workaround for the current version of PyArrow (24.0.0) and older versions at https://github.com/huggingface/datasets/pull/8176\n\nFor future versions it should be fixed directly in PyArrow"
] |
https://api.github.com/repos/huggingface/datasets/issues/8168 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8168/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8168/comments | https://api.github.com/repos/huggingface/datasets/issues/8168/events | https://github.com/huggingface/datasets/pull/8168 | 4,363,768,223 | PR_kwDODunzps7XYxf3 | 8,168 | docs(map): clarify that fn_kwargs yields a stable cache fingerprint vs closures | {
"login": "xodn348",
"id": 58055473,
"node_id": "MDQ6VXNlcjU4MDU1NDcz",
"avatar_url": "https://avatars.githubusercontent.com/u/58055473?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/xodn348",
"html_url": "https://github.com/xodn348",
"followers_url": "https://api.github.com/users/xodn34... | [] | open | false | [] | null | 2 | 1,777,628,010,000 | 1,779,894,700,000 | null | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8168",
"html_url": "https://github.com/huggingface/datasets/pull/8168",
"diff_url": "https://github.com/huggingface/datasets/pull/8168.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8168.patch",
"merged_at": null
} | ## Summary
When `Dataset.map()` or `Dataset.filter()` receives a closure that closes over an object containing non-deterministic state — for example a UUID, a random seed, or any mutable attribute of a class instance — `dill` serialises the **entire** captured object into the fingerprint. Two calls that are logically... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8168/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/8168/timeline | null | null | null | null | null | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8168). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.",
"looks like there is an error in the test\r\n\r\n```\r\nFAILED tests/test_fingerprint.py... |
https://api.github.com/repos/huggingface/datasets/issues/8167 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8167/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8167/comments | https://api.github.com/repos/huggingface/datasets/issues/8167/events | https://github.com/huggingface/datasets/issues/8167 | 4,356,674,999 | I_kwDODunzps8AAAABA62Vtw | 8,167 | [BUG] Abnormal progress bar in dataset.map when load_from_cache_file=False | {
"login": "Jintao-Huang",
"id": 45290347,
"node_id": "MDQ6VXNlcjQ1MjkwMzQ3",
"avatar_url": "https://avatars.githubusercontent.com/u/45290347?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Jintao-Huang",
"html_url": "https://github.com/Jintao-Huang",
"followers_url": "https://api.github.c... | [] | closed | false | [] | null | 6 | 1,777,538,873,000 | 1,780,052,347,000 | 1,780,052,347,000 | null | NONE | [] | null | null | null | null | ### Describe the bug
datasets 4.8.5
```python
from datasets import load_dataset, load_from_disk
data = load_from_disk('pretrain_cached_dataset/train')
def dummy_map(example):
return example
dataset = data.map(dummy_map)
dataset = data.map(dummy_map, load_from_cache_file=True) ... | {
"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/8167/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/8167/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://github.com/huggingface/datasets/blob/4e3bf52ff436d841e61211dfa096b5c47197ae36/src/datasets/arrow_dataset.py#L3593-L3598",
"Hi, can you provide more details on the issue ?",
"<img width=\"340\" height=\"26\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/0dca6f47-4a8d-4871-a908-f58df856e... |
https://api.github.com/repos/huggingface/datasets/issues/8166 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8166/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8166/comments | https://api.github.com/repos/huggingface/datasets/issues/8166/events | https://github.com/huggingface/datasets/pull/8166 | 4,354,922,713 | PR_kwDODunzps7W8BUa | 8,166 | Fix storage_options lookup for streaming Lance datasets | {
"login": "ericjaebeom",
"id": 163660487,
"node_id": "U_kgDOCcFCxw",
"avatar_url": "https://avatars.githubusercontent.com/u/163660487?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ericjaebeom",
"html_url": "https://github.com/ericjaebeom",
"followers_url": "https://api.github.com/users/... | [] | closed | false | [] | null | 2 | 1,777,516,497,000 | 1,777,995,115,000 | 1,777,563,522,000 | null | CONTRIBUTOR | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8166",
"html_url": "https://github.com/huggingface/datasets/pull/8166",
"diff_url": "https://github.com/huggingface/datasets/pull/8166.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8166.patch",
"merged_at": 1777563522000
} | In `Lance._split_generators`, the `storage_options` lookup used `files[0].split("://", 0)[0] + "://"`, which has two bugs that compound: `split("://", 0)` does not split at all (maxsplit=0), and the `storage_options` dict is keyed by the bare scheme (`"hf"`), not `"hf://"`. The lookup therefore always returned `None`, ... | {
"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/8166/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/8166/timeline | null | null | null | null | null | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8166). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.",
"CI failure is unrelated and is due to https://github.com/pandas-dev/pandas/issues/65462... |
https://api.github.com/repos/huggingface/datasets/issues/8165 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8165/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8165/comments | https://api.github.com/repos/huggingface/datasets/issues/8165/events | https://github.com/huggingface/datasets/issues/8165 | 4,354,878,889 | I_kwDODunzps8AAAABA5ItqQ | 8,165 | IterableDataset: corrupted EXIF image silently terminates streaming iterator instead of skipping the sample | {
"login": "LIUYellowBlack",
"id": 130659956,
"node_id": "U_kgDOB8m2dA",
"avatar_url": "https://avatars.githubusercontent.com/u/130659956?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/LIUYellowBlack",
"html_url": "https://github.com/LIUYellowBlack",
"followers_url": "https://api.github.c... | [] | open | false | [] | null | 4 | 1,777,515,654,000 | 1,778,052,702,000 | null | null | NONE | [] | null | null | null | null | ## Summary
When iterating over a streaming `IterableDataset` that contains images with corrupted EXIF metadata (e.g., a TIFF rational tag with denominator=0), PIL raises `ZeroDivisionError` inside `exif_transpose`. This exception propagates through the HuggingFace `datasets` pipeline and **terminates the streaming ite... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8165/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/8165/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 ! Would it be acceptable to return None instead of skipping ? This way we can provide the same API for non-streaming (since the length of the dataset is known in advance and fixed). Then a subsequent .filter call can take care of skipping the samples. Something like this maybe ?\n\n```python\nds = load_dataset(... |
https://api.github.com/repos/huggingface/datasets/issues/8164 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8164/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8164/comments | https://api.github.com/repos/huggingface/datasets/issues/8164/events | https://github.com/huggingface/datasets/issues/8164 | 4,354,825,277 | I_kwDODunzps8AAAABA5FcPQ | 8,164 | Lance: HF auth token dropped for private repos in streaming mode (broken `storage_options` lookup) | {
"login": "ericjaebeom",
"id": 163660487,
"node_id": "U_kgDOCcFCxw",
"avatar_url": "https://avatars.githubusercontent.com/u/163660487?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ericjaebeom",
"html_url": "https://github.com/ericjaebeom",
"followers_url": "https://api.github.com/users/... | [] | closed | false | [] | null | 2 | 1,777,514,613,000 | 1,777,563,523,000 | 1,777,563,523,000 | null | CONTRIBUTOR | [] | null | null | null | null | ### Describe the bug
When `Lance._split_generators` receives `hf://` URIs - i.e. anywhere a `StreamingDownloadManager` is in play (`load_dataset(..., streaming=True)`, `get_dataset_split_names`, and the dataset-viewer worker) - the HF auth token is silently dropped before reaching `lance.dataset(...)`. Lance then atte... | {
"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/8164/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/8164/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 can see the fix. Changing `split(\"://\", 0)` to `split(\"://\", 1)` and removing the `+ \"://\"` suffix. The key lookup should be `\"hf\"` not `\"hf://\"`. \nI'd like to submit a PR for this. Is this still open?",
"Well, I am already writing a PR for this, and it is just about to be submitted."
] |
https://api.github.com/repos/huggingface/datasets/issues/8163 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8163/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8163/comments | https://api.github.com/repos/huggingface/datasets/issues/8163/events | https://github.com/huggingface/datasets/pull/8163 | 4,354,227,818 | PR_kwDODunzps7W5yDg | 8,163 | add agent trace prompt, sent_at, count fields | {
"login": "cfahlgren1",
"id": 13546028,
"node_id": "MDQ6VXNlcjEzNTQ2MDI4",
"avatar_url": "https://avatars.githubusercontent.com/u/13546028?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/cfahlgren1",
"html_url": "https://github.com/cfahlgren1",
"followers_url": "https://api.github.com/use... | [] | closed | false | [] | null | 1 | 1,777,504,438,000 | 1,777,896,216,000 | 1,777,896,213,000 | null | CONTRIBUTOR | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8163",
"html_url": "https://github.com/huggingface/datasets/pull/8163",
"diff_url": "https://github.com/huggingface/datasets/pull/8163.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8163.patch",
"merged_at": 1777896213000
} | - add agent trace metadata columns: `prompt`, `sent_at`, `num_user_messages`, and `num_tool_calls`.
- extract `prompt` / `sent_at` from the first real user message for Claude Code, Pi/OpenClaw, and Codex traces.
| {
"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/8163/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/8163/timeline | null | null | null | null | null | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8163). 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/8162 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8162/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8162/comments | https://api.github.com/repos/huggingface/datasets/issues/8162/events | https://github.com/huggingface/datasets/pull/8162 | 4,353,153,600 | PR_kwDODunzps7W2QFE | 8,162 | Include all test files in sdist via MANIFEST.in | {
"login": "VladimirGutuev",
"id": 203542588,
"node_id": "U_kgDODCHQPA",
"avatar_url": "https://avatars.githubusercontent.com/u/203542588?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/VladimirGutuev",
"html_url": "https://github.com/VladimirGutuev",
"followers_url": "https://api.github.c... | [] | open | false | [] | null | 0 | 1,777,490,972,000 | 1,777,490,972,000 | null | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8162",
"html_url": "https://github.com/huggingface/datasets/pull/8162",
"diff_url": "https://github.com/huggingface/datasets/pull/8162.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8162.patch",
"merged_at": null
} | Fixes #8159.
## What's wrong
The sdist on PyPI for `datasets==4.8.5` only ships **37 of the 95** files under `tests/`. Without an explicit `MANIFEST.in`, setuptools' default sdist behavior includes only top-level `tests/test_*.py` files and drops everything else.
Files missing from the current sdist:
- `tests/conft... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8162/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/8162/timeline | null | null | null | null | null | true | [] |
https://api.github.com/repos/huggingface/datasets/issues/8161 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8161/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8161/comments | https://api.github.com/repos/huggingface/datasets/issues/8161/events | https://github.com/huggingface/datasets/pull/8161 | 4,351,184,502 | PR_kwDODunzps7WvuJb | 8,161 | Pass library_name/version to HfApi in dataset push and delete paths | {
"login": "davanstrien",
"id": 8995957,
"node_id": "MDQ6VXNlcjg5OTU5NTc=",
"avatar_url": "https://avatars.githubusercontent.com/u/8995957?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/davanstrien",
"html_url": "https://github.com/davanstrien",
"followers_url": "https://api.github.com/us... | [] | closed | false | [] | null | 1 | 1,777,471,713,000 | 1,777,544,990,000 | 1,777,544,987,000 | null | MEMBER | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8161",
"html_url": "https://github.com/huggingface/datasets/pull/8161",
"diff_url": "https://github.com/huggingface/datasets/pull/8161.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8161.patch",
"merged_at": 1777544987000
} | Adds `library_name="datasets"` and `library_version=__version__` to 12 bare `HfApi(endpoint=..., token=...)` instantiations across `hub.py`, `arrow_dataset.py`, `iterable_dataset.py`, and `dataset_dict.py`. Commits made via `push_to_hub` / `delete_from_hub` currently report a User-Agent of `unknown/None; hf_hub/X.Y.Z; ... | {
"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/8161/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/8161/timeline | null | null | null | null | null | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8161). 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/8160 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8160/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8160/comments | https://api.github.com/repos/huggingface/datasets/issues/8160/events | https://github.com/huggingface/datasets/pull/8160 | 4,349,215,301 | PR_kwDODunzps7WpIIx | 8,160 | feat: add TsFile (Apache IoTDB) packaged builder with per-device wide format | {
"login": "JackieTien97",
"id": 16079446,
"node_id": "MDQ6VXNlcjE2MDc5NDQ2",
"avatar_url": "https://avatars.githubusercontent.com/u/16079446?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/JackieTien97",
"html_url": "https://github.com/JackieTien97",
"followers_url": "https://api.github.c... | [] | closed | false | [] | null | 12 | 1,777,453,645,000 | 1,780,574,565,000 | 1,780,308,891,000 | null | CONTRIBUTOR | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8160",
"html_url": "https://github.com/huggingface/datasets/pull/8160",
"diff_url": "https://github.com/huggingface/datasets/pull/8160.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8160.patch",
"merged_at": 1780308891000
} | Closes #7922
## Summary
Add a packaged builder for [TsFile](https://tsfile.apache.org/) — the columnar time-series file format used as the native storage layer of [Apache IoTDB](https://iotdb.apache.org/). This enables `load_dataset("tsfile", data_files="...")` with automatic `.tsfile` extension detection.
### Data ... | {
"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/8160/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/8160/timeline | null | null | null | null | null | true | [
"Hi team 👋\n\nA bit of background on me: I'm a PMC member of both [Apache TsFile](https://tsfile.apache.org/) and [Apache IoTDB](https://iotdb.apache.org/), and one of the core contributors to the TsFile format specification and its Python SDK ([`tsfile` on PyPI](https://pypi.org/project/tsfile/)). I've been worki... |
https://api.github.com/repos/huggingface/datasets/issues/8159 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8159/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8159/comments | https://api.github.com/repos/huggingface/datasets/issues/8159/events | https://github.com/huggingface/datasets/issues/8159 | 4,345,858,995 | I_kwDODunzps8AAAABAwiLsw | 8,159 | tests/conftest.py, tests/_test_patching.py, tests/fixtures/fsspec.py and other files are missing from the PYPI distribution | {
"login": "yurivict",
"id": 271906,
"node_id": "MDQ6VXNlcjI3MTkwNg==",
"avatar_url": "https://avatars.githubusercontent.com/u/271906?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/yurivict",
"html_url": "https://github.com/yurivict",
"followers_url": "https://api.github.com/users/yurivic... | [] | open | false | [] | null | 1 | 1,777,406,465,000 | 1,777,560,023,000 | null | null | NONE | [] | null | null | null | null | ### Describe the bug
Version: 4.8.5
### Steps to reproduce the bug
n/a
### Expected behavior
n/a
### Environment info
n/a | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8159/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/8159/timeline | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | {
"blocked_by": 0,
"total_blocked_by": 0,
"blocking": 0,
"total_blocking": 0
} | null | false | [
"Hey, ran into something similar a while back when we were packaging a custom dataset loader for a client at v4.7.x. Turns out, PyPI distributions sometimes skip test files and fixtures like `conftest.py` since they're not critical for runtime—honestly, it's a packaging config thing in `setup.py` or `pyproject.toml... |
https://api.github.com/repos/huggingface/datasets/issues/8158 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8158/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8158/comments | https://api.github.com/repos/huggingface/datasets/issues/8158/events | https://github.com/huggingface/datasets/pull/8158 | 4,337,020,225 | PR_kwDODunzps7WBowP | 8,158 | 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,777,304,857,000 | 1,777,305,023,000 | 1,777,304,865,000 | null | MEMBER | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8158",
"html_url": "https://github.com/huggingface/datasets/pull/8158",
"diff_url": "https://github.com/huggingface/datasets/pull/8158.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8158.patch",
"merged_at": 1777304865000
} | 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/8158/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/8158/timeline | null | null | null | null | null | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8158). 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/8157 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8157/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8157/comments | https://api.github.com/repos/huggingface/datasets/issues/8157/events | https://github.com/huggingface/datasets/pull/8157 | 4,336,992,103 | PR_kwDODunzps7WBi20 | 8,157 | Release: 4.8.5 | {
"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,777,304,595,000 | 1,777,304,771,000 | 1,777,304,646,000 | null | MEMBER | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8157",
"html_url": "https://github.com/huggingface/datasets/pull/8157",
"diff_url": "https://github.com/huggingface/datasets/pull/8157.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8157.patch",
"merged_at": 1777304646000
} | 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/8157/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/8157/timeline | null | null | null | null | null | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8157). 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/8156 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8156/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8156/comments | https://api.github.com/repos/huggingface/datasets/issues/8156/events | https://github.com/huggingface/datasets/pull/8156 | 4,330,096,909 | PR_kwDODunzps7Vr1ha | 8,156 | Fix revision-aware cache lookup in load_dataset | {
"login": "Jatin-Shihora",
"id": 75017563,
"node_id": "MDQ6VXNlcjc1MDE3NTYz",
"avatar_url": "https://avatars.githubusercontent.com/u/75017563?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Jatin-Shihora",
"html_url": "https://github.com/Jatin-Shihora",
"followers_url": "https://api.githu... | [] | open | false | [] | null | 0 | 1,777,180,877,000 | 1,777,180,877,000 | null | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8156",
"html_url": "https://github.com/huggingface/datasets/pull/8156",
"diff_url": "https://github.com/huggingface/datasets/pull/8156.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8156.patch",
"merged_at": null
} | Fixes #7928
When `load_dataset()` falls back to the local cache, for example when offline or when the Hub is unreachable, it ignores the `revision` argument and simply returns the most recently modified cached version. This can lead to unexpected behavior when a specific revision is requested.
This happens becaus... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8156/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/8156/timeline | null | null | null | null | null | true | [] |
https://api.github.com/repos/huggingface/datasets/issues/8155 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8155/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8155/comments | https://api.github.com/repos/huggingface/datasets/issues/8155/events | https://github.com/huggingface/datasets/pull/8155 | 4,324,504,211 | PR_kwDODunzps7VacWQ | 8,155 | Fix base_path in integration 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,777,051,091,000 | 1,777,051,265,000 | 1,777,051,207,000 | null | MEMBER | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8155",
"html_url": "https://github.com/huggingface/datasets/pull/8155",
"diff_url": "https://github.com/huggingface/datasets/pull/8155.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8155.patch",
"merged_at": 1777051207000
} | 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/8155/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/8155/timeline | null | null | null | null | null | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8155). 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/8154 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8154/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8154/comments | https://api.github.com/repos/huggingface/datasets/issues/8154/events | https://github.com/huggingface/datasets/pull/8154 | 4,324,267,763 | PR_kwDODunzps7VZq3D | 8,154 | Fix null in embed 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... | [] | closed | false | [] | null | 1 | 1,777,048,098,000 | 1,777,050,826,000 | 1,777,050,824,000 | null | MEMBER | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8154",
"html_url": "https://github.com/huggingface/datasets/pull/8154",
"diff_url": "https://github.com/huggingface/datasets/pull/8154.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8154.patch",
"merged_at": 1777050824000
} | 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/8154/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/8154/timeline | null | null | null | null | null | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8154). 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/8153 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8153/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8153/comments | https://api.github.com/repos/huggingface/datasets/issues/8153/events | https://github.com/huggingface/datasets/pull/8153 | 4,323,910,530 | PR_kwDODunzps7VYf09 | 8,153 | Fix tilde expansion for local data_files paths | {
"login": "BerqiaMouad",
"id": 83679093,
"node_id": "MDQ6VXNlcjgzNjc5MDkz",
"avatar_url": "https://avatars.githubusercontent.com/u/83679093?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/BerqiaMouad",
"html_url": "https://github.com/BerqiaMouad",
"followers_url": "https://api.github.com/... | [] | open | false | [] | null | 1 | 1,777,044,232,000 | 1,777,051,494,000 | null | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8153",
"html_url": "https://github.com/huggingface/datasets/pull/8153",
"diff_url": "https://github.com/huggingface/datasets/pull/8153.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8153.patch",
"merged_at": null
} | Summary
- expand `~` before classifying local `data_files` patterns
- add a regression test covering `resolve_pattern(os.path.join("~", ...), ...)`
Impact
- `load_dataset(..., data_files="~/path/to/file.parquet")` currently treats `~` as a literal relative directory under the working tree instead of the user's home di... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8153/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/8153/timeline | null | null | null | null | null | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8153). 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/8152 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8152/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8152/comments | https://api.github.com/repos/huggingface/datasets/issues/8152/events | https://github.com/huggingface/datasets/pull/8152 | 4,317,696,666 | PR_kwDODunzps7VEFSO | 8,152 | fix original_files missing in ci json 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,776,965,369,000 | 1,776,965,539,000 | 1,776,965,377,000 | null | MEMBER | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8152",
"html_url": "https://github.com/huggingface/datasets/pull/8152",
"diff_url": "https://github.com/huggingface/datasets/pull/8152.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8152.patch",
"merged_at": 1776965377000
} | 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/8152/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/8152/timeline | null | null | null | null | null | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8152). 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/8151 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8151/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8151/comments | https://api.github.com/repos/huggingface/datasets/issues/8151/events | https://github.com/huggingface/datasets/pull/8151 | 4,317,684,916 | PR_kwDODunzps7VECyV | 8,151 | fix mask in embed_storage for remote files | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | [] | closed | false | [] | null | 1 | 1,776,965,242,000 | 1,776,965,408,000 | 1,776,965,255,000 | null | MEMBER | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8151",
"html_url": "https://github.com/huggingface/datasets/pull/8151",
"diff_url": "https://github.com/huggingface/datasets/pull/8151.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8151.patch",
"merged_at": 1776965255000
} | following https://github.com/huggingface/datasets/pull/8150 | {
"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/8151/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/8151/timeline | null | null | null | null | null | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8151). 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/8150 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8150/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8150/comments | https://api.github.com/repos/huggingface/datasets/issues/8150/events | https://github.com/huggingface/datasets/pull/8150 | 4,317,477,661 | PR_kwDODunzps7VDX2w | 8,150 | don't embed remote files in download_and_prepare 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 | 0 | 1,776,962,746,000 | 1,776,962,916,000 | 1,776,962,915,000 | null | MEMBER | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8150",
"html_url": "https://github.com/huggingface/datasets/pull/8150",
"diff_url": "https://github.com/huggingface/datasets/pull/8150.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8150.patch",
"merged_at": 1776962914000
} | fix the viewer at https://huggingface.co/datasets/raivn/vn-test/discussions/1
kinda related: https://github.com/huggingface/datasets/issues/5717 | {
"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/8150/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/8150/timeline | null | null | null | null | null | true | [] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.