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/7821 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7821/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7821/comments | https://api.github.com/repos/huggingface/datasets/issues/7821/events | https://github.com/huggingface/datasets/issues/7821 | 3,520,913,195 | I_kwDODunzps7R3N8r | 7,821 | Building a dataset with large variable size arrays results in error ArrowInvalid: Value X too large to fit in C integer type | {
"login": "kkoutini",
"id": 51880718,
"node_id": "MDQ6VXNlcjUxODgwNzE4",
"avatar_url": "https://avatars.githubusercontent.com/u/51880718?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/kkoutini",
"html_url": "https://github.com/kkoutini",
"followers_url": "https://api.github.com/users/kko... | [] | open | false | [] | null | 1 | 1,760,604,317,000 | 1,760,967,725,000 | null | null | CONTRIBUTOR | [] | null | null | null | null | ### Describe the bug
I used map to store raw audio waveforms of variable lengths in a column of a dataset the `map` call fails with ArrowInvalid: Value X too large to fit in C integer type.
```
Traceback (most recent call last):
Traceback (most recent call last):
File "...lib/python3.12/site-packages/multiprocess/p... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7821/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/7821/timeline | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | {
"blocked_by": 0,
"total_blocked_by": 0,
"blocking": 0,
"total_blocking": 0
} | null | false | [
"Thanks for reporting ! You can fix this by specifying the output type explicitly and use `LargeList` which uses int64 for offsets:\n\n```python\nfeatures = Features({\"audio\": LargeList(Value(\"uint16\"))})\nds = ds.map(..., features=features)\n```\n\nIt would be cool to improve `list_of_pa_arrays_to_pyarrow_list... |
https://api.github.com/repos/huggingface/datasets/issues/7820 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7820/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7820/comments | https://api.github.com/repos/huggingface/datasets/issues/7820/events | https://github.com/huggingface/datasets/pull/7820 | 3,518,633,577 | PR_kwDODunzps6t6suZ | 7,820 | Keep hffs cache in workers when streaming | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | [] | closed | false | [] | null | 1 | 1,760,543,488,000 | 1,760,695,157,000 | 1,760,695,156,000 | null | MEMBER | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7820",
"html_url": "https://github.com/huggingface/datasets/pull/7820",
"diff_url": "https://github.com/huggingface/datasets/pull/7820.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7820.patch",
"merged_at": 1760695156000
} | (and also reorder the hffs args to improve caching)
When using `DataLoader(iterable_dataset, num_workers=...)` the dataset is pickled and passed to the worker. However previously the resulting dataset would be in a process with an empty hffs cache. By keeping the cache attached to `IterableDataset`, the cached hffs ... | {
"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/7820/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/7820/timeline | null | null | null | null | null | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7820). 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/7819 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7819/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7819/comments | https://api.github.com/repos/huggingface/datasets/issues/7819/events | https://github.com/huggingface/datasets/issues/7819 | 3,517,086,110 | I_kwDODunzps7Ronme | 7,819 | Cannot download opus dataset | {
"login": "liamsun2019",
"id": 51946663,
"node_id": "MDQ6VXNlcjUxOTQ2NjYz",
"avatar_url": "https://avatars.githubusercontent.com/u/51946663?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/liamsun2019",
"html_url": "https://github.com/liamsun2019",
"followers_url": "https://api.github.com/... | [] | open | false | [] | null | 1 | 1,760,519,179,000 | 1,760,967,916,000 | null | null | NONE | [] | null | null | null | null | When I tried to download opus_books using:
from datasets import load_dataset
dataset = load_dataset("Helsinki-NLP/opus_books")
I got the following errors:
FileNotFoundError: Couldn't find any data file at /workspace/Helsinki-NLP/opus_books. Couldn't find 'Helsinki-NLP/opus_books' on the Hugging Face Hub either: Local... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7819/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/7819/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 ! it seems \"en-zh\" doesn't exist for this dataset\n\nYou can see the list of subsets here: https://huggingface.co/datasets/Helsinki-NLP/opus_books"
] |
https://api.github.com/repos/huggingface/datasets/issues/7818 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7818/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7818/comments | https://api.github.com/repos/huggingface/datasets/issues/7818/events | https://github.com/huggingface/datasets/issues/7818 | 3,515,887,618 | I_kwDODunzps7RkDAC | 7,818 | train_test_split and stratify breaks with Numpy 2.0 | {
"login": "davebulaval",
"id": 24845694,
"node_id": "MDQ6VXNlcjI0ODQ1Njk0",
"avatar_url": "https://avatars.githubusercontent.com/u/24845694?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/davebulaval",
"html_url": "https://github.com/davebulaval",
"followers_url": "https://api.github.com/... | [] | closed | false | [] | null | 3 | 1,760,486,479,000 | 1,761,667,844,000 | 1,761,667,844,000 | null | NONE | [] | null | null | null | null | ### Describe the bug
As stated in the title, since Numpy changed in version >2.0 with copy, the stratify parameters break.
e.g. `all_dataset.train_test_split(test_size=0.2,stratify_by_column="label")` returns a Numpy error.
It works if you downgrade Numpy to a version lower than 2.0.
### Steps to reproduce the bug
... | {
"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/7818/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/7818/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't reproduce this. Could you pls provide an example with a public dataset/artificial dataset and show how you loaded that?\n\nThis works for me:\n\n```python\nimport numpy as np\nfrom datasets import Dataset, Features, ClassLabel, Value\n\ndata = {\"text\": [f\"sample_{i}\" for i in range(100)], \"label\": [i... |
https://api.github.com/repos/huggingface/datasets/issues/7817 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7817/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7817/comments | https://api.github.com/repos/huggingface/datasets/issues/7817/events | https://github.com/huggingface/datasets/pull/7817 | 3,515,755,952 | PR_kwDODunzps6tw-GG | 7,817 | fix: better args passthrough for `_batch_setitems()` | {
"login": "sghng",
"id": 58419736,
"node_id": "MDQ6VXNlcjU4NDE5NzM2",
"avatar_url": "https://avatars.githubusercontent.com/u/58419736?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/sghng",
"html_url": "https://github.com/sghng",
"followers_url": "https://api.github.com/users/sghng/follow... | [] | closed | false | [] | null | 3 | 1,760,482,311,000 | 1,761,672,732,000 | 1,761,584,905,000 | null | CONTRIBUTOR | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7817",
"html_url": "https://github.com/huggingface/datasets/pull/7817",
"diff_url": "https://github.com/huggingface/datasets/pull/7817.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7817.patch",
"merged_at": 1761584905000
} | In Python 3.14, there's a change in the signature of `_Pickler._batch_setitems`.
It's changed to:
```python
# pickle.py
def _batch_setitems(self, items, obj):
# Helper to batch up SETITEMS sequences; proto >= 1 only
save = self.save
write = self.write
```
To accomodate this, in `dill`, we h... | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7817/reactions",
"total_count": 2,
"+1": 2,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/7817/timeline | null | null | null | null | null | true | [
"@sghng There is a regression with python 3.13.8 when lm-eval is calling datasets load\r\n\r\n```python\r\nself = <test_llama3_2.TestLlama3_2 testMethod=test_llama3_2>\r\n\r\n def test_llama3_2(self):\r\n> self.quant_lm_eval()\r\n\r\ntests/models/test_llama3_2.py:35: \r\n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ... |
https://api.github.com/repos/huggingface/datasets/issues/7816 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7816/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7816/comments | https://api.github.com/repos/huggingface/datasets/issues/7816/events | https://github.com/huggingface/datasets/issues/7816 | 3,512,210,206 | I_kwDODunzps7RWBMe | 7,816 | disable_progress_bar() not working as expected | {
"login": "windmaple",
"id": 5577741,
"node_id": "MDQ6VXNlcjU1Nzc3NDE=",
"avatar_url": "https://avatars.githubusercontent.com/u/5577741?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/windmaple",
"html_url": "https://github.com/windmaple",
"followers_url": "https://api.github.com/users/wi... | [] | closed | false | [] | null | 2 | 1,760,412,339,000 | 1,760,485,766,000 | 1,760,485,766,000 | null | NONE | [] | null | null | null | null | ### Describe the bug
Hi,
I'm trying to load a dataset on Kaggle TPU image. There is some known compat issue with progress bar on Kaggle, so I'm trying to disable the progress bar globally. This does not work as you can see in [here](https://www.kaggle.com/code/windmaple/hf-datasets-issue).
In contract, disabling pro... | {
"login": "windmaple",
"id": 5577741,
"node_id": "MDQ6VXNlcjU1Nzc3NDE=",
"avatar_url": "https://avatars.githubusercontent.com/u/5577741?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/windmaple",
"html_url": "https://github.com/windmaple",
"followers_url": "https://api.github.com/users/wi... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7816/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/7816/timeline | null | completed | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | {
"blocked_by": 0,
"total_blocked_by": 0,
"blocking": 0,
"total_blocking": 0
} | null | false | [
"@xianbaoqian ",
"Closing this one since it's a Xet issue."
] |
https://api.github.com/repos/huggingface/datasets/issues/7815 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7815/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7815/comments | https://api.github.com/repos/huggingface/datasets/issues/7815/events | https://github.com/huggingface/datasets/pull/7815 | 3,511,338,522 | PR_kwDODunzps6tiDIT | 7,815 | Add nifti support | {
"login": "CloseChoice",
"id": 31857876,
"node_id": "MDQ6VXNlcjMxODU3ODc2",
"avatar_url": "https://avatars.githubusercontent.com/u/31857876?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/CloseChoice",
"html_url": "https://github.com/CloseChoice",
"followers_url": "https://api.github.com/... | [] | closed | false | [] | null | 12 | 1,760,386,052,000 | 1,762,476,721,000 | 1,761,312,138,000 | null | CONTRIBUTOR | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7815",
"html_url": "https://github.com/huggingface/datasets/pull/7815",
"diff_url": "https://github.com/huggingface/datasets/pull/7815.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7815.patch",
"merged_at": 1761312138000
} | Add support for NIfTI.
supports #7804
This PR follows https://github.com/huggingface/datasets/pull/7325 very closely
I am a bit unsure what we need to add to the `document_dataset.mdx` and `document_load.mdx`. I should probably create a dataset on the hub first to create this guide instead of copy+pasting from... | {
"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/7815/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/7815/timeline | null | null | null | null | null | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7815). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.",
"Btw I couldn't resist but share your PR with the community online on twitter already, I... |
https://api.github.com/repos/huggingface/datasets/issues/7814 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7814/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7814/comments | https://api.github.com/repos/huggingface/datasets/issues/7814/events | https://github.com/huggingface/datasets/pull/7814 | 3,510,488,792 | PR_kwDODunzps6tfJCm | 7,814 | Allow streaming hdf5 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,760,369,144,000 | 1,760,369,331,000 | 1,760,369,329,000 | null | MEMBER | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7814",
"html_url": "https://github.com/huggingface/datasets/pull/7814",
"diff_url": "https://github.com/huggingface/datasets/pull/7814.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7814.patch",
"merged_at": 1760369329000
} | Add streaming support after https://github.com/huggingface/datasets/pull/7690, cc @klamike :)
## Details
in `datasets` loaders, `open()` is extended to work with files that are on disk but also on HF. Files on HF are streamed using HTTP range requests using the `HfFileSystem` implementation in the `huggingface_hu... | {
"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/7814/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/7814/timeline | null | null | null | null | null | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7814). 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/7813 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7813/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7813/comments | https://api.github.com/repos/huggingface/datasets/issues/7813/events | https://github.com/huggingface/datasets/issues/7813 | 3,503,446,288 | I_kwDODunzps7Q0lkQ | 7,813 | Caching does not work when using python3.14 | {
"login": "intexcor",
"id": 142020129,
"node_id": "U_kgDOCHcOIQ",
"avatar_url": "https://avatars.githubusercontent.com/u/142020129?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/intexcor",
"html_url": "https://github.com/intexcor",
"followers_url": "https://api.github.com/users/intexcor/... | [] | closed | false | [] | null | 2 | 1,760,110,606,000 | 1,761,584,906,000 | 1,761,584,906,000 | null | NONE | [] | null | null | null | null | ### Describe the bug
Traceback (most recent call last):
File "/workspace/ctn.py", line 8, in <module>
ds = load_dataset(f"naver-clova-ix/synthdog-{lang}") # или "synthdog-zh" для китайского
File "/workspace/.venv/lib/python3.14/site-packages/datasets/load.py", line 1397, in load_dataset
builder_instance =... | {
"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/7813/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/7813/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/uqfoundation/dill/issues/725",
"@intexcor does #7817 fix your problem?"
] |
https://api.github.com/repos/huggingface/datasets/issues/7812 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7812/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7812/comments | https://api.github.com/repos/huggingface/datasets/issues/7812/events | https://github.com/huggingface/datasets/pull/7812 | 3,500,901,422 | PR_kwDODunzps6s_New | 7,812 | docs: document_dataset PDFs & OCR | {
"login": "ethanknights",
"id": 34215814,
"node_id": "MDQ6VXNlcjM0MjE1ODE0",
"avatar_url": "https://avatars.githubusercontent.com/u/34215814?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ethanknights",
"html_url": "https://github.com/ethanknights",
"followers_url": "https://api.github.c... | [] | closed | false | [] | null | 0 | 1,760,052,701,000 | 1,760,969,033,000 | 1,760,969,033,000 | null | CONTRIBUTOR | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7812",
"html_url": "https://github.com/huggingface/datasets/pull/7812",
"diff_url": "https://github.com/huggingface/datasets/pull/7812.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7812.patch",
"merged_at": 1760969033000
} | Use acronyms consistently across document_dataset docs. | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7812/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/7812/timeline | null | null | null | null | null | true | [] |
https://api.github.com/repos/huggingface/datasets/issues/7811 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7811/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7811/comments | https://api.github.com/repos/huggingface/datasets/issues/7811/events | https://github.com/huggingface/datasets/issues/7811 | 3,500,741,658 | I_kwDODunzps7QqRQa | 7,811 | SIGSEGV when Python exits due to near null deref | {
"login": "iankronquist",
"id": 5192353,
"node_id": "MDQ6VXNlcjUxOTIzNTM=",
"avatar_url": "https://avatars.githubusercontent.com/u/5192353?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/iankronquist",
"html_url": "https://github.com/iankronquist",
"followers_url": "https://api.github.com... | [] | open | false | [] | null | 4 | 1,760,047,211,000 | 1,760,134,164,000 | null | null | NONE | [] | null | null | null | null | ### Describe the bug
When I run the following python script using datasets I get a segfault.
```python
from datasets import load_dataset
from tqdm import tqdm
progress_bar = tqdm(total=(1000), unit='cols', desc='cols ')
progress_bar.update(1)
```
```
% lldb -- python3 crashmin.py
(lldb) target create "python3"
Cur... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7811/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/7811/timeline | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | {
"blocked_by": 0,
"total_blocked_by": 0,
"blocking": 0,
"total_blocking": 0
} | null | false | [
"The issue seems to come from `dill` which is a `datasets` dependency, e.g. this segfaults:\n\n```python\nimport dill\nfrom tqdm import tqdm\nprogress_bar = tqdm(total=(1000), unit='cols', desc='cols ')\nprogress_bar.update(1)\n```\n\n`tqdm` seems to segfault when `dill` is imported. I only found this about segfaul... |
https://api.github.com/repos/huggingface/datasets/issues/7810 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7810/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7810/comments | https://api.github.com/repos/huggingface/datasets/issues/7810/events | https://github.com/huggingface/datasets/pull/7810 | 3,499,855,569 | PR_kwDODunzps6s7wHa | 7,810 | fix conda deps | {
"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,760,027,524,000 | 1,760,027,715,000 | 1,760,027,714,000 | null | MEMBER | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7810",
"html_url": "https://github.com/huggingface/datasets/pull/7810",
"diff_url": "https://github.com/huggingface/datasets/pull/7810.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7810.patch",
"merged_at": 1760027714000
} | 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/7810/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/7810/timeline | null | null | null | null | null | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7810). 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/7809 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7809/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7809/comments | https://api.github.com/repos/huggingface/datasets/issues/7809/events | https://github.com/huggingface/datasets/pull/7809 | 3,499,811,179 | PR_kwDODunzps6s7mwb | 7,809 | 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,760,026,759,000 | 1,760,026,932,000 | 1,760,026,771,000 | null | MEMBER | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7809",
"html_url": "https://github.com/huggingface/datasets/pull/7809",
"diff_url": "https://github.com/huggingface/datasets/pull/7809.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7809.patch",
"merged_at": 1760026771000
} | 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/7809/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/7809/timeline | null | null | null | null | null | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7809). 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/7808 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7808/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7808/comments | https://api.github.com/repos/huggingface/datasets/issues/7808/events | https://github.com/huggingface/datasets/pull/7808 | 3,499,779,993 | PR_kwDODunzps6s7gBq | 7,808 | release: 4.2.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,760,026,253,000 | 1,760,026,861,000 | 1,760,026,268,000 | null | MEMBER | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7808",
"html_url": "https://github.com/huggingface/datasets/pull/7808",
"diff_url": "https://github.com/huggingface/datasets/pull/7808.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7808.patch",
"merged_at": 1760026268000
} | 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/7808/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/7808/timeline | null | null | null | null | null | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7808). 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/7807 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7807/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7807/comments | https://api.github.com/repos/huggingface/datasets/issues/7807/events | https://github.com/huggingface/datasets/pull/7807 | 3,499,765,725 | PR_kwDODunzps6s7c_U | 7,807 | typo | {
"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,760,026,007,000 | 1,760,026,591,000 | 1,760,026,018,000 | null | MEMBER | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7807",
"html_url": "https://github.com/huggingface/datasets/pull/7807",
"diff_url": "https://github.com/huggingface/datasets/pull/7807.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7807.patch",
"merged_at": 1760026018000
} | add an s to be consistent with pandas' on_bad_lines | {
"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/7807/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/7807/timeline | null | null | null | null | null | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7807). 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/7806 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7806/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7806/comments | https://api.github.com/repos/huggingface/datasets/issues/7806/events | https://github.com/huggingface/datasets/pull/7806 | 3,499,483,246 | PR_kwDODunzps6s6gnr | 7,806 | Parquet: add `on_bad_file` argument to error/warn/skip bad 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,760,020,906,000 | 1,760,025,875,000 | 1,760,025,873,000 | null | MEMBER | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7806",
"html_url": "https://github.com/huggingface/datasets/pull/7806",
"diff_url": "https://github.com/huggingface/datasets/pull/7806.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7806.patch",
"merged_at": 1760025873000
} | ```python
from datasets import load_dataset
on_bad_file = "error" # default
# on_bad_file = "warn" # warn and skip bad file
# on_bad_file = "skip" # skip bad file
ds = load_dataset(parquet_dataset_id, on_bad_file=on_bad_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/7806/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/7806/timeline | null | null | null | null | null | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7806). 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/7805 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7805/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7805/comments | https://api.github.com/repos/huggingface/datasets/issues/7805/events | https://github.com/huggingface/datasets/pull/7805 | 3,499,286,947 | PR_kwDODunzps6s52Ew | 7,805 | Less api calls when resolving data_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,760,017,986,000 | 1,760,018,517,000 | 1,760,018,516,000 | null | MEMBER | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7805",
"html_url": "https://github.com/huggingface/datasets/pull/7805",
"diff_url": "https://github.com/huggingface/datasets/pull/7805.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7805.patch",
"merged_at": 1760018515000
} | There ~10 unnecessary `/api/datasets/user/dataset/revision`calls due to multithreading in data files resolution.
I disabled multithreading, which was actually not useful anymore since `HfFileSystem` has been using caching for a while now. | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7805/reactions",
"total_count": 1,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 1,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/7805/timeline | null | null | null | null | null | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7805). 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/7804 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7804/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7804/comments | https://api.github.com/repos/huggingface/datasets/issues/7804/events | https://github.com/huggingface/datasets/issues/7804 | 3,498,534,596 | I_kwDODunzps7Qh2bE | 7,804 | Support scientific data formats | {
"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 | 18 | 1,760,005,104,000 | 1,764,173,383,000 | null | null | MEMBER | [] | null | null | null | null | List of formats and libraries we can use to load the data in `datasets`:
- [ ] DICOMs: pydicom
- [x] NIfTIs: nibabel
- [ ] WFDB: wfdb
cc @zaRizk7 for viz
Feel free to comment / suggest other formats and libs you'd like to see or to share your interest in one of the mentioned format | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7804/reactions",
"total_count": 10,
"+1": 1,
"-1": 0,
"laugh": 0,
"hooray": 4,
"confused": 0,
"heart": 5,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/7804/timeline | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | {
"blocked_by": 0,
"total_blocked_by": 0,
"blocking": 0,
"total_blocking": 0
} | null | false | [
"Please add the support for `Zarr`! That's what we use in the Bioimaging community. It is crucial, because raw upload of a *single* bio image can take _terrabytes in memory_!\n\nThe python library would be `bioio` or `zarr`:\n- [ ] Zarr: `bioio` or `zarr`\n\nSee a [Zarr example](https://ome.github.io/ome-ngff-valid... |
https://api.github.com/repos/huggingface/datasets/issues/7803 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7803/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7803/comments | https://api.github.com/repos/huggingface/datasets/issues/7803/events | https://github.com/huggingface/datasets/pull/7803 | 3,498,395,879 | PR_kwDODunzps6s2zyO | 7,803 | More Parquet streaming docs | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | [] | closed | false | [] | null | 1 | 1,760,002,751,000 | 1,760,004,106,000 | 1,760,004,103,000 | null | MEMBER | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7803",
"html_url": "https://github.com/huggingface/datasets/pull/7803",
"diff_url": "https://github.com/huggingface/datasets/pull/7803.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7803.patch",
"merged_at": 1760004103000
} | 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/7803/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/7803/timeline | null | null | null | null | null | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7803). 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/7802 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7802/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7802/comments | https://api.github.com/repos/huggingface/datasets/issues/7802/events | https://github.com/huggingface/datasets/issues/7802 | 3,497,454,119 | I_kwDODunzps7Qduon | 7,802 | [Docs] Missing documentation for `Dataset.from_dict` | {
"login": "aaronshenhao",
"id": 69421545,
"node_id": "MDQ6VXNlcjY5NDIxNTQ1",
"avatar_url": "https://avatars.githubusercontent.com/u/69421545?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/aaronshenhao",
"html_url": "https://github.com/aaronshenhao",
"followers_url": "https://api.github.c... | [] | open | false | [] | null | 2 | 1,759,978,481,000 | 1,760,890,173,000 | null | null | NONE | [] | null | null | null | null | Documentation link: https://huggingface.co/docs/datasets/en/package_reference/main_classes
Link to method (docstring present): https://github.com/huggingface/datasets/blob/6f2502c5a026caa89839713f6f7c8b958e5e83eb/src/datasets/arrow_dataset.py#L1029
The docstring is present for the function, but seems missing from the... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7802/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/7802/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 documentation issue.",
"Hi I'd like to work on this. I can see the docstring is already in the code. \nCould you confirm:\n1. Is this still available?\n2. Should I add this to the main_classes.md file, or is there a specific \n documentation file I should update?\n3. Are there any form... |
https://api.github.com/repos/huggingface/datasets/issues/7801 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7801/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7801/comments | https://api.github.com/repos/huggingface/datasets/issues/7801/events | https://github.com/huggingface/datasets/pull/7801 | 3,496,388,063 | PR_kwDODunzps6swITn | 7,801 | Add parquet scan options and docs | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | [] | closed | false | [] | null | 1 | 1,759,946,692,000 | 1,759,996,558,000 | 1,759,996,556,000 | null | MEMBER | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7801",
"html_url": "https://github.com/huggingface/datasets/pull/7801",
"diff_url": "https://github.com/huggingface/datasets/pull/7801.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7801.patch",
"merged_at": 1759996556000
} | I added scan options, useful to control buffering and caching when streaming and docs, including how to select a subset of columns and apply filters | {
"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/7801/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/7801/timeline | null | null | null | null | null | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7801). 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/7800 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7800/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7800/comments | https://api.github.com/repos/huggingface/datasets/issues/7800/events | https://github.com/huggingface/datasets/pull/7800 | 3,494,747,495 | PR_kwDODunzps6sqkmT | 7,800 | Fix polars cast column image | {
"login": "CloseChoice",
"id": 31857876,
"node_id": "MDQ6VXNlcjMxODU3ODc2",
"avatar_url": "https://avatars.githubusercontent.com/u/31857876?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/CloseChoice",
"html_url": "https://github.com/CloseChoice",
"followers_url": "https://api.github.com/... | [] | closed | false | [] | null | 4 | 1,759,917,678,000 | 1,760,795,317,000 | 1,760,366,387,000 | null | CONTRIBUTOR | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7800",
"html_url": "https://github.com/huggingface/datasets/pull/7800",
"diff_url": "https://github.com/huggingface/datasets/pull/7800.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7800.patch",
"merged_at": 1760366387000
} | Fixes #7765
The problem here is that polars uses pyarrow large_string for images, while pandas and others just use the string type. This PR solves that and adds a test.
```python
import polars as pl
from datasets import Dataset
import pandas as pd
import pyarrow as pa
from pathlib import Path
shared_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/7800/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/7800/timeline | null | null | null | null | null | true | [
"The Image() type is set to have a storage of `string` for \"path\" and not `large_string`. Therefore while your change does work to do the conversion, it can create issues in other places. For example I'm pretty sure you wouldn't be able to concatenate the resulting dataset with a dataset with Image() using `strin... |
https://api.github.com/repos/huggingface/datasets/issues/7799 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7799/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7799/comments | https://api.github.com/repos/huggingface/datasets/issues/7799/events | https://github.com/huggingface/datasets/pull/7799 | 3,487,791,741 | PR_kwDODunzps6sTJKA | 7,799 | Define CI future | {
"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,759,763,745,000 | 1,759,847,421,000 | 1,759,847,419,000 | null | MEMBER | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7799",
"html_url": "https://github.com/huggingface/datasets/pull/7799",
"diff_url": "https://github.com/huggingface/datasets/pull/7799.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7799.patch",
"merged_at": 1759847419000
} | this should fix the CI which currently uses transformers on 3.9 while it's now unsupported | {
"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/7799/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/7799/timeline | null | null | null | null | null | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7799). 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/7798 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7798/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7798/comments | https://api.github.com/repos/huggingface/datasets/issues/7798/events | https://github.com/huggingface/datasets/issues/7798 | 3,484,470,782 | I_kwDODunzps7PsM3- | 7,798 | Audio dataset is not decoding on 4.1.1 | {
"login": "thewh1teagle",
"id": 61390950,
"node_id": "MDQ6VXNlcjYxMzkwOTUw",
"avatar_url": "https://avatars.githubusercontent.com/u/61390950?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/thewh1teagle",
"html_url": "https://github.com/thewh1teagle",
"followers_url": "https://api.github.c... | [] | open | false | [] | null | 3 | 1,759,646,270,000 | 1,759,759,675,000 | null | null | NONE | [] | null | null | null | null | ### Describe the bug
The audio column remain as non-decoded objects even when accessing them.
```python
dataset = load_dataset("MrDragonFox/Elise", split = "train")
dataset[0] # see that it doesn't show 'array' etc...
```
Works fine with `datasets==3.6.0`
Followed the docs in
- https://huggingface.co/docs/dataset... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7798/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/7798/timeline | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | {
"blocked_by": 0,
"total_blocked_by": 0,
"blocking": 0,
"total_blocking": 0
} | null | false | [
"Previously (datasets<=3.6.0), audio columns were decoded automatically when accessing a row. Now, for performance reasons, audio decoding is lazy by default: you just see the file path unless you explicitly cast the column to Audio.\n\nHere’s the fix (following the current [datasets audio docs](https://huggingface... |
https://api.github.com/repos/huggingface/datasets/issues/7797 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7797/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7797/comments | https://api.github.com/repos/huggingface/datasets/issues/7797/events | https://github.com/huggingface/datasets/pull/7797 | 3,473,011,621 | PR_kwDODunzps6rhtf_ | 7,797 | Datasets: Add WMT21 & WMT22 loaders (basic TSV loaders, sample data, tests) | {
"login": "tanisha-samant",
"id": 164366940,
"node_id": "U_kgDOCcwKXA",
"avatar_url": "https://avatars.githubusercontent.com/u/164366940?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/tanisha-samant",
"html_url": "https://github.com/tanisha-samant",
"followers_url": "https://api.github.c... | [] | closed | false | [] | null | 1 | 1,759,315,561,000 | 1,760,110,405,000 | 1,760,110,405,000 | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7797",
"html_url": "https://github.com/huggingface/datasets/pull/7797",
"diff_url": "https://github.com/huggingface/datasets/pull/7797.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7797.patch",
"merged_at": null
} | - Implemented TSV-based dataset loaders:
- WMT21Dataset (local_datasets/wmt21/wmt21_dataset.py)
- WMT22Dataset (local_datasets/wmt22/wmt22_dataset.py)
These classes load source-target pairs from .tsv files for train, validation, and test splits.
- Created sample dummy data for both datasets:
- dummy_da... | {
"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/7797/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/7797/timeline | null | null | null | null | null | true | [
"closing since datasets should be added on https://huggingface.co directly"
] |
https://api.github.com/repos/huggingface/datasets/issues/7796 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7796/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7796/comments | https://api.github.com/repos/huggingface/datasets/issues/7796/events | https://github.com/huggingface/datasets/pull/7796 | 3,470,616,799 | PR_kwDODunzps6rZjrW | 7,796 | Docs: fix typo, improve readability, add code comments | {
"login": "tanisha-samant",
"id": 164366940,
"node_id": "U_kgDOCcwKXA",
"avatar_url": "https://avatars.githubusercontent.com/u/164366940?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/tanisha-samant",
"html_url": "https://github.com/tanisha-samant",
"followers_url": "https://api.github.c... | [] | open | false | [] | null | 0 | 1,759,257,256,000 | 1,760,121,852,000 | null | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7796",
"html_url": "https://github.com/huggingface/datasets/pull/7796",
"diff_url": "https://github.com/huggingface/datasets/pull/7796.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7796.patch",
"merged_at": null
} | What I did:
- Fixed a small typo in README to improve clarity
- Fixed repeated word "frameworks frameworks"
- Split long paragraphs into shorter sentences for readability
- Added # Example comments before code blocks for clarity
Why:
- Helps new users avoid confusion
How I tested:
- Checked locally in Markd... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7796/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/7796/timeline | null | null | null | null | null | true | [] |
https://api.github.com/repos/huggingface/datasets/issues/7795 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7795/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7795/comments | https://api.github.com/repos/huggingface/datasets/issues/7795/events | https://github.com/huggingface/datasets/pull/7795 | 3,463,990,654 | PR_kwDODunzps6rDEce | 7,795 | Add pyarrow's binary view to features | {
"login": "delta003",
"id": 6834061,
"node_id": "MDQ6VXNlcjY4MzQwNjE=",
"avatar_url": "https://avatars.githubusercontent.com/u/6834061?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/delta003",
"html_url": "https://github.com/delta003",
"followers_url": "https://api.github.com/users/delta... | [] | closed | false | [] | null | 2 | 1,759,137,175,000 | 1,760,112,261,000 | 1,760,112,261,000 | null | CONTRIBUTOR | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7795",
"html_url": "https://github.com/huggingface/datasets/pull/7795",
"diff_url": "https://github.com/huggingface/datasets/pull/7795.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7795.patch",
"merged_at": 1760112261000
} | Basically https://github.com/huggingface/datasets/pull/7718 just for binary view instead of string view | {
"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/7795/reactions",
"total_count": 2,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 2,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/7795/timeline | null | null | null | null | null | true | [
"@lhoestq 🙏 ",
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7795). 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/7794 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7794/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7794/comments | https://api.github.com/repos/huggingface/datasets/issues/7794/events | https://github.com/huggingface/datasets/pull/7794 | 3,460,793,966 | PR_kwDODunzps6q4XyU | 7,794 | Fix nested data conversions error in parquet loading (fixes #7793) | {
"login": "Aishwarya0811",
"id": 41635755,
"node_id": "MDQ6VXNlcjQxNjM1NzU1",
"avatar_url": "https://avatars.githubusercontent.com/u/41635755?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Aishwarya0811",
"html_url": "https://github.com/Aishwarya0811",
"followers_url": "https://api.githu... | [] | open | false | [] | null | 6 | 1,759,010,653,000 | 1,759,337,780,000 | null | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7794",
"html_url": "https://github.com/huggingface/datasets/pull/7794",
"diff_url": "https://github.com/huggingface/datasets/pull/7794.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7794.patch",
"merged_at": null
} | Fixes #7793
## Problem
Loading datasets with deeply nested structures (like `metr-evals/malt-public`) fails with:
ArrowNotImplementedError: Nested data conversions not implemented for chunked array outputs
This occurs when parquet files contain nested data (lists, structs, maps) that exceed PyArrow's 16MB chun... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7794/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/7794/timeline | null | null | null | null | null | true | [
"Unfortunately, I'm running into this error:\r\n```\r\n~/scratch » uv run python test_hf.py \r\nResolving data file... |
https://api.github.com/repos/huggingface/datasets/issues/7793 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7793/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7793/comments | https://api.github.com/repos/huggingface/datasets/issues/7793/events | https://github.com/huggingface/datasets/issues/7793 | 3,459,496,971 | I_kwDODunzps7OM7wL | 7,793 | Cannot load dataset, fails with nested data conversions not implemented for chunked array outputs | {
"login": "neevparikh",
"id": 41182432,
"node_id": "MDQ6VXNlcjQxMTgyNDMy",
"avatar_url": "https://avatars.githubusercontent.com/u/41182432?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/neevparikh",
"html_url": "https://github.com/neevparikh",
"followers_url": "https://api.github.com/use... | [] | open | false | [] | null | 1 | 1,758,934,992,000 | 1,759,008,931,000 | null | null | NONE | [] | null | null | null | null | ### Describe the bug
Hi! When I load this dataset, it fails with a pyarrow error. I'm using datasets 4.1.1, though I also see this with datasets 4.1.2
To reproduce:
```
import datasets
ds = datasets.load_dataset(path="metr-evals/malt-public", name="irrelevant_detail")
```
Error:
```
Traceback (most recent call las... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7793/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/7793/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 @neevparikh,\nThanks for reporting this! I can reproduce the issue and have identified the root cause.\nProblem: The metr-evals/malt-public dataset contains deeply nested conversation data that exceeds PyArrow's 16MB chunk limit. When PyArrow tries to read it in chunks, it hits a fundamental limitation: \"Nest... |
https://api.github.com/repos/huggingface/datasets/issues/7792 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7792/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7792/comments | https://api.github.com/repos/huggingface/datasets/issues/7792/events | https://github.com/huggingface/datasets/issues/7792 | 3,456,802,210 | I_kwDODunzps7OCp2i | 7,792 | Concatenate IterableDataset instances and distribute underlying shards in a RoundRobin manner | {
"login": "LTMeyer",
"id": 13559010,
"node_id": "MDQ6VXNlcjEzNTU5MDEw",
"avatar_url": "https://avatars.githubusercontent.com/u/13559010?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/LTMeyer",
"html_url": "https://github.com/LTMeyer",
"followers_url": "https://api.github.com/users/LTMeye... | [
{
"id": 1935892871,
"node_id": "MDU6TGFiZWwxOTM1ODkyODcx",
"url": "https://api.github.com/repos/huggingface/datasets/labels/enhancement",
"name": "enhancement",
"color": "a2eeef",
"default": true,
"description": "New feature or request"
}
] | closed | false | [] | null | 17 | 1,758,881,119,000 | 1,760,551,523,000 | 1,760,551,523,000 | null | NONE | [] | null | null | null | null | ### Feature request
I would like to be able to concatenate multiple `IterableDataset` with possibly different features. I would like to then be able to stream the results in parallel (both using DDP and multiple workers in the pytorch DataLoader). I want the merge of datasets to be well balanced between the different ... | {
"login": "LTMeyer",
"id": 13559010,
"node_id": "MDQ6VXNlcjEzNTU5MDEw",
"avatar_url": "https://avatars.githubusercontent.com/u/13559010?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/LTMeyer",
"html_url": "https://github.com/LTMeyer",
"followers_url": "https://api.github.com/users/LTMeye... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7792/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/7792/timeline | null | completed | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | {
"blocked_by": 0,
"total_blocked_by": 0,
"blocking": 0,
"total_blocking": 0
} | null | false | [
"# With `datasets.Dataset`\n\nHere is an small script that shows the distribution differences of samples between `interleave_datasets`, `concatenate_datasets` and `concatenate_datasets` + shuffling.\n\n```python\nimport datasets as hf_datasets\n\ndef gen(dataset: int, n_samples: int):\n for i in range(n_samples)... |
https://api.github.com/repos/huggingface/datasets/issues/7791 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7791/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7791/comments | https://api.github.com/repos/huggingface/datasets/issues/7791/events | https://github.com/huggingface/datasets/pull/7791 | 3,454,046,306 | PR_kwDODunzps6qh_2W | 7,791 | fix: add `num_proc` argument to `Dataset.to_sql` | {
"login": "EricSaikali",
"id": 100021446,
"node_id": "U_kgDOBfY0xg",
"avatar_url": "https://avatars.githubusercontent.com/u/100021446?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/EricSaikali",
"html_url": "https://github.com/EricSaikali",
"followers_url": "https://api.github.com/users/... | [] | closed | false | [] | null | 4 | 1,758,812,566,000 | 1,777,902,043,000 | 1,777,902,018,000 | null | CONTRIBUTOR | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7791",
"html_url": "https://github.com/huggingface/datasets/pull/7791",
"diff_url": "https://github.com/huggingface/datasets/pull/7791.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7791.patch",
"merged_at": 1777902018000
} | **Task Done:**
- Resolve issue #7788 : Add the missing argument mapping in Dataset.to_sql (`src/datasets/arrow_dataset.py`)
| {
"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/7791/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/7791/timeline | null | null | null | null | null | true | [
"Hi ! could you also write a test to make sure this works fine ?\r\n\r\n(in case there needs to be a special logic to handle the concurrent writes to the database)",
"Hi @lhoestq \r\nDone! Let me know if more is needed :)",
"Hi @lhoestq could you please review my changes?",
"The docs for this PR live [here](h... |
https://api.github.com/repos/huggingface/datasets/issues/7790 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7790/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7790/comments | https://api.github.com/repos/huggingface/datasets/issues/7790/events | https://github.com/huggingface/datasets/pull/7790 | 3,453,679,876 | PR_kwDODunzps6qgvjv | 7,790 | update tips in docs | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | [] | closed | false | [] | null | 2 | 1,758,807,362,000 | 1,758,807,568,000 | 1,758,807,562,000 | null | MEMBER | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7790",
"html_url": "https://github.com/huggingface/datasets/pull/7790",
"diff_url": "https://github.com/huggingface/datasets/pull/7790.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7790.patch",
"merged_at": 1758807562000
} | 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/7790/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/7790/timeline | null | null | null | null | null | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7790). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.",
"cc @mishig25"
] |
https://api.github.com/repos/huggingface/datasets/issues/7789 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7789/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7789/comments | https://api.github.com/repos/huggingface/datasets/issues/7789/events | https://github.com/huggingface/datasets/pull/7789 | 3,453,273,059 | PR_kwDODunzps6qfZUc | 7,789 | fix link for rotten_tomatoes dataset | {
"login": "0xmohit",
"id": 8176079,
"node_id": "MDQ6VXNlcjgxNzYwNzk=",
"avatar_url": "https://avatars.githubusercontent.com/u/8176079?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/0xmohit",
"html_url": "https://github.com/0xmohit",
"followers_url": "https://api.github.com/users/0xmohit/... | [] | open | false | [] | null | 0 | 1,758,801,096,000 | 1,758,801,096,000 | null | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7789",
"html_url": "https://github.com/huggingface/datasets/pull/7789",
"diff_url": "https://github.com/huggingface/datasets/pull/7789.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7789.patch",
"merged_at": null
} | The current link leads to a 404 page. | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7789/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/7789/timeline | null | null | null | null | null | true | [] |
https://api.github.com/repos/huggingface/datasets/issues/7788 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7788/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7788/comments | https://api.github.com/repos/huggingface/datasets/issues/7788/events | https://github.com/huggingface/datasets/issues/7788 | 3,450,913,796 | I_kwDODunzps7NsMQE | 7,788 | `Dataset.to_sql` doesn't utilize `num_proc` | {
"login": "tcsmaster",
"id": 30357072,
"node_id": "MDQ6VXNlcjMwMzU3MDcy",
"avatar_url": "https://avatars.githubusercontent.com/u/30357072?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/tcsmaster",
"html_url": "https://github.com/tcsmaster",
"followers_url": "https://api.github.com/users/... | [] | open | false | [] | null | 0 | 1,758,746,087,000 | 1,758,746,101,000 | null | null | NONE | [] | null | null | null | null | The underlying `SqlDatasetWriter` has `num_proc` as an available argument [here](https://github.com/huggingface/datasets/blob/5dc1a179783dff868b0547c8486268cfaea1ea1f/src/datasets/io/sql.py#L63) , but `Dataset.to_sql()` does not accept it, therefore it is always using one process for the SQL conversion. | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7788/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/7788/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/7787 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7787/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7787/comments | https://api.github.com/repos/huggingface/datasets/issues/7787/events | https://github.com/huggingface/datasets/pull/7787 | 3,450,858,674 | PR_kwDODunzps6qXRo- | 7,787 | feat: avoid some copies in torch formatter | {
"login": "drbh",
"id": 9896130,
"node_id": "MDQ6VXNlcjk4OTYxMzA=",
"avatar_url": "https://avatars.githubusercontent.com/u/9896130?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/drbh",
"html_url": "https://github.com/drbh",
"followers_url": "https://api.github.com/users/drbh/followers",
... | [] | closed | false | [] | null | 2 | 1,758,745,184,000 | 1,758,899,065,000 | 1,758,899,063,000 | null | CONTRIBUTOR | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7787",
"html_url": "https://github.com/huggingface/datasets/pull/7787",
"diff_url": "https://github.com/huggingface/datasets/pull/7787.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7787.patch",
"merged_at": 1758899063000
} | ## perf: reduce copies in TorchFormatter
This PR make changes the torch formatter to avoid unnecessary copies and casts when converting decoded batches to tensors.
Because many arrays are already in a torch-friendly memory layout and dtype, we can do zero‑copy conversions (`torch.from_numpy`) and only fall back t... | {
"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/7787/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/7787/timeline | null | null | null | null | null | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7787). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.",
"can you re-read your PR please ?"
] |
https://api.github.com/repos/huggingface/datasets/issues/7786 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7786/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7786/comments | https://api.github.com/repos/huggingface/datasets/issues/7786/events | https://github.com/huggingface/datasets/pull/7786 | 3,448,506,148 | PR_kwDODunzps6qPTgs | 7,786 | Sample without replacement option when interleaving datasets | {
"login": "radulescupetru",
"id": 26553095,
"node_id": "MDQ6VXNlcjI2NTUzMDk1",
"avatar_url": "https://avatars.githubusercontent.com/u/26553095?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/radulescupetru",
"html_url": "https://github.com/radulescupetru",
"followers_url": "https://api.gi... | [] | closed | false | [] | null | 8 | 1,758,705,494,000 | 1,759,848,616,000 | 1,759,848,616,000 | null | CONTRIBUTOR | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7786",
"html_url": "https://github.com/huggingface/datasets/pull/7786",
"diff_url": "https://github.com/huggingface/datasets/pull/7786.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7786.patch",
"merged_at": 1759848615000
} | Right now, `interleave_datasets` function with probabilities will sample with replacement. The PR adds the ability to sample without replacement.
```
import datasets
# Create datasets of different sizes to test exhaustion
data_a = [{"value": i, "source": "A"} for i in range(5)]
data_b = [{"value": i, "source":... | {
"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/7786/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/7786/timeline | null | null | null | null | null | true | [
"@lhoestq Continuing on the idea from https://github.com/huggingface/datasets/issues/217 \r\nThis doesn't add a new stopping criteria, but a new argument to interleave_datasets method. Let me know what you think and if you see a better way of doing this I'm open to suggestions.",
"Great ! this is a cool additions... |
https://api.github.com/repos/huggingface/datasets/issues/7785 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7785/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7785/comments | https://api.github.com/repos/huggingface/datasets/issues/7785/events | https://github.com/huggingface/datasets/pull/7785 | 3,439,897,018 | PR_kwDODunzps6pyTM_ | 7,785 | Fix Audio docstring by removing unsupported mono argument | {
"login": "tanuj-rai",
"id": 84439872,
"node_id": "MDQ6VXNlcjg0NDM5ODcy",
"avatar_url": "https://avatars.githubusercontent.com/u/84439872?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/tanuj-rai",
"html_url": "https://github.com/tanuj-rai",
"followers_url": "https://api.github.com/users/... | [] | closed | false | [] | null | 3 | 1,758,532,012,000 | 1,762,181,548,000 | 1,762,181,547,000 | null | CONTRIBUTOR | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7785",
"html_url": "https://github.com/huggingface/datasets/pull/7785",
"diff_url": "https://github.com/huggingface/datasets/pull/7785.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7785.patch",
"merged_at": null
} | This PR fixes issue #7745.
Who can review:
@lhoestq | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7785/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/7785/timeline | null | null | null | null | null | true | [
"I think we can keep the arg and add the missing torch.mean() in the Audio.decode_example method",
"> I think we can keep the arg and add the missing torch.mean() in the Audio.decode_example method\r\n\r\nThank you @lhoestq. I will add torch.mean().",
"fixed by #7840 "
] |
https://api.github.com/repos/huggingface/datasets/issues/7783 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7783/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7783/comments | https://api.github.com/repos/huggingface/datasets/issues/7783/events | https://github.com/huggingface/datasets/pull/7783 | 3,430,715,779 | PR_kwDODunzps6pT7pg | 7,783 | Support huggingface_hub v0.x and v1.x | {
"login": "Wauplin",
"id": 11801849,
"node_id": "MDQ6VXNlcjExODAxODQ5",
"avatar_url": "https://avatars.githubusercontent.com/u/11801849?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Wauplin",
"html_url": "https://github.com/Wauplin",
"followers_url": "https://api.github.com/users/Waupli... | [] | closed | false | [] | null | 2 | 1,758,206,720,000 | 1,759,326,965,000 | 1,759,326,963,000 | null | CONTRIBUTOR | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7783",
"html_url": "https://github.com/huggingface/datasets/pull/7783",
"diff_url": "https://github.com/huggingface/datasets/pull/7783.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7783.patch",
"merged_at": 1759326963000
} | Related to https://github.com/huggingface/huggingface_hub/issues/3340.
This PR adapts `datasets` to be compatible with both huggingface_hub v0.x and v1.x.
In practice nothing else should change (I've checked the codebase). The `HfHubHTTPError` is a base error defined in `huggingface_hub` that inherits from `requ... | {
"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/7783/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/7783/timeline | null | null | null | null | null | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7783). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.",
"@lhoestq could you have a look at this PR please? It makes `datasets` compatible with t... |
https://api.github.com/repos/huggingface/datasets/issues/7782 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7782/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7782/comments | https://api.github.com/repos/huggingface/datasets/issues/7782/events | https://github.com/huggingface/datasets/pull/7782 | 3,430,341,875 | PR_kwDODunzps6pSozj | 7,782 | 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,758,201,356,000 | 1,758,201,603,000 | 1,758,201,364,000 | null | MEMBER | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7782",
"html_url": "https://github.com/huggingface/datasets/pull/7782",
"diff_url": "https://github.com/huggingface/datasets/pull/7782.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7782.patch",
"merged_at": 1758201364000
} | 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/7782/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/7782/timeline | null | null | null | null | null | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7782). 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/7781 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7781/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7781/comments | https://api.github.com/repos/huggingface/datasets/issues/7781/events | https://github.com/huggingface/datasets/pull/7781 | 3,430,332,841 | PR_kwDODunzps6pSm0C | 7,781 | release: 4.1.1 | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | [] | closed | false | [] | null | 1 | 1,758,201,227,000 | 1,758,201,408,000 | 1,758,201,287,000 | null | MEMBER | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7781",
"html_url": "https://github.com/huggingface/datasets/pull/7781",
"diff_url": "https://github.com/huggingface/datasets/pull/7781.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7781.patch",
"merged_at": 1758201287000
} | 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/7781/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/7781/timeline | null | null | null | null | null | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7781). 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/7780 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7780/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7780/comments | https://api.github.com/repos/huggingface/datasets/issues/7780/events | https://github.com/huggingface/datasets/issues/7780 | 3,429,267,259 | I_kwDODunzps7MZnc7 | 7,780 | BIGPATENT dataset inaccessible (deprecated script loader) | {
"login": "ishmaifan",
"id": 137755081,
"node_id": "U_kgDOCDX5yQ",
"avatar_url": "https://avatars.githubusercontent.com/u/137755081?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ishmaifan",
"html_url": "https://github.com/ishmaifan",
"followers_url": "https://api.github.com/users/ishmai... | [] | closed | false | [] | null | 2 | 1,758,183,934,000 | 1,758,810,973,000 | 1,758,810,973,000 | null | NONE | [] | null | null | null | null | dataset: https://huggingface.co/datasets/NortheasternUniversity/big_patent
When I try to load it with the datasets library, it fails with:
RuntimeError: Dataset scripts are no longer supported, but found big_patent.py
Could you please publish a Parquet/Arrow export of BIGPATENT on the Hugging Face so that it can be... | {
"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/7780/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/7780/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 ! I opened https://huggingface.co/datasets/NortheasternUniversity/big_patent/discussions/7 to update the dataset, hopefully it's merged soon !",
"The dataset now works with `datasets` v4 ! closing this issue"
] |
https://api.github.com/repos/huggingface/datasets/issues/7779 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7779/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7779/comments | https://api.github.com/repos/huggingface/datasets/issues/7779/events | https://github.com/huggingface/datasets/pull/7779 | 3,427,108,011 | PR_kwDODunzps6pHnI4 | 7,779 | fix empty dataset to_parquet | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | [] | closed | false | [] | null | 1 | 1,758,128,636,000 | 1,758,128,855,000 | 1,758,128,672,000 | null | MEMBER | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7779",
"html_url": "https://github.com/huggingface/datasets/pull/7779",
"diff_url": "https://github.com/huggingface/datasets/pull/7779.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7779.patch",
"merged_at": 1758128672000
} | 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/7779/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/7779/timeline | null | null | null | null | null | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7779). 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/7778 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7778/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7778/comments | https://api.github.com/repos/huggingface/datasets/issues/7778/events | https://github.com/huggingface/datasets/pull/7778 | 3,425,917,119 | PR_kwDODunzps6pDkX- | 7,778 | [FIX] force spawning pool for MacOS | {
"login": "burtenshaw",
"id": 19620375,
"node_id": "MDQ6VXNlcjE5NjIwMzc1",
"avatar_url": "https://avatars.githubusercontent.com/u/19620375?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/burtenshaw",
"html_url": "https://github.com/burtenshaw",
"followers_url": "https://api.github.com/use... | [] | open | false | [] | null | 2 | 1,758,109,118,000 | 1,758,215,085,000 | null | null | NONE | [] | null | null | true | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7778",
"html_url": "https://github.com/huggingface/datasets/pull/7778",
"diff_url": "https://github.com/huggingface/datasets/pull/7778.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7778.patch",
"merged_at": null
} | This PR gets multiprocessing to work on mac os:
```python
from datasets import load_dataset
ds = load_dataset("fka/awesome-chatgpt-prompts", split="train").take(100)
ds = ds.map(lambda x: x, num_proc=4)
ds.push_to_hub("burtenshaw/dataset-test", num_proc=4)
``` | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7778/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/7778/timeline | null | null | null | null | null | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7778). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.",
"After more discussions on slack, we can switch the default to spawn.\r\n\r\nLet's use m... |
https://api.github.com/repos/huggingface/datasets/issues/7777 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7777/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7777/comments | https://api.github.com/repos/huggingface/datasets/issues/7777/events | https://github.com/huggingface/datasets/issues/7777 | 3,424,462,082 | I_kwDODunzps7MHSUC | 7,777 | push_to_hub not overwriting but stuck in a loop when there are existing commits | {
"login": "Darejkal",
"id": 55143337,
"node_id": "MDQ6VXNlcjU1MTQzMzM3",
"avatar_url": "https://avatars.githubusercontent.com/u/55143337?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Darejkal",
"html_url": "https://github.com/Darejkal",
"followers_url": "https://api.github.com/users/Dar... | [] | closed | false | [] | null | 4 | 1,758,078,935,000 | 1,758,137,474,000 | 1,758,137,474,000 | null | NONE | [] | null | null | null | null | ### Describe the bug
`get_deletions_and_dataset_card` stuck at error a commit has happened error since push to hub for http error 412 for tag 4.1.0. The error does not exists in 4.0.0.
### Steps to reproduce the bug
Create code to use push_to_hub, ran twice each time with different content for datasets.Dataset.
The... | {
"login": "Darejkal",
"id": 55143337,
"node_id": "MDQ6VXNlcjU1MTQzMzM3",
"avatar_url": "https://avatars.githubusercontent.com/u/55143337?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Darejkal",
"html_url": "https://github.com/Darejkal",
"followers_url": "https://api.github.com/users/Dar... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7777/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/7777/timeline | null | completed | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | {
"blocked_by": 0,
"total_blocked_by": 0,
"blocking": 0,
"total_blocking": 0
} | null | false | [
"HTTP 412 means a commit happened in the meantime, so `get_deletions_and_dataset_card` has to retry to get the latest version of the dataset card and what files to delete based on the latest version of the dataset repository\n\nAre you running other operations in the dataset repo for your push_to_hub ?",
"There w... |
https://api.github.com/repos/huggingface/datasets/issues/7776 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7776/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7776/comments | https://api.github.com/repos/huggingface/datasets/issues/7776/events | https://github.com/huggingface/datasets/pull/7776 | 3,420,364,069 | PR_kwDODunzps6ow4yI | 7,776 | [docs] Fix broken WebDataset link on “Create a video dataset” page | {
"login": "Username46786",
"id": 98800422,
"node_id": "U_kgDOBeOTJg",
"avatar_url": "https://avatars.githubusercontent.com/u/98800422?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Username46786",
"html_url": "https://github.com/Username46786",
"followers_url": "https://api.github.com/us... | [] | closed | false | [] | null | 0 | 1,757,998,172,000 | 1,758,974,629,000 | 1,758,974,629,000 | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7776",
"html_url": "https://github.com/huggingface/datasets/pull/7776",
"diff_url": "https://github.com/huggingface/datasets/pull/7776.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7776.patch",
"merged_at": null
} | ### What
Fix the "WebDataset documentation" link on the Create a video dataset page to point
to the correct section on the video load guide.
### Why
The link currently points to an external repo, but the Hugging Face docs
have an internal "WebDataset" section under video_load.
### How
- docs/source/video_dat... | {
"login": "Username46786",
"id": 98800422,
"node_id": "U_kgDOBeOTJg",
"avatar_url": "https://avatars.githubusercontent.com/u/98800422?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Username46786",
"html_url": "https://github.com/Username46786",
"followers_url": "https://api.github.com/us... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7776/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/7776/timeline | null | null | null | null | null | true | [] |
https://api.github.com/repos/huggingface/datasets/issues/7775 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7775/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7775/comments | https://api.github.com/repos/huggingface/datasets/issues/7775/events | https://github.com/huggingface/datasets/pull/7775 | 3,418,859,494 | PR_kwDODunzps6or2J2 | 7,775 | fix iterate nested field | {
"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,757,957,314,000 | 1,757,957,474,000 | 1,757,957,322,000 | null | MEMBER | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7775",
"html_url": "https://github.com/huggingface/datasets/pull/7775",
"diff_url": "https://github.com/huggingface/datasets/pull/7775.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7775.patch",
"merged_at": 1757957322000
} | 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/7775/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/7775/timeline | null | null | null | null | null | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7775). 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/7774 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7774/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7774/comments | https://api.github.com/repos/huggingface/datasets/issues/7774/events | https://github.com/huggingface/datasets/pull/7774 | 3,418,712,977 | PR_kwDODunzps6orVvQ | 7,774 | 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,757,954,553,000 | 1,757,954,716,000 | 1,757,954,567,000 | null | MEMBER | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7774",
"html_url": "https://github.com/huggingface/datasets/pull/7774",
"diff_url": "https://github.com/huggingface/datasets/pull/7774.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7774.patch",
"merged_at": 1757954567000
} | 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/7774/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/7774/timeline | null | null | null | null | null | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7774). 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/7773 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7773/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7773/comments | https://api.github.com/repos/huggingface/datasets/issues/7773/events | https://github.com/huggingface/datasets/pull/7773 | 3,418,672,306 | PR_kwDODunzps6orM4C | 7,773 | Release: 4.1.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,757,953,837,000 | 1,757,954,020,000 | 1,757,954,019,000 | null | MEMBER | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7773",
"html_url": "https://github.com/huggingface/datasets/pull/7773",
"diff_url": "https://github.com/huggingface/datasets/pull/7773.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7773.patch",
"merged_at": 1757954019000
} | 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/7773/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/7773/timeline | null | null | null | null | null | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7773). 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/7772 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7772/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7772/comments | https://api.github.com/repos/huggingface/datasets/issues/7772/events | https://github.com/huggingface/datasets/issues/7772 | 3,417,353,751 | I_kwDODunzps7LsK4X | 7,772 | Error processing scalar columns using tensorflow. | {
"login": "khteh",
"id": 3871483,
"node_id": "MDQ6VXNlcjM4NzE0ODM=",
"avatar_url": "https://avatars.githubusercontent.com/u/3871483?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/khteh",
"html_url": "https://github.com/khteh",
"followers_url": "https://api.github.com/users/khteh/follower... | [] | open | false | [] | null | 2 | 1,757,932,591,000 | 1,758,961,364,000 | null | null | NONE | [] | null | null | null | null | `datasets==4.0.0`
```
columns_to_return = ['input_ids','attention_mask', 'start_positions', 'end_positions']
train_ds.set_format(type='tf', columns=columns_to_return)
```
`train_ds`:
```
train_ds type: <class 'datasets.arrow_dataset.Dataset'>, shape: (1000, 9)
columns: ['question', 'sentences', 'answer', 'str_idx', 'en... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7772/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/7772/timeline | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | {
"blocked_by": 0,
"total_blocked_by": 0,
"blocking": 0,
"total_blocking": 0
} | null | false | [
"Using tf.convert_to_tensor works fine:\n\n```\nimport tensorflow as tf\n\nstart_pos = tf.convert_to_tensor(train_ds['start_positions'], dtype=tf.int64)\nstart_pos = tf.reshape(start_pos, [-1, 1])\n```\n\n\nAlternatively, using the built-in to_tf_dataset also avoids the issue:\n\n```\ntrain_tf = train_ds.to_tf_data... |
https://api.github.com/repos/huggingface/datasets/issues/7771 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7771/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7771/comments | https://api.github.com/repos/huggingface/datasets/issues/7771/events | https://github.com/huggingface/datasets/pull/7771 | 3,414,655,424 | PR_kwDODunzps6ody5P | 7,771 | Add support for arrow iterable when concatenating or interleaving | {
"login": "radulescupetru",
"id": 26553095,
"node_id": "MDQ6VXNlcjI2NTUzMDk1",
"avatar_url": "https://avatars.githubusercontent.com/u/26553095?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/radulescupetru",
"html_url": "https://github.com/radulescupetru",
"followers_url": "https://api.gi... | [] | closed | false | [] | null | 5 | 1,757,832,050,000 | 1,758,127,888,000 | 1,758,127,888,000 | null | CONTRIBUTOR | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7771",
"html_url": "https://github.com/huggingface/datasets/pull/7771",
"diff_url": "https://github.com/huggingface/datasets/pull/7771.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7771.patch",
"merged_at": 1758127887000
} | Fixes a case when concatenating or interleaving datasets with `with_format(...)` call was slower.
Details here: https://github.com/huggingface/datasets/issues/6637
@lhoestq I tried to minimize the duplication between iter and iter_arrow methods, not sure if this is against the design, can separate those if needed. | {
"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/7771/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/7771/timeline | null | null | null | null | null | true | [
"Seeing the following numbers on the script shared in the original issue. (MacBook Pro M4)\r\n\r\n```\r\n1000it [00:00, 4074.63it/s] # ds_a.with_format(\"torch\")\r\n1000it [00:01, 593.39it/s] # ds_a.shuffle()\r\n1999it [00:03, 594.09it/s] # datasets.interleave_datasets([ds_a, ds_b])\r\n1000it [00:00, 5382.45it/s] ... |
https://api.github.com/repos/huggingface/datasets/issues/7770 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7770/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7770/comments | https://api.github.com/repos/huggingface/datasets/issues/7770/events | https://github.com/huggingface/datasets/pull/7770 | 3,413,892,226 | PR_kwDODunzps6obQdR | 7,770 | Fix: Correct float feature generation in `generate_examples` | {
"login": "Sanjaykumar030",
"id": 183703408,
"node_id": "U_kgDOCvMXcA",
"avatar_url": "https://avatars.githubusercontent.com/u/183703408?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Sanjaykumar030",
"html_url": "https://github.com/Sanjaykumar030",
"followers_url": "https://api.github.c... | [] | closed | false | [] | null | 1 | 1,757,785,029,000 | 1,766,427,118,000 | 1,766,427,118,000 | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7770",
"html_url": "https://github.com/huggingface/datasets/pull/7770",
"diff_url": "https://github.com/huggingface/datasets/pull/7770.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7770.patch",
"merged_at": null
} | This PR fixes a bug in the `generate_examples` function where `datasets.Value` features with a `float` dtype were incorrectly generated using `np.random.randint`. This resulted in integer values being cast to float, which is not representative of true floating-point data.
**Key changes include:**
* Added explic... | {
"login": "Sanjaykumar030",
"id": 183703408,
"node_id": "U_kgDOCvMXcA",
"avatar_url": "https://avatars.githubusercontent.com/u/183703408?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Sanjaykumar030",
"html_url": "https://github.com/Sanjaykumar030",
"followers_url": "https://api.github.c... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7770/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/7770/timeline | null | null | null | null | null | true | [
"Hi @lhoestq, just a gentle follow-up on this PR."
] |
https://api.github.com/repos/huggingface/datasets/issues/7769 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7769/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7769/comments | https://api.github.com/repos/huggingface/datasets/issues/7769/events | https://github.com/huggingface/datasets/pull/7769 | 3,413,868,583 | PR_kwDODunzps6obLVK | 7,769 | Fix: Correct float feature generation in `generate_examples` | {
"login": "Sanjaykumar030",
"id": 183703408,
"node_id": "U_kgDOCvMXcA",
"avatar_url": "https://avatars.githubusercontent.com/u/183703408?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Sanjaykumar030",
"html_url": "https://github.com/Sanjaykumar030",
"followers_url": "https://api.github.c... | [] | closed | false | [] | null | 0 | 1,757,783,976,000 | 1,757,784,615,000 | 1,757,784,615,000 | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7769",
"html_url": "https://github.com/huggingface/datasets/pull/7769",
"diff_url": "https://github.com/huggingface/datasets/pull/7769.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7769.patch",
"merged_at": null
} | This PR fixes a bug in the `generate_examples` function where `datasets.Value` features with a `float` dtype were incorrectly generated using `np.random.randint`. This resulted in integer values being cast to float, which is not representative of true floating-point data.
**Key changes include:**
1. Added explicit... | {
"login": "Sanjaykumar030",
"id": 183703408,
"node_id": "U_kgDOCvMXcA",
"avatar_url": "https://avatars.githubusercontent.com/u/183703408?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Sanjaykumar030",
"html_url": "https://github.com/Sanjaykumar030",
"followers_url": "https://api.github.c... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7769/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/7769/timeline | null | null | null | null | null | true | [] |
https://api.github.com/repos/huggingface/datasets/issues/7768 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7768/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7768/comments | https://api.github.com/repos/huggingface/datasets/issues/7768/events | https://github.com/huggingface/datasets/pull/7768 | 3,413,755,917 | PR_kwDODunzps6oa1A7 | 7,768 | Custom `dl_manager` in `load_dataset` | {
"login": "ain-soph",
"id": 13214530,
"node_id": "MDQ6VXNlcjEzMjE0NTMw",
"avatar_url": "https://avatars.githubusercontent.com/u/13214530?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ain-soph",
"html_url": "https://github.com/ain-soph",
"followers_url": "https://api.github.com/users/ain... | [] | open | false | [] | null | 0 | 1,757,779,785,000 | 1,757,779,785,000 | null | null | CONTRIBUTOR | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7768",
"html_url": "https://github.com/huggingface/datasets/pull/7768",
"diff_url": "https://github.com/huggingface/datasets/pull/7768.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7768.patch",
"merged_at": null
} | Fix #7767 | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7768/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/7768/timeline | null | null | null | null | null | true | [] |
https://api.github.com/repos/huggingface/datasets/issues/7767 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7767/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7767/comments | https://api.github.com/repos/huggingface/datasets/issues/7767/events | https://github.com/huggingface/datasets/issues/7767 | 3,411,654,444 | I_kwDODunzps7LWbcs | 7,767 | Custom `dl_manager` in `load_dataset` | {
"login": "ain-soph",
"id": 13214530,
"node_id": "MDQ6VXNlcjEzMjE0NTMw",
"avatar_url": "https://avatars.githubusercontent.com/u/13214530?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ain-soph",
"html_url": "https://github.com/ain-soph",
"followers_url": "https://api.github.com/users/ain... | [
{
"id": 1935892871,
"node_id": "MDU6TGFiZWwxOTM1ODkyODcx",
"url": "https://api.github.com/repos/huggingface/datasets/labels/enhancement",
"name": "enhancement",
"color": "a2eeef",
"default": true,
"description": "New feature or request"
}
] | open | false | [] | null | 1 | 1,757,703,983,000 | 1,772,742,486,000 | null | null | CONTRIBUTOR | [] | null | null | null | null | ### Feature request
https://github.com/huggingface/datasets/blob/4.0.0/src/datasets/load.py#L1411-L1418
```
def load_dataset(
...
dl_manager: Optional[DownloadManager] = None, # add this new argument
**config_kwargs,
) -> Union[DatasetDict, Dataset, IterableDatasetDict, IterableDataset]:
...
# ... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7767/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/7767/timeline | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | {
"blocked_by": 0,
"total_blocked_by": 0,
"blocking": 0,
"total_blocking": 0
} | null | false | [
"Any feedback from maintainers on this?"
] |
https://api.github.com/repos/huggingface/datasets/issues/7766 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7766/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7766/comments | https://api.github.com/repos/huggingface/datasets/issues/7766/events | https://github.com/huggingface/datasets/issues/7766 | 3,411,611,165 | I_kwDODunzps7LWQ4d | 7,766 | cast columns to Image/Audio/Video with `storage_options` | {
"login": "ain-soph",
"id": 13214530,
"node_id": "MDQ6VXNlcjEzMjE0NTMw",
"avatar_url": "https://avatars.githubusercontent.com/u/13214530?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ain-soph",
"html_url": "https://github.com/ain-soph",
"followers_url": "https://api.github.com/users/ain... | [
{
"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 | 6 | 1,757,703,061,000 | 1,770,546,459,000 | null | null | CONTRIBUTOR | [] | null | null | null | null | ### Feature request
Allow `storage_options` to be passed in
1. `cast` related operations (e.g., `cast_columns, cast`)
2. `info` related reading (e.g., `from_dict, from_pandas, from_polars`) together with `info.features`
```python3
import datasets
image_path = "s3://bucket/sample.png"
dataset = datasets.Dataset.from_d... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7766/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/7766/timeline | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | {
"blocked_by": 0,
"total_blocked_by": 0,
"blocking": 0,
"total_blocking": 0
} | null | false | [
"A",
"1",
"1",
"Ok",
"> ### Feature request\n> Allow `storage_options` to be passed in\n> \n> 1. `cast` related operations (e.g., `cast_columns, cast`)\n> 2. `info` related reading (e.g., `from_dict, from_pandas, from_polars`) together with `info.features`\n> \n> import datasets\n> \n> image_path = \"s3://b... |
https://api.github.com/repos/huggingface/datasets/issues/7765 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7765/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7765/comments | https://api.github.com/repos/huggingface/datasets/issues/7765/events | https://github.com/huggingface/datasets/issues/7765 | 3,411,556,378 | I_kwDODunzps7LWDga | 7,765 | polars dataset cannot cast column to Image/Audio/Video | {
"login": "ain-soph",
"id": 13214530,
"node_id": "MDQ6VXNlcjEzMjE0NTMw",
"avatar_url": "https://avatars.githubusercontent.com/u/13214530?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ain-soph",
"html_url": "https://github.com/ain-soph",
"followers_url": "https://api.github.com/users/ain... | [] | closed | false | [] | null | 2 | 1,757,701,969,000 | 1,760,366,388,000 | 1,760,366,388,000 | null | CONTRIBUTOR | [] | null | null | null | null | ### Describe the bug
`from_polars` dataset cannot cast column to Image/Audio/Video, while it works on `from_pandas` and `from_dict`
### Steps to reproduce the bug
```python3
import datasets
import pandas as pd
import polars as pl
image_path = "./sample.png"
# polars
df = pl.DataFrame({"image_path": [image_path]})
... | {
"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/7765/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/7765/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 fixed this with a combination of `to_dict` and `from_dict`:\n\n```py\ndatasets.Dataset.from_dict(df.to_dict(as_series=False))\n```",
"@samuelstevens Yeah, I'm using similar workaround as well. But it would be ideal if we can avoid the copy."
] |
https://api.github.com/repos/huggingface/datasets/issues/7764 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7764/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7764/comments | https://api.github.com/repos/huggingface/datasets/issues/7764/events | https://github.com/huggingface/datasets/pull/7764 | 3,410,722,819 | PR_kwDODunzps6oQltc | 7,764 | update torchcodec 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,757,687,202,000 | 1,757,692,576,000 | 1,757,692,574,000 | null | MEMBER | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7764",
"html_url": "https://github.com/huggingface/datasets/pull/7764",
"diff_url": "https://github.com/huggingface/datasets/pull/7764.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7764.patch",
"merged_at": 1757692574000
} | before the release, to make sure everything works fine | {
"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/7764/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/7764/timeline | null | null | null | null | null | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7764). 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/7763 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7763/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7763/comments | https://api.github.com/repos/huggingface/datasets/issues/7763/events | https://github.com/huggingface/datasets/pull/7763 | 3,407,833,429 | PR_kwDODunzps6oGx51 | 7,763 | Bump dill to 0.4.0 | {
"login": "Bomme",
"id": 13520622,
"node_id": "MDQ6VXNlcjEzNTIwNjIy",
"avatar_url": "https://avatars.githubusercontent.com/u/13520622?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Bomme",
"html_url": "https://github.com/Bomme",
"followers_url": "https://api.github.com/users/Bomme/follow... | [] | closed | false | [] | null | 4 | 1,757,619,796,000 | 1,757,925,468,000 | 1,757,925,468,000 | null | CONTRIBUTOR | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7763",
"html_url": "https://github.com/huggingface/datasets/pull/7763",
"diff_url": "https://github.com/huggingface/datasets/pull/7763.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7763.patch",
"merged_at": 1757925468000
} | This bumps `dill` to 0.3.9 and closes #7510
It turns out the only thing required to make the tests pass was to extend the version checks to include 0.3.9. | {
"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/7763/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/7763/timeline | null | null | null | null | null | true | [
"Have you tried to run `pytest tests/test_fingerprint.py` ? It seems dill 0.3.9 breaks a lot of tests\r\n\r\n```\r\nFAILED tests/test_fingerprint.py::TokenizersHashTest::test_hash_regex - NameError: name 'log' is not defined\r\nFAILED tests/test_fingerprint.py::TokenizersHashTest::test_hash_tokenizer - NameError: n... |
https://api.github.com/repos/huggingface/datasets/issues/7762 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7762/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7762/comments | https://api.github.com/repos/huggingface/datasets/issues/7762/events | https://github.com/huggingface/datasets/pull/7762 | 3,406,885,775 | PR_kwDODunzps6oDiF2 | 7,762 | Parquet: use data page v2 for efficient page pruning | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | [] | closed | false | [] | null | 2 | 1,757,601,742,000 | 1,757,604,265,000 | 1,757,604,264,000 | null | MEMBER | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7762",
"html_url": "https://github.com/huggingface/datasets/pull/7762",
"diff_url": "https://github.com/huggingface/datasets/pull/7762.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7762.patch",
"merged_at": null
} | This is needed to enable page pruning with DataFusion, which will be useful for the Dataset Viewer.
Indeed page pruning with DataFusion allows to download only certain pages of a row group, reducing the I/O required to read just a few rows.
But while data page v1 generally works, it's not easy with DataFusion to ... | {
"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/7762/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/7762/timeline | null | null | null | null | null | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7762). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.",
"Closing this since it looks like the page offset index is enough :)"
] |
https://api.github.com/repos/huggingface/datasets/issues/7761 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7761/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7761/comments | https://api.github.com/repos/huggingface/datasets/issues/7761/events | https://github.com/huggingface/datasets/pull/7761 | 3,402,787,999 | PR_kwDODunzps6n1bls | 7,761 | Audio: use TorchCodec instead of Soundfile for encoding | {
"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,757,515,627,000 | 1,757,516,976,000 | 1,757,516,975,000 | null | MEMBER | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7761",
"html_url": "https://github.com/huggingface/datasets/pull/7761",
"diff_url": "https://github.com/huggingface/datasets/pull/7761.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7761.patch",
"merged_at": 1757516975000
} | this removes the dependency on Soundfile completely | {
"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/7761/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/7761/timeline | null | null | null | null | null | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7761). 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/7760 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7760/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7760/comments | https://api.github.com/repos/huggingface/datasets/issues/7760/events | https://github.com/huggingface/datasets/issues/7760 | 3,401,799,485 | I_kwDODunzps7Kw1c9 | 7,760 | Hugging Face Hub Dataset Upload CAS Error | {
"login": "n-bkoe",
"id": 142820182,
"node_id": "U_kgDOCINDVg",
"avatar_url": "https://avatars.githubusercontent.com/u/142820182?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/n-bkoe",
"html_url": "https://github.com/n-bkoe",
"followers_url": "https://api.github.com/users/n-bkoe/follower... | [] | open | false | [] | null | 4 | 1,757,498,479,000 | 1,758,052,896,000 | null | null | NONE | [] | null | null | null | null | ### Describe the bug
Experiencing persistent 401 Unauthorized errors when attempting to upload datasets to Hugging Face Hub using the `datasets` library. The error occurs specifically with the CAS (Content Addressable Storage) service during the upload process. Tried using HF_HUB_DISABLE_XET=1. It seems to work for sm... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7760/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/7760/timeline | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | {
"blocked_by": 0,
"total_blocked_by": 0,
"blocking": 0,
"total_blocking": 0
} | null | false | [
"cc @jsulz maybe ?",
"Curious! I took a look at this and was unable to see why this would be occurring on our side. Tagging in @jgodlew and @bpronan since they might have insights. \n\n@n-bkoe just a few questions if you wouldn't mind: \n1. What kind of data are you uploading and what is the difference in file si... |
https://api.github.com/repos/huggingface/datasets/issues/7759 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7759/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7759/comments | https://api.github.com/repos/huggingface/datasets/issues/7759/events | https://github.com/huggingface/datasets/issues/7759 | 3,398,099,513 | I_kwDODunzps7KiuI5 | 7,759 | Comment/feature request: Huggingface 502s from GHA | {
"login": "Scott-Simmons",
"id": 52365471,
"node_id": "MDQ6VXNlcjUyMzY1NDcx",
"avatar_url": "https://avatars.githubusercontent.com/u/52365471?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Scott-Simmons",
"html_url": "https://github.com/Scott-Simmons",
"followers_url": "https://api.githu... | [] | open | false | [] | null | 0 | 1,757,419,160,000 | 1,757,422,948,000 | null | null | CONTRIBUTOR | [] | null | null | null | null | This is no longer a pressing issue, but for completeness I am reporting that in August 26th, GET requests to `https://datasets-server.huggingface.co/info\?dataset\=livebench/math` were returning 502s when invoked from [github actions](https://github.com/UKGovernmentBEIS/inspect_evals/actions/runs/17241892475/job/489211... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7759/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/7759/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/7758 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7758/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7758/comments | https://api.github.com/repos/huggingface/datasets/issues/7758/events | https://github.com/huggingface/datasets/issues/7758 | 3,395,590,783 | I_kwDODunzps7KZJp_ | 7,758 | Option for Anonymous Dataset link | {
"login": "egrace479",
"id": 38985481,
"node_id": "MDQ6VXNlcjM4OTg1NDgx",
"avatar_url": "https://avatars.githubusercontent.com/u/38985481?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/egrace479",
"html_url": "https://github.com/egrace479",
"followers_url": "https://api.github.com/users/... | [
{
"id": 1935892871,
"node_id": "MDU6TGFiZWwxOTM1ODkyODcx",
"url": "https://api.github.com/repos/huggingface/datasets/labels/enhancement",
"name": "enhancement",
"color": "a2eeef",
"default": true,
"description": "New feature or request"
}
] | open | false | [] | null | 0 | 1,757,362,810,000 | 1,757,362,810,000 | null | null | NONE | [] | null | null | null | null | ### Feature request
Allow for anonymized viewing of datasets. For instance, something similar to [Anonymous GitHub](https://anonymous.4open.science/).
### Motivation
We generally publish our data through Hugging Face. This has worked out very well as it's both our repository and archive (thanks to the DOI feature!).... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7758/reactions",
"total_count": 12,
"+1": 12,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/7758/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/7757 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7757/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7757/comments | https://api.github.com/repos/huggingface/datasets/issues/7757/events | https://github.com/huggingface/datasets/issues/7757 | 3,389,535,011 | I_kwDODunzps7KCDMj | 7,757 | Add support for `.conll` file format in datasets | {
"login": "namesarnav",
"id": 88763593,
"node_id": "MDQ6VXNlcjg4NzYzNTkz",
"avatar_url": "https://avatars.githubusercontent.com/u/88763593?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/namesarnav",
"html_url": "https://github.com/namesarnav",
"followers_url": "https://api.github.com/use... | [
{
"id": 1935892871,
"node_id": "MDU6TGFiZWwxOTM1ODkyODcx",
"url": "https://api.github.com/repos/huggingface/datasets/labels/enhancement",
"name": "enhancement",
"color": "a2eeef",
"default": true,
"description": "New feature or request"
}
] | closed | false | [] | null | 7 | 1,757,143,539,000 | 1,779,890,967,000 | 1,779,890,967,000 | null | NONE | [] | null | null | null | null | ### Feature request
I’d like to request native support in the Hugging Face datasets library for reading .conll files (CoNLL format). This format is widely used in NLP tasks, especially for Named Entity Recognition (NER), POS tagging, and other token classification problems.
Right now `.conll` datasets need to be manu... | {
"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/7757/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/7757/timeline | null | completed | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | {
"blocked_by": 0,
"total_blocked_by": 0,
"blocking": 0,
"total_blocking": 0
} | null | false | [
"That would be cool ! feel free to ping me if I can help reviewing a PR",
"hey @namesarnav , are you still planning to PR this? happy to coordinate or take it on otherwise. looks like a clean\n packaged_modules/conll/ builder following the csv/json/text pattern.\n\n @lhoestq , thanks for the pre-review offer. i... |
https://api.github.com/repos/huggingface/datasets/issues/7756 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7756/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7756/comments | https://api.github.com/repos/huggingface/datasets/issues/7756/events | https://github.com/huggingface/datasets/issues/7756 | 3,387,076,693 | I_kwDODunzps7J4rBV | 7,756 | datasets.map(f, num_proc=N) hangs with N>1 when run on import | {
"login": "arjunguha",
"id": 20065,
"node_id": "MDQ6VXNlcjIwMDY1",
"avatar_url": "https://avatars.githubusercontent.com/u/20065?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/arjunguha",
"html_url": "https://github.com/arjunguha",
"followers_url": "https://api.github.com/users/arjunguha/... | [] | open | false | [] | null | 1 | 1,757,068,321,000 | 1,769,518,715,000 | null | null | NONE | [] | null | null | null | null | ### Describe the bug
If you `import` a module that runs `datasets.map(f, num_proc=N)` at the top-level, Python hangs.
### Steps to reproduce the bug
1. Create a file that runs datasets.map at the top-level:
```bash
cat <<EOF > import_me.py
import datasets
the_dataset = datasets.load_dataset("openai/openai_humanev... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7756/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/7756/timeline | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | {
"blocked_by": 0,
"total_blocked_by": 0,
"blocking": 0,
"total_blocking": 0
} | null | false | [
"Hii !! Frosh from India taking issue #7756. \n\nPlan - Add try/except multiprocessing. Start Method, Context + Fallback to num_proc = 1. \n\nForked, coding now... PR in a few "
] |
https://api.github.com/repos/huggingface/datasets/issues/7755 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7755/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7755/comments | https://api.github.com/repos/huggingface/datasets/issues/7755/events | https://github.com/huggingface/datasets/pull/7755 | 3,386,079,181 | PR_kwDODunzps6m-MTU | 7,755 | Support pathlib.Path for feature input | {
"login": "Joshua-Chin",
"id": 5422226,
"node_id": "MDQ6VXNlcjU0MjIyMjY=",
"avatar_url": "https://avatars.githubusercontent.com/u/5422226?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Joshua-Chin",
"html_url": "https://github.com/Joshua-Chin",
"followers_url": "https://api.github.com/us... | [] | closed | false | [] | null | 1 | 1,757,039,887,000 | 1,757,517,575,000 | 1,757,517,575,000 | null | CONTRIBUTOR | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7755",
"html_url": "https://github.com/huggingface/datasets/pull/7755",
"diff_url": "https://github.com/huggingface/datasets/pull/7755.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7755.patch",
"merged_at": 1757517575000
} | This PR adds support for specifying image, video, audio, and pdf features using `pathlib.Path`. | {
"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/7755/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/7755/timeline | null | null | null | null | null | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7755). 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/7754 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7754/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7754/comments | https://api.github.com/repos/huggingface/datasets/issues/7754/events | https://github.com/huggingface/datasets/pull/7754 | 3,384,883,008 | PR_kwDODunzps6m6qRo | 7,754 | Add columns support to JSON loader | {
"login": "ArjunJagdale",
"id": 142811259,
"node_id": "U_kgDOCIMgew",
"avatar_url": "https://avatars.githubusercontent.com/u/142811259?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ArjunJagdale",
"html_url": "https://github.com/ArjunJagdale",
"followers_url": "https://api.github.com/use... | [] | open | false | [] | null | 1 | 1,757,010,086,000 | 1,779,905,907,000 | null | null | CONTRIBUTOR | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7754",
"html_url": "https://github.com/huggingface/datasets/pull/7754",
"diff_url": "https://github.com/huggingface/datasets/pull/7754.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7754.patch",
"merged_at": null
} | New fix to #7594
This PR adds support for the columns argument in the JSON dataset builder.
Added columns parameter to JsonConfig.
Applied column filtering after table creation, filling missing columns with None.
Extended tests to cover:
- Selecting a subset of columns
- Handling missing requested columns
- Co... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7754/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/7754/timeline | null | null | null | null | null | true | [
"Kinda strange this one is never merged and never even got any attention.\r\nMaybe you can make another pull request again? The code base didnt change much.\r\nThis is really useful."
] |
https://api.github.com/repos/huggingface/datasets/issues/7753 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7753/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7753/comments | https://api.github.com/repos/huggingface/datasets/issues/7753/events | https://github.com/huggingface/datasets/issues/7753 | 3,381,831,487 | I_kwDODunzps7Jkqc_ | 7,753 | datasets massively slows data reads, even in memory | {
"login": "lrast",
"id": 1191040,
"node_id": "MDQ6VXNlcjExOTEwNDA=",
"avatar_url": "https://avatars.githubusercontent.com/u/1191040?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lrast",
"html_url": "https://github.com/lrast",
"followers_url": "https://api.github.com/users/lrast/follower... | [] | open | false | [] | null | 2 | 1,756,950,324,000 | 1,758,233,331,000 | null | null | NONE | [] | null | null | null | null | ### Describe the bug
Loading image data in a huggingface dataset results in very slow read speeds, approximately 1000 times longer than reading the same data from a pytorch dataset. This applies even when the dataset is loaded into RAM using a `keep_in_memory=True` flag.
The following script reproduces the result wit... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7753/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/7753/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 ! you should try\n\n```python\nfrom datasets import Array3D, Dataset, Features, Value\n\nfeatures = Features({\"image\": Array3D(shape=(3, 224, 224), dtype=\"uint8\"), \"label\": Value(\"uint8\")})\nhf_dataset = Dataset.from_dict({'image': images, 'label':labels}, features=features)\n```\n\notherwise the type o... |
https://api.github.com/repos/huggingface/datasets/issues/7752 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7752/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7752/comments | https://api.github.com/repos/huggingface/datasets/issues/7752/events | https://github.com/huggingface/datasets/pull/7752 | 3,358,374,882 | PR_kwDODunzps6ljQLy | 7,752 | Fix: Update Dill Version in Setup py | {
"login": "Navanit-git",
"id": 98005188,
"node_id": "U_kgDOBddwxA",
"avatar_url": "https://avatars.githubusercontent.com/u/98005188?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Navanit-git",
"html_url": "https://github.com/Navanit-git",
"followers_url": "https://api.github.com/users/Na... | [] | closed | false | [] | null | 3 | 1,756,280,391,000 | 1,762,181,578,000 | 1,762,181,578,000 | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7752",
"html_url": "https://github.com/huggingface/datasets/pull/7752",
"diff_url": "https://github.com/huggingface/datasets/pull/7752.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7752.patch",
"merged_at": null
} | Currently the DIll version is less than 3.9 and now major libraries like Multiprocess, gepa requires Dill version as 0.4.0 and this is making a conflict in installation. So added this small PR to update the DIll. | {
"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/7752/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/7752/timeline | null | null | null | null | null | true | [
"https://github.com/huggingface/datasets/issues/7751",
"same as https://github.com/huggingface/datasets/pull/7763: some tests need to be fixed to support 0.4.0",
"fixed by #7763 "
] |
https://api.github.com/repos/huggingface/datasets/issues/7751 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7751/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7751/comments | https://api.github.com/repos/huggingface/datasets/issues/7751/events | https://github.com/huggingface/datasets/issues/7751 | 3,358,369,976 | I_kwDODunzps7ILKi4 | 7,751 | Dill version update | {
"login": "Navanit-git",
"id": 98005188,
"node_id": "U_kgDOBddwxA",
"avatar_url": "https://avatars.githubusercontent.com/u/98005188?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Navanit-git",
"html_url": "https://github.com/Navanit-git",
"followers_url": "https://api.github.com/users/Na... | [] | open | false | [] | null | 2 | 1,756,280,310,000 | 1,757,514,242,000 | null | null | NONE | [] | null | null | null | null | ### Describe the bug
Why the datasets is not updating the dill ?
Just want to know if I update the dill version in dill what will be the repucssion.
For now in multiplaces I have to update the library like process requirequire dill 0.4.0 so why not datasets.
Adding a pr too.
### Steps to reproduce the bug
.
###... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7751/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/7751/timeline | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | {
"blocked_by": 0,
"total_blocked_by": 0,
"blocking": 0,
"total_blocking": 0
} | null | false | [
"#7752 ",
"related: #7510 "
] |
https://api.github.com/repos/huggingface/datasets/issues/7750 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7750/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7750/comments | https://api.github.com/repos/huggingface/datasets/issues/7750/events | https://github.com/huggingface/datasets/pull/7750 | 3,357,275,291 | PR_kwDODunzps6lfwcx | 7,750 | Refactor: use unpacking in load.py for time and memory improvement | {
"login": "brchristian",
"id": 2460418,
"node_id": "MDQ6VXNlcjI0NjA0MTg=",
"avatar_url": "https://avatars.githubusercontent.com/u/2460418?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/brchristian",
"html_url": "https://github.com/brchristian",
"followers_url": "https://api.github.com/us... | [] | closed | false | [] | null | 0 | 1,756,246,391,000 | 1,771,285,416,000 | 1,771,285,416,000 | null | CONTRIBUTOR | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7750",
"html_url": "https://github.com/huggingface/datasets/pull/7750",
"diff_url": "https://github.com/huggingface/datasets/pull/7750.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7750.patch",
"merged_at": null
} | In `src/datasets/load.py`, we can use unpacking rather than concatenating two lists for improved time and memory performance. It’s a small improvement in absolute terms, but a consistent and measurable one:
```diff
- ALL_ALLOWED_EXTENSIONS = list(_EXTENSION_TO_MODULE.keys()) + [".zip"]
+ ALL_ALLOWED_EXTENSIONS = [... | {
"login": "brchristian",
"id": 2460418,
"node_id": "MDQ6VXNlcjI0NjA0MTg=",
"avatar_url": "https://avatars.githubusercontent.com/u/2460418?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/brchristian",
"html_url": "https://github.com/brchristian",
"followers_url": "https://api.github.com/us... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7750/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/7750/timeline | null | null | null | null | null | true | [] |
https://api.github.com/repos/huggingface/datasets/issues/7749 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7749/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7749/comments | https://api.github.com/repos/huggingface/datasets/issues/7749/events | https://github.com/huggingface/datasets/pull/7749 | 3,356,567,923 | PR_kwDODunzps6lddDW | 7,749 | Fix typo in error message for cache directory deletion | {
"login": "brchristian",
"id": 2460418,
"node_id": "MDQ6VXNlcjI0NjA0MTg=",
"avatar_url": "https://avatars.githubusercontent.com/u/2460418?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/brchristian",
"html_url": "https://github.com/brchristian",
"followers_url": "https://api.github.com/us... | [] | closed | false | [] | null | 0 | 1,756,230,442,000 | 1,757,691,788,000 | 1,757,683,338,000 | null | CONTRIBUTOR | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7749",
"html_url": "https://github.com/huggingface/datasets/pull/7749",
"diff_url": "https://github.com/huggingface/datasets/pull/7749.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7749.patch",
"merged_at": 1757683338000
} | This PR fixes a small typo in an error message in `src/datasets/fingerprint.py`:
https://github.com/huggingface/datasets/blob/910fab20606893f69b4fccac5fcc883dddf5a14d/src/datasets/fingerprint.py#L63
```diff
- occured
+ occurred
``` | {
"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/7749/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/7749/timeline | null | null | null | null | null | true | [] |
https://api.github.com/repos/huggingface/datasets/issues/7748 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7748/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7748/comments | https://api.github.com/repos/huggingface/datasets/issues/7748/events | https://github.com/huggingface/datasets/pull/7748 | 3,347,137,663 | PR_kwDODunzps6k-adX | 7,748 | docs: Streaming best practices | {
"login": "Abdul-Omira",
"id": 32625230,
"node_id": "MDQ6VXNlcjMyNjI1MjMw",
"avatar_url": "https://avatars.githubusercontent.com/u/32625230?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Abdul-Omira",
"html_url": "https://github.com/Abdul-Omira",
"followers_url": "https://api.github.com/... | [] | open | false | [] | null | 0 | 1,755,908,323,000 | 1,757,212,416,000 | null | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7748",
"html_url": "https://github.com/huggingface/datasets/pull/7748",
"diff_url": "https://github.com/huggingface/datasets/pull/7748.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7748.patch",
"merged_at": null
} | Add a new 'Streaming best practices' page with practical patterns and pitfalls for large-scale/production use of IterableDataset. Includes examples for batched map with remove_columns, deterministic shuffling with set_epoch, multi-worker sharding, checkpoint/resume, and persistence to Parquet/Hub. Linked from How-to > ... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7748/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/7748/timeline | null | null | null | null | null | true | [] |
https://api.github.com/repos/huggingface/datasets/issues/7747 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7747/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7747/comments | https://api.github.com/repos/huggingface/datasets/issues/7747/events | https://github.com/huggingface/datasets/pull/7747 | 3,347,098,038 | PR_kwDODunzps6k-Rtd | 7,747 | Add wikipedia-2023-redirects dataset | {
"login": "Abdul-Omira",
"id": 32625230,
"node_id": "MDQ6VXNlcjMyNjI1MjMw",
"avatar_url": "https://avatars.githubusercontent.com/u/32625230?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Abdul-Omira",
"html_url": "https://github.com/Abdul-Omira",
"followers_url": "https://api.github.com/... | [] | open | false | [] | null | 1 | 1,755,906,593,000 | 1,757,683,414,000 | null | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7747",
"html_url": "https://github.com/huggingface/datasets/pull/7747",
"diff_url": "https://github.com/huggingface/datasets/pull/7747.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7747.patch",
"merged_at": null
} | Title: Add wikipedia-2023-redirects dataset (redirect resolution + pageviews)
Summary
- New dataset loader: wikipedia_2023_redirects
- Canonical Wikipedia pages enriched with:
- redirects (aliases pointing to the page)
- 2023 pageviews (aggregated)
- Streaming support; robust parsing; license notes included
- Test... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7747/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/7747/timeline | null | null | null | null | null | true | [
"you should host this dataset on HF with `ds.push_to_hub()` ! we stopped using dataset scripts some time ago"
] |
https://api.github.com/repos/huggingface/datasets/issues/7746 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7746/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7746/comments | https://api.github.com/repos/huggingface/datasets/issues/7746/events | https://github.com/huggingface/datasets/issues/7746 | 3,345,391,211 | I_kwDODunzps7HZp5r | 7,746 | Fix: Canonical 'multi_news' dataset is broken and should be updated to a Parquet version | {
"login": "Awesome075",
"id": 187888489,
"node_id": "U_kgDOCzLzaQ",
"avatar_url": "https://avatars.githubusercontent.com/u/187888489?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Awesome075",
"html_url": "https://github.com/Awesome075",
"followers_url": "https://api.github.com/users/Awe... | [] | open | false | [] | null | 1 | 1,755,867,123,000 | 1,756,326,215,000 | null | null | NONE | [] | null | null | null | null | Hi,
The canonical `multi_news` dataset is currently broken and fails to load. This is because it points to the [alexfabri/multi_news](https://huggingface.co/datasets/alexfabbri/multi_news) repository, which contains a legacy loading script (`multi_news.py`) that requires the now-removed `trust_remote_code` parameter.... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7746/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/7746/timeline | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | {
"blocked_by": 0,
"total_blocked_by": 0,
"blocking": 0,
"total_blocking": 0
} | null | false | [
"@sayakpaul @a-r-r-o-w could you verify this issue then i can contribute to solve this issue!😊"
] |
https://api.github.com/repos/huggingface/datasets/issues/7745 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7745/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7745/comments | https://api.github.com/repos/huggingface/datasets/issues/7745/events | https://github.com/huggingface/datasets/issues/7745 | 3,345,286,773 | I_kwDODunzps7HZQZ1 | 7,745 | Audio mono argument no longer supported, despite class documentation | {
"login": "jheitz",
"id": 5666041,
"node_id": "MDQ6VXNlcjU2NjYwNDE=",
"avatar_url": "https://avatars.githubusercontent.com/u/5666041?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/jheitz",
"html_url": "https://github.com/jheitz",
"followers_url": "https://api.github.com/users/jheitz/foll... | [] | open | false | [] | null | 2 | 1,755,864,941,000 | 1,778,413,876,000 | null | null | NONE | [] | null | null | null | null | ### Describe the bug
Either update the documentation, or re-introduce the flag (and corresponding logic to convert the audio to mono)
### Steps to reproduce the bug
Audio(sampling_rate=16000, mono=True) raises the error
TypeError: Audio.__init__() got an unexpected keyword argument 'mono'
However, in the class doc... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7745/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/7745/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 want to solve this problem can you please assign it to me\nand also can you please guide whether the mono parameter is required to be re-added or the documentation needs an update?",
"Hi! Triaging older issues — I think the docstring half of this is already resolved.\n\nOn current `main` (`datasets==4.8.6.dev0... |
https://api.github.com/repos/huggingface/datasets/issues/7744 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7744/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7744/comments | https://api.github.com/repos/huggingface/datasets/issues/7744/events | https://github.com/huggingface/datasets/issues/7744 | 3,343,510,686 | I_kwDODunzps7HSeye | 7,744 | dtype: ClassLabel is not parsed correctly in `features.py` | {
"login": "cmatKhan",
"id": 43553003,
"node_id": "MDQ6VXNlcjQzNTUzMDAz",
"avatar_url": "https://avatars.githubusercontent.com/u/43553003?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/cmatKhan",
"html_url": "https://github.com/cmatKhan",
"followers_url": "https://api.github.com/users/cma... | [] | closed | false | [] | null | 3 | 1,755,818,930,000 | 1,757,517,821,000 | 1,757,517,821,000 | null | NONE | [] | null | null | null | null | `dtype: ClassLabel` in the README.md yaml metadata is parsed incorrectly and causes the data viewer to fail.
This yaml in my metadata ([source](https://huggingface.co/datasets/BrentLab/yeast_genome_resources/blob/main/README.md), though i changed `ClassLabel` to `string` to using different dtype in order to avoid the ... | {
"login": "cmatKhan",
"id": 43553003,
"node_id": "MDQ6VXNlcjQzNTUzMDAz",
"avatar_url": "https://avatars.githubusercontent.com/u/43553003?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/cmatKhan",
"html_url": "https://github.com/cmatKhan",
"followers_url": "https://api.github.com/users/cma... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7744/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/7744/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 think it's \"class_label\"",
"> I think it's \"class_label\"\n\nI see -- thank you. This works\n\n```yaml\nlicense: mit\nlanguage:\n- en\ntags:\n- genomics\n- yeast\n- transcription\n- perturbation\n- response\n- overexpression\npretty_name: Hackett, 2020 Overexpression\nsize_categories:\n- 1M<n<10M\ndataset_i... |
https://api.github.com/repos/huggingface/datasets/issues/7743 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7743/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7743/comments | https://api.github.com/repos/huggingface/datasets/issues/7743/events | https://github.com/huggingface/datasets/pull/7743 | 3,342,611,297 | PR_kwDODunzps6ku8Jw | 7,743 | Refactor HDF5 and preserve tree structure | {
"login": "klamike",
"id": 17013474,
"node_id": "MDQ6VXNlcjE3MDEzNDc0",
"avatar_url": "https://avatars.githubusercontent.com/u/17013474?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/klamike",
"html_url": "https://github.com/klamike",
"followers_url": "https://api.github.com/users/klamik... | [] | closed | false | [] | null | 2 | 1,755,797,297,000 | 1,756,222,085,000 | 1,756,222,085,000 | null | CONTRIBUTOR | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7743",
"html_url": "https://github.com/huggingface/datasets/pull/7743",
"diff_url": "https://github.com/huggingface/datasets/pull/7743.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7743.patch",
"merged_at": 1756222085000
} | Closes #7741. Followup to #7690
- Recursive parsing and feature inference, to preserve the tree structure of the file. Note this means we now visit all links in the file. It also means we have to call` combine_chunks` on any large non-root datasets.
- Support for `complex64` (two `float32`s, used to be converted to... | {
"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/7743/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/7743/timeline | null | null | null | null | null | true | [
"@lhoestq this is ready for you now!",
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7743). 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/7742 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7742/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7742/comments | https://api.github.com/repos/huggingface/datasets/issues/7742/events | https://github.com/huggingface/datasets/issues/7742 | 3,336,704,928 | I_kwDODunzps7G4hOg | 7,742 | module 'pyarrow' has no attribute 'PyExtensionType' | {
"login": "mnedelko",
"id": 6106392,
"node_id": "MDQ6VXNlcjYxMDYzOTI=",
"avatar_url": "https://avatars.githubusercontent.com/u/6106392?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/mnedelko",
"html_url": "https://github.com/mnedelko",
"followers_url": "https://api.github.com/users/mnede... | [] | open | false | [] | null | 2 | 1,755,670,473,000 | 1,757,386,306,000 | null | null | NONE | [] | null | null | null | null | ### Describe the bug
When importing certain libraries, users will encounter the following error which can be traced back to the datasets library.
module 'pyarrow' has no attribute 'PyExtensionType'.
Example issue: https://github.com/explodinggradients/ragas/issues/2170
The issue occurs due to the following. I will ... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7742/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/7742/timeline | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | {
"blocked_by": 0,
"total_blocked_by": 0,
"blocking": 0,
"total_blocking": 0
} | null | false | [
"Just checked out the files and thishad already been addressed",
"For others who find this issue: \n\n`pip install --upgrade \"datasets>=2.20.0\"` \n\nfrom https://github.com/explodinggradients/ragas/issues/2170#issuecomment-3204393672 can fix it."
] |
https://api.github.com/repos/huggingface/datasets/issues/7741 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7741/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7741/comments | https://api.github.com/repos/huggingface/datasets/issues/7741/events | https://github.com/huggingface/datasets/issues/7741 | 3,334,848,656 | I_kwDODunzps7GxcCQ | 7,741 | Preserve tree structure when loading HDF5 | {
"login": "klamike",
"id": 17013474,
"node_id": "MDQ6VXNlcjE3MDEzNDc0",
"avatar_url": "https://avatars.githubusercontent.com/u/17013474?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/klamike",
"html_url": "https://github.com/klamike",
"followers_url": "https://api.github.com/users/klamik... | [
{
"id": 1935892871,
"node_id": "MDU6TGFiZWwxOTM1ODkyODcx",
"url": "https://api.github.com/repos/huggingface/datasets/labels/enhancement",
"name": "enhancement",
"color": "a2eeef",
"default": true,
"description": "New feature or request"
}
] | closed | false | [] | null | 0 | 1,755,618,125,000 | 1,756,222,086,000 | 1,756,222,086,000 | null | CONTRIBUTOR | [] | null | null | null | null | ### Feature request
https://github.com/huggingface/datasets/pull/7740#discussion_r2285605374
### Motivation
`datasets` has the `Features` class for representing nested features. HDF5 files have groups of datasets which are nested, though in #7690 the keys are flattened. We should preserve that structure for the user... | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7741/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/7741/timeline | null | completed | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | {
"blocked_by": 0,
"total_blocked_by": 0,
"blocking": 0,
"total_blocking": 0
} | null | false | [] |
https://api.github.com/repos/huggingface/datasets/issues/7740 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7740/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7740/comments | https://api.github.com/repos/huggingface/datasets/issues/7740/events | https://github.com/huggingface/datasets/pull/7740 | 3,334,693,293 | PR_kwDODunzps6kUMKM | 7,740 | Document HDF5 support | {
"login": "klamike",
"id": 17013474,
"node_id": "MDQ6VXNlcjE3MDEzNDc0",
"avatar_url": "https://avatars.githubusercontent.com/u/17013474?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/klamike",
"html_url": "https://github.com/klamike",
"followers_url": "https://api.github.com/users/klamik... | [] | closed | false | [] | null | 1 | 1,755,615,184,000 | 1,758,725,471,000 | 1,758,725,471,000 | null | CONTRIBUTOR | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7740",
"html_url": "https://github.com/huggingface/datasets/pull/7740",
"diff_url": "https://github.com/huggingface/datasets/pull/7740.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7740.patch",
"merged_at": 1758725471000
} | I think these are at least the main places where we should put content. Ideally it is not just repeated in the final version
ref #7690
- [x] Wait for #7743 to land | {
"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/7740/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/7740/timeline | null | null | null | null | null | true | [
"@lhoestq any guidance on what else to add/feedback on what is there now? It seems a bit minimal, but I don't think it's worth doing an entire page on HDF5?"
] |
https://api.github.com/repos/huggingface/datasets/issues/7739 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7739/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7739/comments | https://api.github.com/repos/huggingface/datasets/issues/7739/events | https://github.com/huggingface/datasets/issues/7739 | 3,331,537,762 | I_kwDODunzps7Gkzti | 7,739 | Replacement of "Sequence" feature with "List" breaks backward compatibility | {
"login": "evmaki",
"id": 15764776,
"node_id": "MDQ6VXNlcjE1NzY0Nzc2",
"avatar_url": "https://avatars.githubusercontent.com/u/15764776?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/evmaki",
"html_url": "https://github.com/evmaki",
"followers_url": "https://api.github.com/users/evmaki/fo... | [] | open | false | [] | null | 1 | 1,755,538,118,000 | 1,757,513,870,000 | null | null | NONE | [] | null | null | null | null | PR #7634 replaced the Sequence feature with List in 4.0.0, so datasets saved with version 4.0.0 with that feature cannot be loaded by earlier versions. There is no clear option in 4.0.0 to use the legacy feature type to preserve backward compatibility.
Why is this a problem? I have a complex preprocessing and training... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7739/reactions",
"total_count": 3,
"+1": 3,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/7739/timeline | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | {
"blocked_by": 0,
"total_blocked_by": 0,
"blocking": 0,
"total_blocking": 0
} | null | false | [
"Backward compatibility here means 4.0.0 can load datasets saved with older versions.\n\nYou will need 4.0.0 to load datasets saved with 4.0.0"
] |
https://api.github.com/repos/huggingface/datasets/issues/7738 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7738/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7738/comments | https://api.github.com/repos/huggingface/datasets/issues/7738/events | https://github.com/huggingface/datasets/issues/7738 | 3,328,948,690 | I_kwDODunzps7Ga7nS | 7,738 | Allow saving multi-dimensional ndarray with dynamic shapes | {
"login": "ryan-minato",
"id": 82735346,
"node_id": "MDQ6VXNlcjgyNzM1MzQ2",
"avatar_url": "https://avatars.githubusercontent.com/u/82735346?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ryan-minato",
"html_url": "https://github.com/ryan-minato",
"followers_url": "https://api.github.com/... | [
{
"id": 1935892871,
"node_id": "MDU6TGFiZWwxOTM1ODkyODcx",
"url": "https://api.github.com/repos/huggingface/datasets/labels/enhancement",
"name": "enhancement",
"color": "a2eeef",
"default": true,
"description": "New feature or request"
}
] | open | false | [] | null | 4 | 1,755,483,831,000 | 1,772,233,288,000 | null | null | NONE | [] | null | null | null | null | ### Feature request
I propose adding a dedicated feature to the datasets library that allows for the efficient storage and retrieval of multi-dimensional ndarray with dynamic shapes. Similar to how Image columns handle variable-sized images, this feature would provide a structured way to store array data where the dim... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7738/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/7738/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 agree this would be super valuable.\n\nIt looks like this was discussed a few years ago in https://github.com/huggingface/datasets/issues/5272#issuecomment-1550200824 but there were some issues. Those PRs are merged now and it looks like Arrow [officially supports](https://arrow.apache.org/docs/format/CanonicalE... |
https://api.github.com/repos/huggingface/datasets/issues/7737 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7737/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7737/comments | https://api.github.com/repos/huggingface/datasets/issues/7737/events | https://github.com/huggingface/datasets/pull/7737 | 3,318,670,801 | PR_kwDODunzps6jf5io | 7,737 | docs: Add column overwrite example to batch mapping guide | {
"login": "Sanjaykumar030",
"id": 183703408,
"node_id": "U_kgDOCvMXcA",
"avatar_url": "https://avatars.githubusercontent.com/u/183703408?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Sanjaykumar030",
"html_url": "https://github.com/Sanjaykumar030",
"followers_url": "https://api.github.c... | [] | closed | false | [] | null | 1 | 1,755,094,819,000 | 1,756,984,297,000 | 1,756,984,297,000 | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7737",
"html_url": "https://github.com/huggingface/datasets/pull/7737",
"diff_url": "https://github.com/huggingface/datasets/pull/7737.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7737.patch",
"merged_at": 1756984297000
} | This PR adds a complementary example showing the **column-overwriting** pattern, which is both more direct and more flexible for many transformations.
### Proposed Change
The original `remove_columns` example remains untouched. Below it, this PR introduces an alternative approach that overwrites an existing colum... | {
"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/7737/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/7737/timeline | null | null | null | null | null | true | [
"Hi @lhoestq, just a gentle follow-up on this PR."
] |
https://api.github.com/repos/huggingface/datasets/issues/7736 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7736/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7736/comments | https://api.github.com/repos/huggingface/datasets/issues/7736/events | https://github.com/huggingface/datasets/pull/7736 | 3,311,618,096 | PR_kwDODunzps6jIWQ3 | 7,736 | Fix type hint `train_test_split` | {
"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,754,945,213,000 | 1,755,090,830,000 | 1,755,090,828,000 | null | MEMBER | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7736",
"html_url": "https://github.com/huggingface/datasets/pull/7736",
"diff_url": "https://github.com/huggingface/datasets/pull/7736.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7736.patch",
"merged_at": 1755090828000
} | 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/7736/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/7736/timeline | null | null | null | null | null | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7736). 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/7735 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7735/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7735/comments | https://api.github.com/repos/huggingface/datasets/issues/7735/events | https://github.com/huggingface/datasets/pull/7735 | 3,310,514,828 | PR_kwDODunzps6jEq5w | 7,735 | fix largelist repr | {
"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,754,925,462,000 | 1,754,926,796,000 | 1,754,926,794,000 | null | MEMBER | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7735",
"html_url": "https://github.com/huggingface/datasets/pull/7735",
"diff_url": "https://github.com/huggingface/datasets/pull/7735.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7735.patch",
"merged_at": 1754926794000
} | 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/7735/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/7735/timeline | null | null | null | null | null | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7735). 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/7734 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7734/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7734/comments | https://api.github.com/repos/huggingface/datasets/issues/7734/events | https://github.com/huggingface/datasets/pull/7734 | 3,306,519,239 | PR_kwDODunzps6i4pmA | 7,734 | Fixing __getitem__ of datasets which behaves inconsistent to documentation when setting _format_type to None | {
"login": "awagen",
"id": 40367113,
"node_id": "MDQ6VXNlcjQwMzY3MTEz",
"avatar_url": "https://avatars.githubusercontent.com/u/40367113?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/awagen",
"html_url": "https://github.com/awagen",
"followers_url": "https://api.github.com/users/awagen/fo... | [] | closed | false | [] | null | 2 | 1,754,754,774,000 | 1,755,415,380,000 | 1,755,415,380,000 | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7734",
"html_url": "https://github.com/huggingface/datasets/pull/7734",
"diff_url": "https://github.com/huggingface/datasets/pull/7734.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7734.patch",
"merged_at": null
} | Setting _format_type to None, should return plain python object but as of 4.0.0 returns Column. This fails in libs such as sentencetransformers (such as in generation of hard negatives) where plain python is expected. | {
"login": "awagen",
"id": 40367113,
"node_id": "MDQ6VXNlcjQwMzY3MTEz",
"avatar_url": "https://avatars.githubusercontent.com/u/40367113?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/awagen",
"html_url": "https://github.com/awagen",
"followers_url": "https://api.github.com/users/awagen/fo... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7734/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/7734/timeline | null | null | null | null | null | true | [
"this breaking change is actually expected, happy to help with a fix in sentencetransformers to account for this",
"Thank you for the context. I thought this was a mismatch do the documentation. Good to know it was intentional. No worries, can add a PR to sentence transformers."
] |
https://api.github.com/repos/huggingface/datasets/issues/7733 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7733/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7733/comments | https://api.github.com/repos/huggingface/datasets/issues/7733/events | https://github.com/huggingface/datasets/issues/7733 | 3,304,979,299 | I_kwDODunzps7E_ftj | 7,733 | Dataset Repo Paths to Locally Stored Images Not Being Appended to Image Path | {
"login": "dennys246",
"id": 27898715,
"node_id": "MDQ6VXNlcjI3ODk4NzE1",
"avatar_url": "https://avatars.githubusercontent.com/u/27898715?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/dennys246",
"html_url": "https://github.com/dennys246",
"followers_url": "https://api.github.com/users/... | [] | closed | false | [] | null | 2 | 1,754,680,258,000 | 1,759,812,456,000 | 1,759,811,568,000 | null | NONE | [] | null | null | null | null | ### Describe the bug
I’m not sure if this is a bug or a feature and I just don’t fully understand how dataset loading is to work, but it appears there may be a bug with how locally stored Image() are being accessed. I’ve uploaded a new dataset to hugging face (rmdig/rocky_mountain_snowpack) but I’ve come into a ton of... | {
"login": "dennys246",
"id": 27898715,
"node_id": "MDQ6VXNlcjI3ODk4NzE1",
"avatar_url": "https://avatars.githubusercontent.com/u/27898715?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/dennys246",
"html_url": "https://github.com/dennys246",
"followers_url": "https://api.github.com/users/... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7733/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/7733/timeline | null | completed | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | {
"blocked_by": 0,
"total_blocked_by": 0,
"blocking": 0,
"total_blocking": 0
} | null | false | [
"This is the download issues I come into, about ever other time it fails...\n<img width=\"1719\" height=\"1226\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/2e5b4b3e-7c13-4bad-a77c-34b47a932831\" />",
"I’m guessing this is just a feature so I’m going to close this thread. I also altered my load... |
https://api.github.com/repos/huggingface/datasets/issues/7732 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7732/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7732/comments | https://api.github.com/repos/huggingface/datasets/issues/7732/events | https://github.com/huggingface/datasets/issues/7732 | 3,304,673,383 | I_kwDODunzps7E-VBn | 7,732 | webdataset: key errors when `field_name` has upper case characters | {
"login": "YassineYousfi",
"id": 29985433,
"node_id": "MDQ6VXNlcjI5OTg1NDMz",
"avatar_url": "https://avatars.githubusercontent.com/u/29985433?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/YassineYousfi",
"html_url": "https://github.com/YassineYousfi",
"followers_url": "https://api.githu... | [] | open | false | [] | null | 0 | 1,754,672,202,000 | 1,754,672,202,000 | null | null | CONTRIBUTOR | [] | null | null | null | null | ### Describe the bug
When using a webdataset each sample can be a collection of different "fields"
like this:
```
images17/image194.left.jpg
images17/image194.right.jpg
images17/image194.json
images17/image12.left.jpg
images17/image12.right.jpg
images17/image12.json
```
if the field_name contains upper case characte... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7732/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/7732/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/7731 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7731/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7731/comments | https://api.github.com/repos/huggingface/datasets/issues/7731/events | https://github.com/huggingface/datasets/issues/7731 | 3,303,637,075 | I_kwDODunzps7E6YBT | 7,731 | Add the possibility of a backend for audio decoding | {
"login": "intexcor",
"id": 142020129,
"node_id": "U_kgDOCHcOIQ",
"avatar_url": "https://avatars.githubusercontent.com/u/142020129?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/intexcor",
"html_url": "https://github.com/intexcor",
"followers_url": "https://api.github.com/users/intexcor/... | [
{
"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,754,651,336,000 | 1,755,707,373,000 | null | null | NONE | [] | null | null | null | null | ### Feature request
Add the possibility of a backend for audio decoding. Before version 4.0.0, soundfile was used, and now torchcodec is used, but the problem is that torchcodec requires ffmpeg, which is problematic to install on the same colab. Therefore, I suggest adding a decoder selection when loading the dataset.... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7731/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/7731/timeline | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | {
"blocked_by": 0,
"total_blocked_by": 0,
"blocking": 0,
"total_blocking": 0
} | null | false | [
"is there a work around im stuck",
"never mind just downgraded"
] |
https://api.github.com/repos/huggingface/datasets/issues/7730 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7730/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7730/comments | https://api.github.com/repos/huggingface/datasets/issues/7730/events | https://github.com/huggingface/datasets/pull/7730 | 3,301,907,242 | PR_kwDODunzps6iqTZI | 7,730 | Grammar fix: correct "showed" to "shown" in fingerprint.py | {
"login": "brchristian",
"id": 2460418,
"node_id": "MDQ6VXNlcjI0NjA0MTg=",
"avatar_url": "https://avatars.githubusercontent.com/u/2460418?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/brchristian",
"html_url": "https://github.com/brchristian",
"followers_url": "https://api.github.com/us... | [] | closed | false | [] | null | 0 | 1,754,601,776,000 | 1,755,110,070,000 | 1,755,090,776,000 | null | CONTRIBUTOR | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7730",
"html_url": "https://github.com/huggingface/datasets/pull/7730",
"diff_url": "https://github.com/huggingface/datasets/pull/7730.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7730.patch",
"merged_at": 1755090776000
} | This PR corrects a small grammatical issue in the outputs of fingerprint.py:
```diff
- "This warning is only showed once. Subsequent hashing failures won't be showed."
+ "This warning is only shown once. Subsequent hashing failures won't be shown."
```
| {
"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/7730/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/7730/timeline | null | null | null | null | null | true | [] |
https://api.github.com/repos/huggingface/datasets/issues/7729 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7729/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7729/comments | https://api.github.com/repos/huggingface/datasets/issues/7729/events | https://github.com/huggingface/datasets/issues/7729 | 3,300,672,954 | I_kwDODunzps7EvEW6 | 7,729 | OSError: libcudart.so.11.0: cannot open shared object file: No such file or directory | {
"login": "SaleemMalikAI",
"id": 115183904,
"node_id": "U_kgDOBt2RIA",
"avatar_url": "https://avatars.githubusercontent.com/u/115183904?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/SaleemMalikAI",
"html_url": "https://github.com/SaleemMalikAI",
"followers_url": "https://api.github.com/... | [] | open | false | [] | null | 1 | 1,754,575,643,000 | 1,758,680,235,000 | null | null | NONE | [] | null | null | null | null | > Hi is there any solution for that eror i try to install this one
pip install torch==1.12.1+cpu torchaudio==0.12.1+cpu -f https://download.pytorch.org/whl/torch_stable.html
this is working fine but tell me how to install pytorch version that is fit for gpu | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7729/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/7729/timeline | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | {
"blocked_by": 0,
"total_blocked_by": 0,
"blocking": 0,
"total_blocking": 0
} | null | false | [
"Is this related to the \"datasets\" library? @SaleemMalikAI "
] |
https://api.github.com/repos/huggingface/datasets/issues/7728 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7728/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7728/comments | https://api.github.com/repos/huggingface/datasets/issues/7728/events | https://github.com/huggingface/datasets/issues/7728 | 3,298,854,904 | I_kwDODunzps7EoIf4 | 7,728 | NonMatchingSplitsSizesError and ExpectedMoreSplitsError | {
"login": "efsotr",
"id": 104755879,
"node_id": "U_kgDOBj5ypw",
"avatar_url": "https://avatars.githubusercontent.com/u/104755879?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/efsotr",
"html_url": "https://github.com/efsotr",
"followers_url": "https://api.github.com/users/efsotr/follower... | [] | open | false | [] | null | 3 | 1,754,539,490,000 | 1,759,784,919,000 | null | null | NONE | [] | null | null | null | null | ### Describe the bug
When loading dataset, the info specified by `data_files` did not overwrite the original info.
### Steps to reproduce the bug
```python
from datasets import load_dataset
traindata = load_dataset(
"allenai/c4",
"en",
data_files={"train": "en/c4-train.00000-of-... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7728/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/7728/timeline | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | {
"blocked_by": 0,
"total_blocked_by": 0,
"blocking": 0,
"total_blocking": 0
} | null | false | [
"To load just one shard without errors, you should use data_files directly with split set to \"train\", but don’t specify \"allenai/c4\", since that points to the full dataset with all shards.\n\nInstead, do this:\n```\nfrom datasets import load_dataset\nfrom datasets import load_dataset\n\n# Load only one shard of... |
https://api.github.com/repos/huggingface/datasets/issues/7727 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7727/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7727/comments | https://api.github.com/repos/huggingface/datasets/issues/7727/events | https://github.com/huggingface/datasets/issues/7727 | 3,295,718,578 | I_kwDODunzps7EcKyy | 7,727 | config paths that start with ./ are not valid as hf:// accessed repos, but are valid when accessed locally | {
"login": "doctorpangloss",
"id": 2229300,
"node_id": "MDQ6VXNlcjIyMjkzMDA=",
"avatar_url": "https://avatars.githubusercontent.com/u/2229300?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/doctorpangloss",
"html_url": "https://github.com/doctorpangloss",
"followers_url": "https://api.gith... | [] | open | false | [] | null | 0 | 1,754,468,497,000 | 1,754,468,497,000 | null | null | NONE | [] | null | null | null | null | ### Describe the bug
```
- config_name: some_config
data_files:
- split: train
path:
- images/xyz/*.jpg
```
will correctly download but
```
- config_name: some_config
data_files:
- split: train
path:
- ./images/xyz/*.jpg
```
will error with `FileNotFoundError` due to improper url joining. `loa... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7727/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/7727/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/7726 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7726/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7726/comments | https://api.github.com/repos/huggingface/datasets/issues/7726/events | https://github.com/huggingface/datasets/pull/7726 | 3,293,789,832 | PR_kwDODunzps6iO_oF | 7,726 | fix(webdataset): don't .lower() field_name | {
"login": "YassineYousfi",
"id": 29985433,
"node_id": "MDQ6VXNlcjI5OTg1NDMz",
"avatar_url": "https://avatars.githubusercontent.com/u/29985433?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/YassineYousfi",
"html_url": "https://github.com/YassineYousfi",
"followers_url": "https://api.githu... | [] | closed | false | [] | null | 3 | 1,754,413,029,000 | 1,755,707,755,000 | 1,755,707,755,000 | null | CONTRIBUTOR | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7726",
"html_url": "https://github.com/huggingface/datasets/pull/7726",
"diff_url": "https://github.com/huggingface/datasets/pull/7726.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7726.patch",
"merged_at": 1755707755000
} | This fixes cases where keys have upper case identifiers | {
"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/7726/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/7726/timeline | null | null | null | null | null | true | [
"fixes: https://github.com/huggingface/datasets/issues/7732",
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7726). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.",
"CI failures are unrelat... |
https://api.github.com/repos/huggingface/datasets/issues/7724 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7724/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7724/comments | https://api.github.com/repos/huggingface/datasets/issues/7724/events | https://github.com/huggingface/datasets/issues/7724 | 3,292,315,241 | I_kwDODunzps7EPL5p | 7,724 | Can not stepinto load_dataset.py? | {
"login": "micklexqg",
"id": 13776012,
"node_id": "MDQ6VXNlcjEzNzc2MDEy",
"avatar_url": "https://avatars.githubusercontent.com/u/13776012?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/micklexqg",
"html_url": "https://github.com/micklexqg",
"followers_url": "https://api.github.com/users/... | [] | open | false | [] | null | 0 | 1,754,386,131,000 | 1,754,386,131,000 | null | null | NONE | [] | null | null | null | null | I set a breakpoint in "load_dataset.py" and try to debug my data load codes, but it does not stop at any breakpoints, so "load_dataset.py" can not be stepped into ?
<!-- Failed to upload "截图 2025-08-05 17-25-18.png" --> | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7724/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/7724/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/7723 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7723/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7723/comments | https://api.github.com/repos/huggingface/datasets/issues/7723/events | https://github.com/huggingface/datasets/issues/7723 | 3,289,943,261 | I_kwDODunzps7EGIzd | 7,723 | Don't remove `trust_remote_code` arg!!! | {
"login": "autosquid",
"id": 758925,
"node_id": "MDQ6VXNlcjc1ODkyNQ==",
"avatar_url": "https://avatars.githubusercontent.com/u/758925?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/autosquid",
"html_url": "https://github.com/autosquid",
"followers_url": "https://api.github.com/users/auto... | [
{
"id": 1935892871,
"node_id": "MDU6TGFiZWwxOTM1ODkyODcx",
"url": "https://api.github.com/repos/huggingface/datasets/labels/enhancement",
"name": "enhancement",
"color": "a2eeef",
"default": true,
"description": "New feature or request"
}
] | open | false | [] | null | 0 | 1,754,322,127,000 | 1,754,322,127,000 | null | null | NONE | [] | null | null | null | null | ### Feature request
defaulting it to False is nice balance. we need manully setting it to True in certain scenarios!
Add `trust_remote_code` arg back please!
### Motivation
defaulting it to False is nice balance. we need manully setting it to True in certain scenarios!
### Your contribution
defaulting it to Fals... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7723/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/7723/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/7722 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7722/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7722/comments | https://api.github.com/repos/huggingface/datasets/issues/7722/events | https://github.com/huggingface/datasets/issues/7722 | 3,289,741,064 | I_kwDODunzps7EFXcI | 7,722 | Out of memory even though using load_dataset(..., streaming=True) | {
"login": "padmalcom",
"id": 3961950,
"node_id": "MDQ6VXNlcjM5NjE5NTA=",
"avatar_url": "https://avatars.githubusercontent.com/u/3961950?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/padmalcom",
"html_url": "https://github.com/padmalcom",
"followers_url": "https://api.github.com/users/pa... | [] | open | false | [] | null | 0 | 1,754,318,515,000 | 1,754,318,515,000 | null | null | NONE | [] | null | null | null | null | ### Describe the bug
I am iterating over a large dataset that I load using streaming=True to avoid running out of memory. Unfortunately, I am observing that memory usage increases over time and I'm finally running in an oom.
### Steps to reproduce the bug
```
ds = load_dataset("openslr/librispeech_asr", split="tra... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7722/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/7722/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/7721 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7721/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7721/comments | https://api.github.com/repos/huggingface/datasets/issues/7721/events | https://github.com/huggingface/datasets/issues/7721 | 3,289,426,104 | I_kwDODunzps7EEKi4 | 7,721 | Bad split error message when using percentages | {
"login": "padmalcom",
"id": 3961950,
"node_id": "MDQ6VXNlcjM5NjE5NTA=",
"avatar_url": "https://avatars.githubusercontent.com/u/3961950?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/padmalcom",
"html_url": "https://github.com/padmalcom",
"followers_url": "https://api.github.com/users/pa... | [] | open | false | [] | null | 2 | 1,754,313,625,000 | 1,755,182,544,000 | null | null | NONE | [] | null | null | null | null | ### Describe the bug
Hi, I'm trying to download a dataset. To not load the entire dataset in memory, I split it as described [here](https://huggingface.co/docs/datasets/v4.0.0/loading#slice-splits) in 10% steps.
When doing so, the library returns this error:
raise ValueError(f"Bad split: {split}. Available splits... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7721/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/7721/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: add clearer validation/messages for percent-based splits + tests",
"The most basic example is this code:\n`load_dataset(\"openslr/librispeech_asr\", split=\"train[10%:20%]\")`\n\nThis results in this ValueError:\n```\n raise ValueError(f'Unknown split \"{split}\". Should be one of {l... |
https://api.github.com/repos/huggingface/datasets/issues/7720 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7720/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7720/comments | https://api.github.com/repos/huggingface/datasets/issues/7720/events | https://github.com/huggingface/datasets/issues/7720 | 3,287,150,513 | I_kwDODunzps7D7e-x | 7,720 | Datasets 4.0 map function causing column not found | {
"login": "Darejkal",
"id": 55143337,
"node_id": "MDQ6VXNlcjU1MTQzMzM3",
"avatar_url": "https://avatars.githubusercontent.com/u/55143337?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Darejkal",
"html_url": "https://github.com/Darejkal",
"followers_url": "https://api.github.com/users/Dar... | [] | open | false | [] | null | 3 | 1,754,225,554,000 | 1,754,594,614,000 | null | null | NONE | [] | null | null | null | null | ### Describe the bug
Column returned after mapping is not found in new instance of the dataset.
### Steps to reproduce the bug
Code for reproduction. After running get_total_audio_length, it is errored out due to `data` not having `duration`
```
def compute_duration(x):
return {"duration": len(x["audio"]["array"... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7720/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/7720/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, I tried to reproduce this issue on the latest `main` branch but it seems to be working correctly now. My test script (which creates a dummy dataset and applies the `.map()` function) successfully creates and accesses the new column without a `KeyError`.\n\nIt's possible this was fixed by a recent commit. The m... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.