Dataset Viewer
Auto-converted to Parquet Duplicate
html_url
stringlengths
48
51
title
stringlengths
5
273
body
stringlengths
0
44.3k
comments
stringlengths
63
135k
comment_length
int64
16
10.8k
text
stringlengths
149
139k
https://github.com/huggingface/datasets/issues/8201
encountered an error when loading data in webdataset format using `load_datasets` during multi-matchines training.
### describe the bug single-machine training works fine, but multi-machine training throws up all sorts of weird bugs. help me! ### steps to reproduce the bug train_dataset = load_dataset( "webdataset", data_files=args.train_dataset, split="train", streaming=true,cache_dir='/dev/shm/.cache' ) args.train_dataset is tar ...
hi @aihao2000 ! i was looking into this multi-machine training scenario and just opened a pr (#8203 ) that safely skips feature inference for empty shards during distributed streaming. please! check it out and see if it looks like it will resolve the weird bugs you were hitting!
48
encountered an error when loading data in webdataset format using `load_datasets` during multi-matchines training. ### describe the bug single-machine training works fine, but multi-machine training throws up all sorts of weird bugs. help me! ### steps to reproduce the bug train_dataset = load_dataset( "webdataset", d...
https://github.com/huggingface/datasets/issues/8201
encountered an error when loading data in webdataset format using `load_datasets` during multi-matchines training.
### describe the bug single-machine training works fine, but multi-machine training throws up all sorts of weird bugs. help me! ### steps to reproduce the bug train_dataset = load_dataset( "webdataset", data_files=args.train_dataset, split="train", streaming=true,cache_dir='/dev/shm/.cache' ) args.train_dataset is tar ...
it looks like there less dataset files (=shards) than ranks. we should improve the error message in that case and suggest to either disable streaming or to run fewer nodes. @aihao2000 are you using `split_dataset_by_node()` or `.shard()` to distributed the dataset among the training nodes ? thanks @wolfram-st for takin...
175
encountered an error when loading data in webdataset format using `load_datasets` during multi-matchines training. ### describe the bug single-machine training works fine, but multi-machine training throws up all sorts of weird bugs. help me! ### steps to reproduce the bug train_dataset = load_dataset( "webdataset", d...
https://github.com/huggingface/datasets/issues/8178
the full dataset viewer is not available (click to read why). only showing a preview of the rows. job manager crashed while running this job (missing heartbeats). error code: jobmanagercrashederror
### describe the bug the full dataset viewer is not available (click to read why). only showing a preview of the rows. job manager crashed while running this job (missing heartbeats). error code: jobmanagercrashederror see: <URL> ### steps to reproduce the bug deploy the dataset online ### expected behavior fix the err...
oh yeah, we hit something pretty similar when running a dataset viewer on a large collection (~3m rows) a few months back. the jobmanagercrashederror with missing heartbeats usually showed up for us when the server process ran out of memory or couldn’t keep up with the load spikes during dataset streaming. turns out, t...
154
the full dataset viewer is not available (click to read why). only showing a preview of the rows. job manager crashed while running this job (missing heartbeats). error code: jobmanagercrashederror ### describe the bug the full dataset viewer is not available (click to read why). only showing a preview of the rows. jo...
https://github.com/huggingface/datasets/issues/8178
the full dataset viewer is not available (click to read why). only showing a preview of the rows. job manager crashed while running this job (missing heartbeats). error code: jobmanagercrashederror
### describe the bug the full dataset viewer is not available (click to read why). only showing a preview of the rows. job manager crashed while running this job (missing heartbeats). error code: jobmanagercrashederror see: <URL> ### steps to reproduce the bug deploy the dataset online ### expected behavior fix the err...
> oh yeah, we hit something pretty similar when running a dataset viewer on a large collection (~3m rows) a few months back. the jobmanagercrashederror with missing heartbeats usually showed up for us when the server process ran out of memory or couldn’t keep up with the load spikes during dataset streaming. turns out,...
200
the full dataset viewer is not available (click to read why). only showing a preview of the rows. job manager crashed while running this job (missing heartbeats). error code: jobmanagercrashederror ### describe the bug the full dataset viewer is not available (click to read why). only showing a preview of the rows. jo...
https://github.com/huggingface/datasets/issues/8171
dataset ui shows 0:00/0:00 for audio after push_to_hub
i’m seeing an issue where audio previews in the dataset viewer show `0:00/0:00` after uploading with push_to_hub. ## what i did i tried to avoid `torchcodec` because i want to keep the packages small using the following code: python import io import os import shutil import tempfile from pathlib import path import pyarr...
hello, i am trying to find my first issue to resolve. i can't reproduce your problem. when i go in the hub ui to your dataset. i can see the length of each audio. it takes some time to load ## dataset card <img width="584" height="644" alt="image" src="<URL> /> ## data studio ui <img width="615" height="580" alt="image...
59
dataset ui shows 0:00/0:00 for audio after push_to_hub i’m seeing an issue where audio previews in the dataset viewer show `0:00/0:00` after uploading with push_to_hub. ## what i did i tried to avoid `torchcodec` because i want to keep the packages small using the following code: python import io import os import shut...
https://github.com/huggingface/datasets/issues/8171
dataset ui shows 0:00/0:00 for audio after push_to_hub
i’m seeing an issue where audio previews in the dataset viewer show `0:00/0:00` after uploading with push_to_hub. ## what i did i tried to avoid `torchcodec` because i want to keep the packages small using the following code: python import io import os import shutil import tempfile from pathlib import path import pyarr...
> hello, i am trying to find my first issue to resolve. i can't reproduce your problem. when i go in the hub ui to your dataset. i can see the length of each audio. it takes some time to load > > ## dataset card > <img alt="image" width="584" height="644" src="<URL> > ## data studio ui > <img alt="image" width="615" he...
78
dataset ui shows 0:00/0:00 for audio after push_to_hub i’m seeing an issue where audio previews in the dataset viewer show `0:00/0:00` after uploading with push_to_hub. ## what i did i tried to avoid `torchcodec` because i want to keep the packages small using the following code: python import io import os import shut...
https://github.com/huggingface/datasets/issues/8171
dataset ui shows 0:00/0:00 for audio after push_to_hub
i’m seeing an issue where audio previews in the dataset viewer show `0:00/0:00` after uploading with push_to_hub. ## what i did i tried to avoid `torchcodec` because i want to keep the packages small using the following code: python import io import os import shutil import tempfile from pathlib import path import pyarr...
hi ! there was an issue with flac indeed and it should fixed now. let me know if the issue persists
21
dataset ui shows 0:00/0:00 for audio after push_to_hub i’m seeing an issue where audio previews in the dataset viewer show `0:00/0:00` after uploading with push_to_hub. ## what i did i tried to avoid `torchcodec` because i want to keep the packages small using the following code: python import io import os import shut...
https://github.com/huggingface/datasets/issues/8169
streaming dataset hangs consistently
### describe the bug when loading a dataset with `streaming=true`, some background process prevents the script from ever returning (or at least for a very long time). this did not happen with `huggingface-hub < 1`. ### steps to reproduce the bug from datasets import load_dataset ds = load_dataset("iriis-research/nepali...
i pushed a workaround for the current version of pyarrow (24.0.0) and older versions at <URL> for future versions it should be fixed directly in pyarrow
26
streaming dataset hangs consistently ### describe the bug when loading a dataset with `streaming=true`, some background process prevents the script from ever returning (or at least for a very long time). this did not happen with `huggingface-hub < 1`. ### steps to reproduce the bug from datasets import load_dataset ds...
https://github.com/huggingface/datasets/issues/8165
iterabledataset: corrupted exif image silently terminates streaming iterator instead of skipping the sample
## summary when iterating over a streaming `iterabledataset` that contains images with corrupted exif metadata (e.g., a tiff rational tag with denominator=0), pil raises `zerodivisionerror` inside `exif_transpose`. this exception propagates through the huggingface `datasets` pipeline and **terminates the streaming iter...
hi ! would it be acceptable to return none instead of skipping ? this way we can provide the same api for non-streaming (since the length of the dataset is known in advance and fixed). then a subsequent .filter call can take care of skipping the samples. something like this maybe ? python ds = load_dataset(..., streami...
68
iterabledataset: corrupted exif image silently terminates streaming iterator instead of skipping the sample ## summary when iterating over a streaming `iterabledataset` that contains images with corrupted exif metadata (e.g., a tiff rational tag with denominator=0), pil raises `zerodivisionerror` inside `exif_transpos...
https://github.com/huggingface/datasets/issues/8165
iterabledataset: corrupted exif image silently terminates streaming iterator instead of skipping the sample
## summary when iterating over a streaming `iterabledataset` that contains images with corrupted exif metadata (e.g., a tiff rational tag with denominator=0), pil raises `zerodivisionerror` inside `exif_transpose`. this exception propagates through the huggingface `datasets` pipeline and **terminates the streaming iter...
thanks @lhoestq — your `decode(on_error=...)` proposal is cleaner than my original `skip_corrupted_images` idea: - cleanly separates error handling from filtering (`.filter()` does the filtering) - the same call works for both streaming and non-streaming - generalizes beyond `image` to any decode-aware feature i'd like...
376
iterabledataset: corrupted exif image silently terminates streaming iterator instead of skipping the sample ## summary when iterating over a streaming `iterabledataset` that contains images with corrupted exif metadata (e.g., a tiff rational tag with denominator=0), pil raises `zerodivisionerror` inside `exif_transpos...
https://github.com/huggingface/datasets/issues/8165
iterabledataset: corrupted exif image silently terminates streaming iterator instead of skipping the sample
## summary when iterating over a streaming `iterabledataset` that contains images with corrupted exif metadata (e.g., a tiff rational tag with denominator=0), pil raises `zerodivisionerror` inside `exif_transpose`. this exception propagates through the huggingface `datasets` pipeline and **terminates the streaming iter...
sounds good ! > q1 — exception scope: catch all exception, or a whitelist? real failures observed across the issues above include oserror, zerodivisionerror, unidentifiedimageerror, unicodedecodeerror. yes it should be enough, at least for now > q2 — default: on_error="raise" to preserve current behavior? yes this way ...
148
iterabledataset: corrupted exif image silently terminates streaming iterator instead of skipping the sample ## summary when iterating over a streaming `iterabledataset` that contains images with corrupted exif metadata (e.g., a tiff rational tag with denominator=0), pil raises `zerodivisionerror` inside `exif_transpos...
https://github.com/huggingface/datasets/issues/8165
iterabledataset: corrupted exif image silently terminates streaming iterator instead of skipping the sample
## summary when iterating over a streaming `iterabledataset` that contains images with corrupted exif metadata (e.g., a tiff rational tag with denominator=0), pil raises `zerodivisionerror` inside `exif_transpose`. this exception propagates through the huggingface `datasets` pipeline and **terminates the streaming iter...
pr submitted: #8174 — implements the `on_error` design discussed above (image/audio/video features + `iterabledataset.decode(on_error=...)`), with the original `exif_transpose` reproducer covered as a regression test.
24
iterabledataset: corrupted exif image silently terminates streaming iterator instead of skipping the sample ## summary when iterating over a streaming `iterabledataset` that contains images with corrupted exif metadata (e.g., a tiff rational tag with denominator=0), pil raises `zerodivisionerror` inside `exif_transpos...
https://github.com/huggingface/datasets/issues/8164
lance: hf auth token dropped for private repos in streaming mode (broken `storage_options` lookup)
### describe the bug when `lance._split_generators` receives `hf://` uris - i.e. anywhere a `streamingdownloadmanager` is in play (`load_dataset(..., streaming=true)`, `get_dataset_split_names`, and the dataset-viewer worker) - the hf auth token is silently dropped before reaching `lance.dataset(...)`. lance then attem...
i can see the fix. changing `split("://", 0)` to `split("://", 1)` and removing the `+ "://"` suffix. the key lookup should be `"hf"` not `"hf://"`. i'd like to submit a pr for this. is this still open?
37
lance: hf auth token dropped for private repos in streaming mode (broken `storage_options` lookup) ### describe the bug when `lance._split_generators` receives `hf://` uris - i.e. anywhere a `streamingdownloadmanager` is in play (`load_dataset(..., streaming=true)`, `get_dataset_split_names`, and the dataset-viewer wo...
https://github.com/huggingface/datasets/issues/8164
lance: hf auth token dropped for private repos in streaming mode (broken `storage_options` lookup)
### describe the bug when `lance._split_generators` receives `hf://` uris - i.e. anywhere a `streamingdownloadmanager` is in play (`load_dataset(..., streaming=true)`, `get_dataset_split_names`, and the dataset-viewer worker) - the hf auth token is silently dropped before reaching `lance.dataset(...)`. lance then attem...
well, i am already writing a pr for this, and it is just about to be submitted.
17
lance: hf auth token dropped for private repos in streaming mode (broken `storage_options` lookup) ### describe the bug when `lance._split_generators` receives `hf://` uris - i.e. anywhere a `streamingdownloadmanager` is in play (`load_dataset(..., streaming=true)`, `get_dataset_split_names`, and the dataset-viewer wo...
https://github.com/huggingface/datasets/issues/8159
tests/conftest.py, tests/_test_patching.py, tests/fixtures/fsspec.py and other files are missing from the pypi distribution
### describe the bug version: 4.8.5 ### steps to reproduce the bug n/a ### expected behavior n/a ### environment info n/a
hey, ran into something similar a while back when we were packaging a custom dataset loader for a client at v4.7.x. turns out, pypi distributions sometimes skip test files and fixtures like `conftest.py` since they're not critical for runtime—honestly, it's a packaging config thing in `setup.py` or `pyproject.toml`. we...
76
tests/conftest.py, tests/_test_patching.py, tests/fixtures/fsspec.py and other files are missing from the pypi distribution ### describe the bug version: 4.8.5 ### steps to reproduce the bug n/a ### expected behavior n/a ### environment info n/a hey, ran into something similar a while back when we were packaging a cu...
https://github.com/huggingface/datasets/issues/8149
[optimization] prevent per-thread instantiation of cloud storage filesystem during data loading initialization
### feature request modify the dataset loading initialization, so that fsspec filesystem instances (like gcsfilesystem or s3filesystem) are instantiated once in the main thread and explicitly passed down to the background threads. by pre-instantiating the fs object in the main thread (where the directory cache from glo...
i think arbitrary filesystems would be recreated in every thread in any case, unlike h<ORG>tem which has custom code to handle this.
22
[optimization] prevent per-thread instantiation of cloud storage filesystem during data loading initialization ### feature request modify the dataset loading initialization, so that fsspec filesystem instances (like gcsfilesystem or s3filesystem) are instantiated once in the main thread and explicitly passed down to t...
https://github.com/huggingface/datasets/issues/8145
`.map()` on a streaming iterabledataset silently skips examples after load_state_dict
### describe the bug after `ds.map(fn)` on a streaming iterabledataset, saving state_dict() and loading it into a fresh dataset does not resume at the correct position. it jumps forward by up to one arrow read-chunk (~1000 rows). ### steps to reproduce the bug python from datasets import dataset ds1 = dataset.from_dict...
i think this line here is causing issues: <URL> it ignored force_convert_to_python, so it consumed a full arrow chunk. i think it can be fixed if you add `self.force_convert_to_python` to the condition it forces formatting to iterate row-by-row as python examples instead of using arrow batches, which prevents state tra...
58
`.map()` on a streaming iterabledataset silently skips examples after load_state_dict ### describe the bug after `ds.map(fn)` on a streaming iterabledataset, saving state_dict() and loading it into a fresh dataset does not resume at the correct position. it jumps forward by up to one arrow read-chunk (~1000 rows). ###...
https://github.com/huggingface/datasets/issues/8131
datasets.to_list: behaviour change in version 4.7.0 with the addition of json type
### describe the bug there is a change in the approach to decoding json types, added in <<MISC>RL> since 4.7.0, to_list() returns raw json strings for columns stored as json(), while direct access via __getitem__ returns dicts. in versions prior to 4.7.0, to_list() returned dicts. ### steps to reproduce the bug 1. have...
i think we can go for the same approach as in <URL> which decodes the json data (and supports json nested in other objects) (or decide to decode all the features types, which i think could make sense, but this needs more careful handling so this should be discussed in another issue)
52
datasets.to_list: behaviour change in version 4.7.0 with the addition of json type ### describe the bug there is a change in the approach to decoding json types, added in <<MISC>RL> since 4.7.0, to_list() returns raw json strings for columns stored as json(), while direct access via __getitem__ returns dicts. in versi...
https://github.com/huggingface/datasets/issues/8131
datasets.to_list: behaviour change in version 4.7.0 with the addition of json type
### describe the bug there is a change in the approach to decoding json types, added in <<MISC>RL> since 4.7.0, to_list() returns raw json strings for columns stored as json(), while direct access via __getitem__ returns dicts. in versions prior to 4.7.0, to_list() returned dicts. ### steps to reproduce the bug 1. have...
disregard the self-assign — i missed that pr #8137 already has this covered. sorry for the noise.
17
datasets.to_list: behaviour change in version 4.7.0 with the addition of json type ### describe the bug there is a change in the approach to decoding json types, added in <<MISC>RL> since 4.7.0, to_list() returns raw json strings for columns stored as json(), while direct access via __getitem__ returns dicts. in versi...
https://github.com/huggingface/datasets/issues/8129
`load_dataset()` hangs when `hf_xet` is enabled
### describe the bug hi! i am getting a peculiar download issue on the latest versions of `datasets` and `hfh` where datasets hang indefinitely: py from datasets import load_dataset load_dataset("openai/gsm8k", "main", split="test") note that: - streaming=true works. - direct hub access works. - the issue disappears wh...
apologies, seems to have been a stale cache issue. nuking the datasets cache fixed the issue
16
`load_dataset()` hangs when `hf_xet` is enabled ### describe the bug hi! i am getting a peculiar download issue on the latest versions of `datasets` and `hfh` where datasets hang indefinitely: py from datasets import load_dataset load_dataset("openai/gsm8k", "main", split="test") note that: - streaming=true works. - d...
https://github.com/huggingface/datasets/issues/8125
feature request: being able to disable chmod for flat permission filesystems
### feature request for flat permission file systems, `os.chmod` simply fails when trying to cache datasets - in some places such as: <URL> for arrow datasets. this seems to be optional to obtained desired behavior as simply commenting it out makes our workload work as expected. hence the feature request would be to se...
context: the operation fails on gcs fuse mounts, and likely will on similar s3-backed file systems. file "/home/user/.venv/lib/python3.12/site-packages/datasets/arrow_dataset.py", line 3747, in _map_single os.chmod(cache_file_name, 0o666 & ~umask) permissionerror: [errno 1] operation not permitted: '/mnt/data/cache_ 55...
34
feature request: being able to disable chmod for flat permission filesystems ### feature request for flat permission file systems, `os.chmod` simply fails when trying to cache datasets - in some places such as: <URL> for arrow datasets. this seems to be optional to obtained desired behavior as simply commenting it out...
https://github.com/huggingface/datasets/issues/8120
patch fields truncated — missing trailing newlines
description: multiple entries in the dataset have patches (test.patch and fix.patch) and f2p_patch fields with truncated content. the trailing blank lines that are part of valid unified diff format are stripped, causing git apply to fail with "corrupt patch" errors. affected instances (confirmed): atlanhq_atlan-python_...
hi, i'd like to work on this issue. i'll try to reproduce this issue and see where the newline is being stripped.
22
patch fields truncated — missing trailing newlines description: multiple entries in the dataset have patches (test.patch and fix.patch) and f2p_patch fields with truncated content. the trailing blank lines that are part of valid unified diff format are stripped, causing git apply to fail with "corrupt patch" errors. a...
https://github.com/huggingface/datasets/issues/8120
patch fields truncated — missing trailing newlines
description: multiple entries in the dataset have patches (test.patch and fix.patch) and f2p_patch fields with truncated content. the trailing blank lines that are part of valid unified diff format are stripped, causing git apply to fail with "corrupt patch" errors. affected instances (confirmed): atlanhq_atlan-python_...
hi @hetao-git i was able to reproduce this issue, i used the instance "atlanhq_atlan-python_pr37" from the aweai-team/scale-swe dataset. i observed that applying the g<MISC>ub patch (pull/37.diff) on the correct base commit (7463d13b525011571703899ee4e668a9e313feac) works successfully, but the dataset provided patches ...
97
patch fields truncated — missing trailing newlines description: multiple entries in the dataset have patches (test.patch and fix.patch) and f2p_patch fields with truncated content. the trailing blank lines that are part of valid unified diff format are stripped, causing git apply to fail with "corrupt patch" errors. a...
https://github.com/huggingface/datasets/issues/8116
`to_json()` serializes `json()` feature as escaped string instead of native json object
### describe the bug when a dataset column uses the `json()` feature type, calling `to_json()` writes the value as an escaped json string (e.g., `"{\"cat_a\":1,\"cat_b\":2}"`) instead of a native json object (e.g., `{"cat_a":1,"cat_b":2}`). this causes two problems: 1. the output json file is not interoperable with oth...
hi! i ran into this issue as well, i think the root cause was that under `_batch_json()` of `jsondatasetwriter` it was directly exporting the encoded string without decoding it first. i will try to add a pr with a small fix.
41
`to_json()` serializes `json()` feature as escaped string instead of native json object ### describe the bug when a dataset column uses the `json()` feature type, calling `to_json()` writes the value as an escaped json string (e.g., `"{\"cat_a\":1,\"cat_b\":2}"`) instead of a native json object (e.g., `{"cat_a":1,"cat...
https://github.com/huggingface/datasets/issues/8110
`set_format` resets features
### describe the bug calling `dataset.set_format('...')` resets the informative features such as `array2d` etc. back into `list(list(value))` and so on. ### steps to reproduce the bug py >>> dataset.features {'lld': array2d(shape=(none, 26), dtype='float32')} >>> dataset.set_format('torch') >>> dataset.features {'lld':...
couldn't replicate with: bash platform: macos python: 3.10.9 datasets: 4.8.4 huggingface_hub: 0.36.2 pyarrow: 23.0.1 pandas: 2.3.3 fsspec: 2026.2.0 python import datasets from datasets import array2d, dataset import numpy as np # create a dataset with array2d feature data = {"lld": [np.zeros((5, 26), dtype="float32").t...
64
`set_format` resets features ### describe the bug calling `dataset.set_format('...')` resets the informative features such as `array2d` etc. back into `list(list(value))` and so on. ### steps to reproduce the bug py >>> dataset.features {'lld': array2d(shape=(none, 26), dtype='float32')} >>> dataset.set_format('torch'...
https://github.com/huggingface/datasets/issues/8110
`set_format` resets features
### describe the bug calling `dataset.set_format('...')` resets the informative features such as `array2d` etc. back into `list(list(value))` and so on. ### steps to reproduce the bug py >>> dataset.features {'lld': array2d(shape=(none, 26), dtype='float32')} >>> dataset.set_format('torch') >>> dataset.features {'lld':...
hi! triaging older issues — i couldn't reproduce this on current `main`. python >>> from datasets import dataset, features, array2d >>> import numpy as np >>> features = features({"lld": array2d(shape=(5, 26), dtype="float32")}) >>> ds = dataset.from_dict( ... {"lld": [np.zeros((5, 26), dtype=np.float32).tolist()] * 2}...
169
`set_format` resets features ### describe the bug calling `dataset.set_format('...')` resets the informative features such as `array2d` etc. back into `list(list(value))` and so on. ### steps to reproduce the bug py >>> dataset.features {'lld': array2d(shape=(none, 26), dtype='float32')} >>> dataset.set_format('torch'...
https://github.com/huggingface/datasets/issues/8110
`set_format` resets features
### describe the bug calling `dataset.set_format('...')` resets the informative features such as `array2d` etc. back into `list(list(value))` and so on. ### steps to reproduce the bug py >>> dataset.features {'lld': array2d(shape=(none, 26), dtype='float32')} >>> dataset.set_format('torch') >>> dataset.features {'lld':...
if two people couldn't reproduce with `4.8.4` and `4.8.6` then i guess it doesn't exist anymore, closing
17
`set_format` resets features ### describe the bug calling `dataset.set_format('...')` resets the informative features such as `array2d` etc. back into `list(list(value))` and so on. ### steps to reproduce the bug py >>> dataset.features {'lld': array2d(shape=(none, 26), dtype='float32')} >>> dataset.set_format('torch'...
https://github.com/huggingface/datasets/issues/8201
encountered an error when loading data in webdataset format using `load_datasets` during multi-matchines training.
### describe the bug single-machine training works fine, but multi-machine training throws up all sorts of weird bugs. help me! ### steps to reproduce the bug train_dataset = load_dataset( "webdataset", data_files=args.train_dataset, split="train", streaming=true,cache_dir='/dev/shm/.cache' ) args.train_dataset is tar ...
hi @aihao2000 ! i was looking into this multi-machine training scenario and just opened a pr (#8203 ) that safely skips feature inference for empty shards during distributed streaming. please! check it out and see if it looks like it will resolve the weird bugs you were hitting!
48
encountered an error when loading data in webdataset format using `load_datasets` during multi-matchines training. ### describe the bug single-machine training works fine, but multi-machine training throws up all sorts of weird bugs. help me! ### steps to reproduce the bug train_dataset = load_dataset( "webdataset", d...
https://github.com/huggingface/datasets/issues/8201
encountered an error when loading data in webdataset format using `load_datasets` during multi-matchines training.
### describe the bug single-machine training works fine, but multi-machine training throws up all sorts of weird bugs. help me! ### steps to reproduce the bug train_dataset = load_dataset( "webdataset", data_files=args.train_dataset, split="train", streaming=true,cache_dir='/dev/shm/.cache' ) args.train_dataset is tar ...
it looks like there less dataset files (=shards) than ranks. we should improve the error message in that case and suggest to either disable streaming or to run fewer nodes. @aihao2000 are you using `split_dataset_by_node()` or `.shard()` to distributed the dataset among the training nodes ? thanks @wolfram-st for takin...
175
encountered an error when loading data in webdataset format using `load_datasets` during multi-matchines training. ### describe the bug single-machine training works fine, but multi-machine training throws up all sorts of weird bugs. help me! ### steps to reproduce the bug train_dataset = load_dataset( "webdataset", d...
https://github.com/huggingface/datasets/issues/8178
the full dataset viewer is not available (click to read why). only showing a preview of the rows. job manager crashed while running this job (missing heartbeats). error code: jobmanagercrashederror
### describe the bug the full dataset viewer is not available (click to read why). only showing a preview of the rows. job manager crashed while running this job (missing heartbeats). error code: jobmanagercrashederror see: <URL> ### steps to reproduce the bug deploy the dataset online ### expected behavior fix the err...
oh yeah, we hit something pretty similar when running a dataset viewer on a large collection (~3m rows) a few months back. the jobmanagercrashederror with missing heartbeats usually showed up for us when the server process ran out of memory or couldn’t keep up with the load spikes during dataset streaming. turns out, t...
154
the full dataset viewer is not available (click to read why). only showing a preview of the rows. job manager crashed while running this job (missing heartbeats). error code: jobmanagercrashederror ### describe the bug the full dataset viewer is not available (click to read why). only showing a preview of the rows. jo...
https://github.com/huggingface/datasets/issues/8178
the full dataset viewer is not available (click to read why). only showing a preview of the rows. job manager crashed while running this job (missing heartbeats). error code: jobmanagercrashederror
### describe the bug the full dataset viewer is not available (click to read why). only showing a preview of the rows. job manager crashed while running this job (missing heartbeats). error code: jobmanagercrashederror see: <URL> ### steps to reproduce the bug deploy the dataset online ### expected behavior fix the err...
> oh yeah, we hit something pretty similar when running a dataset viewer on a large collection (~3m rows) a few months back. the jobmanagercrashederror with missing heartbeats usually showed up for us when the server process ran out of memory or couldn’t keep up with the load spikes during dataset streaming. turns out,...
200
the full dataset viewer is not available (click to read why). only showing a preview of the rows. job manager crashed while running this job (missing heartbeats). error code: jobmanagercrashederror ### describe the bug the full dataset viewer is not available (click to read why). only showing a preview of the rows. jo...
https://github.com/huggingface/datasets/issues/8171
dataset ui shows 0:00/0:00 for audio after push_to_hub
i’m seeing an issue where audio previews in the dataset viewer show `0:00/0:00` after uploading with push_to_hub. ## what i did i tried to avoid `torchcodec` because i want to keep the packages small using the following code: python import io import os import shutil import tempfile from pathlib import path import pyarr...
hello, i am trying to find my first issue to resolve. i can't reproduce your problem. when i go in the hub ui to your dataset. i can see the length of each audio. it takes some time to load ## dataset card <img width="584" height="644" alt="image" src="<URL> /> ## data studio ui <img width="615" height="580" alt="image...
59
dataset ui shows 0:00/0:00 for audio after push_to_hub i’m seeing an issue where audio previews in the dataset viewer show `0:00/0:00` after uploading with push_to_hub. ## what i did i tried to avoid `torchcodec` because i want to keep the packages small using the following code: python import io import os import shut...
https://github.com/huggingface/datasets/issues/8171
dataset ui shows 0:00/0:00 for audio after push_to_hub
i’m seeing an issue where audio previews in the dataset viewer show `0:00/0:00` after uploading with push_to_hub. ## what i did i tried to avoid `torchcodec` because i want to keep the packages small using the following code: python import io import os import shutil import tempfile from pathlib import path import pyarr...
> hello, i am trying to find my first issue to resolve. i can't reproduce your problem. when i go in the hub ui to your dataset. i can see the length of each audio. it takes some time to load > > ## dataset card > <img alt="image" width="584" height="644" src="<URL> > ## data studio ui > <img alt="image" width="615" he...
78
dataset ui shows 0:00/0:00 for audio after push_to_hub i’m seeing an issue where audio previews in the dataset viewer show `0:00/0:00` after uploading with push_to_hub. ## what i did i tried to avoid `torchcodec` because i want to keep the packages small using the following code: python import io import os import shut...
https://github.com/huggingface/datasets/issues/8171
dataset ui shows 0:00/0:00 for audio after push_to_hub
i’m seeing an issue where audio previews in the dataset viewer show `0:00/0:00` after uploading with push_to_hub. ## what i did i tried to avoid `torchcodec` because i want to keep the packages small using the following code: python import io import os import shutil import tempfile from pathlib import path import pyarr...
hi ! there was an issue with flac indeed and it should fixed now. let me know if the issue persists
21
dataset ui shows 0:00/0:00 for audio after push_to_hub i’m seeing an issue where audio previews in the dataset viewer show `0:00/0:00` after uploading with push_to_hub. ## what i did i tried to avoid `torchcodec` because i want to keep the packages small using the following code: python import io import os import shut...
https://github.com/huggingface/datasets/issues/8169
streaming dataset hangs consistently
### describe the bug when loading a dataset with `streaming=true`, some background process prevents the script from ever returning (or at least for a very long time). this did not happen with `huggingface-hub < 1`. ### steps to reproduce the bug from datasets import load_dataset ds = load_dataset("iriis-research/nepali...
i pushed a workaround for the current version of pyarrow (24.0.0) and older versions at <URL> for future versions it should be fixed directly in pyarrow
26
streaming dataset hangs consistently ### describe the bug when loading a dataset with `streaming=true`, some background process prevents the script from ever returning (or at least for a very long time). this did not happen with `huggingface-hub < 1`. ### steps to reproduce the bug from datasets import load_dataset ds...
https://github.com/huggingface/datasets/issues/8165
iterabledataset: corrupted exif image silently terminates streaming iterator instead of skipping the sample
## summary when iterating over a streaming `iterabledataset` that contains images with corrupted exif metadata (e.g., a tiff rational tag with denominator=0), pil raises `zerodivisionerror` inside `exif_transpose`. this exception propagates through the huggingface `datasets` pipeline and **terminates the streaming iter...
hi ! would it be acceptable to return none instead of skipping ? this way we can provide the same api for non-streaming (since the length of the dataset is known in advance and fixed). then a subsequent .filter call can take care of skipping the samples. something like this maybe ? python ds = load_dataset(..., streami...
68
iterabledataset: corrupted exif image silently terminates streaming iterator instead of skipping the sample ## summary when iterating over a streaming `iterabledataset` that contains images with corrupted exif metadata (e.g., a tiff rational tag with denominator=0), pil raises `zerodivisionerror` inside `exif_transpos...
End of preview. Expand in Data Studio

Dataset Card for GitHub-Issues_AT1_rev_a GitHub Issues is a dataset consisting of GitHub issues and pull requests associated with the 🤗 Datasets repository. the datset is being used to create text-classification and text-retirval FAISS model.

Dataset Details Point of Contact: Adam Bradley Dataset Description GitHub Issues is a dataset consisting of GitHub issues and pull requests associated with the 🤗 Datasets repository. It is intended for educational purposes and can be used for semantic search or multilabel text classification. The contents of each GitHub issue are in English and concern the domain of datasets for NLP, computer vision, and beyond.

Curated by: title: "huggingface/datasets" Authors: "https://orcid.org/0000-0003-1727-1045" as found at {https://github.com/huggingface/datasets/blob/main/CITATION.cff}

Language(s) (NLP): en monolingual

License: Apache-2.0 MIT

Dataset Sources [optional] Source: original as published at https://api.github.com/repos/huggingface/datasets/issues. Platform: GitHub

Repository: https://api.github.com/repos/huggingface/datasets/issues Repository: huggingface/datsets Paper: ["Datasets: A Community Library for Natural Language Processing"] https://doi.org/10.48550/arxiv.2109.02846 DataType: structured JSON via REST API Uses Used to Illustrate application of Data_retrieval using GitHub API and data processing including stripping, Regex, NER for compliance to APP regulations

Direct Use GitHub issues are subject to the licenses of the parent repositories (e.g., Apache 2.0, MIT)

Out-of-Scope Use Redistribution of modified version of this corpus, requires complaince to the "Attribution" or "ShareAlike" clauses of the original software projects. This data is only licensed for use in research and educational applications.

Dataset Structure Data Instances This section describes

Data Fields Data reproduced from the original GitHub-Issues dataset: Title: The subject line of the issue. Often contains specific project names or error summaries. Body: The main description of the issue containing code blocks, logs, stack traces, and email signatures. Comments: (Often a list of strings) The discussion thread involving multiple users

Metadata: User(login,id,avatar_url, author_association(role), labels, state (open/closed)

Technical Fields: html_url, id/Node_id, number, repository_url

Dataset Creation Curation Rationale The dataset is intended for educational purposes and can be used for semantic search or multilabel text classification.

Source Data Issues and issues resolution associated with all hugging face datasets published under the citation.

Data Collection and Processing Sent GET Request to GitHub API Handle Pagination Store raw Json repsonses Ammended file with comments Cleaned text - Strip, Regex and NER

Data Schema Standard GitHub Rest API Schema for issues Includes technical content and adminstrative meta data. Core content Fields: Title(string) Body(string) Comments (list of strings/dicts) is_pull_request(bool) Identity and Asociation Fields: User (Login, ID,Avatar URL)(dict) Author association(string) Assignee/Assignees(dict/string) Metadata: Labels(list) State (strong) Number(int) Milestone(Dict/Null) Technical Traceability: url: html_url: repository_url: nodes_id:(string) Timestamps: created_at: updated_at: closed at:

Who are the source data producers? The data set is subject to Copyright. content was created by the original project members associa

Annotations [optional] No annotation

Personal and Sensitive Information The orginal data, provided for education purposes does include data that might be considered personal, sensitive, or private anonymization process included Regex and NER

Bias, Risks, and Limitations The data has been extract from the "https://api.github.com/repos/huggingface/datasets/issues". The data was generated as a educational data source to enable the creation of semantic search or multilabel text classification “attribution” and “ShareAlike clauses of the original software projects apply to content. Under APP and GDPR/CCPA regulations, a person has the right to delete their data.

Recommendations This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. Log content may include some material that may reflect development iteration and could offend.

Citation [(https://orcid.org/0000-0003-1727-1045),]

BibTeX:

@inproceedings{lhoest-etal-2021-datasets, title = "Datasets: A Community Library for Natural Language Processing", author = "Lhoest, Quentin and Villanova del Moral, Albert and Jernite, Yacine and Thakur, Abhishek and von Platen, Patrick and Patil, Suraj and Chaumond, Julien and Drame, Mariama and Plu, Julien and Tunstall, Lewis and Davison, Joe and {\v{S}}a{\v{s}}ko, Mario and Chhablani, Gunjan and Malik, Bhavitvya and Brandeis, Simon and Le Scao, Teven and Sanh, Victor and Xu, Canwen and Patry, Nicolas and McMillan-Major, Angelina and Schmid, Philipp and Gugger, Sylvain and Delangue, Cl{'e}ment and Matussi{`e}re, Th{'e}o and Debut, Lysandre and Bekman, Stas and Cistac, Pierric and Goehringer, Thibault and Mustar, Victor and Lagunas, Fran{\c{c}}ois and Rush, Alexander and Wolf, Thomas", editor = "Adel, Heike and Shi, Shuming", booktitle = "Proceedings of the 2021 Conference on Empirical Methods in Natural Language Processing: System Demonstrations", month = nov, year = "2021", address = "Online and Punta Cana, Dominican Republic", publisher = "Association for Computational Linguistics", url = "https://aclanthology.org/2021.emnlp-demo.21/", doi = "10.18653/v1/2021.emnlp-demo.21", pages = "175--184", abstract = "The scale, variety, and quantity of publicly-available NLP datasets has grown rapidly as researchers propose new tasks, larger models, and novel benchmarks. Datasets is a community library for contemporary NLP designed to support this ecosystem. Datasets aims to standardize end-user interfaces, versioning, and documentation, while providing a lightweight front-end that behaves similarly for small datasets as for internet-scale corpora. The design of the library incorporates a distributed, community-driven approach to adding datasets and documenting usage. After a year of development, the library now includes more than 650 unique datasets, has more than 250 contributors, and has helped support a variety of novel cross-dataset research projects and shared tasks. The library is available at \url{https://github.com/huggingface/datasets}." } @misc{huggingface_datasets, author = {Hugging Face}, title = {Datasets: A community library for datasets in machine learning}, year = {2021}, howpublished = {\url{https://github.com/huggingface/datasets}}, note = {Accessed: 2026-04-25} }

APA:

Dataset Card Authors Adam Bradley

Dataset Card Contact Adam Bradley

Downloads last month
13