html_url stringlengths 48 51 | title stringlengths 5 280 | comments stringlengths 63 51.8k | body stringlengths 0 36.2k ⌀ | comment_length int64 16 1.52k | text stringlengths 159 54.1k | embeddings listlengths 768 768 |
|---|---|---|---|---|---|---|
https://github.com/huggingface/datasets/issues/5717 | Errror when saving to disk a dataset of images | OK, thanks! The dataset is currently hosted on a gcs bucket. How would you like to proceed for sharing the link? | ### Describe the bug
Hello!
I have an issue when I try to save on disk my dataset of images. The error I get is:
```
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/jplu/miniconda3/envs/image-xp/lib/python3.10/site-packages/datasets/arrow_dataset.py", line 1442, in save_... | 21 | Errror when saving to disk a dataset of images
### Describe the bug
Hello!
I have an issue when I try to save on disk my dataset of images. The error I get is:
```
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/jplu/miniconda3/envs/image-xp/lib/python3.10/site-package... | [
-0.07521139830350876,
-0.44404366612434387,
-0.10259996354579926,
0.3910180926322937,
0.41029804944992065,
0.2558816969394684,
0.09858527779579163,
0.1443820297718048,
-0.2370341420173645,
0.16042836010456085,
0.12004078179597855,
0.21003735065460205,
-0.3723728656768799,
-0.16315640509128... |
https://github.com/huggingface/datasets/issues/5717 | Errror when saving to disk a dataset of images | You could follow [this](https://cloud.google.com/storage/docs/collaboration#browser) procedure or upload the dataset to Google Drive (50K images is not that much unless high-res) and send me an email with the link. | ### Describe the bug
Hello!
I have an issue when I try to save on disk my dataset of images. The error I get is:
```
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/jplu/miniconda3/envs/image-xp/lib/python3.10/site-packages/datasets/arrow_dataset.py", line 1442, in save_... | 28 | Errror when saving to disk a dataset of images
### Describe the bug
Hello!
I have an issue when I try to save on disk my dataset of images. The error I get is:
```
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/jplu/miniconda3/envs/image-xp/lib/python3.10/site-package... | [
-0.07521139830350876,
-0.44404366612434387,
-0.10259996354579926,
0.3910180926322937,
0.41029804944992065,
0.2558816969394684,
0.09858527779579163,
0.1443820297718048,
-0.2370341420173645,
0.16042836010456085,
0.12004078179597855,
0.21003735065460205,
-0.3723728656768799,
-0.16315640509128... |
https://github.com/huggingface/datasets/issues/5717 | Errror when saving to disk a dataset of images | Thanks @jplu! I managed to reproduce the `TypeError` - it stems from [this](https://github.com/huggingface/datasets/blob/e3f4f124a1b118a5bfff5bae76b25a68aedbebbc/src/datasets/features/image.py#L258-L264) line, which can return a `ChunkedArray` (its mask is also chunked then, which Arrow does not allow) when the embedde... | ### Describe the bug
Hello!
I have an issue when I try to save on disk my dataset of images. The error I get is:
```
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/jplu/miniconda3/envs/image-xp/lib/python3.10/site-packages/datasets/arrow_dataset.py", line 1442, in save_... | 48 | Errror when saving to disk a dataset of images
### Describe the bug
Hello!
I have an issue when I try to save on disk my dataset of images. The error I get is:
```
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/jplu/miniconda3/envs/image-xp/lib/python3.10/site-package... | [
-0.07521139830350876,
-0.44404366612434387,
-0.10259996354579926,
0.3910180926322937,
0.41029804944992065,
0.2558816969394684,
0.09858527779579163,
0.1443820297718048,
-0.2370341420173645,
0.16042836010456085,
0.12004078179597855,
0.21003735065460205,
-0.3723728656768799,
-0.16315640509128... |
https://github.com/huggingface/datasets/issues/5717 | Errror when saving to disk a dataset of images | @yairl-dn You should be able to bypass this issue by reducing `datasets.config.DEFAULT_MAX_BATCH_SIZE` (1000 by default)
In Datasets 3.0, the Image storage format will be simplified, so this should be easier to fix then. | ### Describe the bug
Hello!
I have an issue when I try to save on disk my dataset of images. The error I get is:
```
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/jplu/miniconda3/envs/image-xp/lib/python3.10/site-packages/datasets/arrow_dataset.py", line 1442, in save_... | 33 | Errror when saving to disk a dataset of images
### Describe the bug
Hello!
I have an issue when I try to save on disk my dataset of images. The error I get is:
```
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/jplu/miniconda3/envs/image-xp/lib/python3.10/site-package... | [
-0.07521139830350876,
-0.44404366612434387,
-0.10259996354579926,
0.3910180926322937,
0.41029804944992065,
0.2558816969394684,
0.09858527779579163,
0.1443820297718048,
-0.2370341420173645,
0.16042836010456085,
0.12004078179597855,
0.21003735065460205,
-0.3723728656768799,
-0.16315640509128... |
https://github.com/huggingface/datasets/issues/5717 | Errror when saving to disk a dataset of images | The same error occurs with my save_to_disk() of Audio() items. I still get it with:
```python
import datasets
datasets.config.DEFAULT_MAX_BATCH_SIZE=35
from datasets import Features, Array2D, Value, Dataset, Sequence, Audio
```
```
Saving the dataset (41/47 shards): 88%|███████████████████████████████████████... | ### Describe the bug
Hello!
I have an issue when I try to save on disk my dataset of images. The error I get is:
```
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/jplu/miniconda3/envs/image-xp/lib/python3.10/site-packages/datasets/arrow_dataset.py", line 1442, in save_... | 187 | Errror when saving to disk a dataset of images
### Describe the bug
Hello!
I have an issue when I try to save on disk my dataset of images. The error I get is:
```
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/jplu/miniconda3/envs/image-xp/lib/python3.10/site-package... | [
-0.07521139830350876,
-0.44404366612434387,
-0.10259996354579926,
0.3910180926322937,
0.41029804944992065,
0.2558816969394684,
0.09858527779579163,
0.1443820297718048,
-0.2370341420173645,
0.16042836010456085,
0.12004078179597855,
0.21003735065460205,
-0.3723728656768799,
-0.16315640509128... |
https://github.com/huggingface/datasets/issues/5717 | Errror when saving to disk a dataset of images | Similar to @jaggzh, setting `datasets.config.DEFAULT_MAX_BATCH_SIZE` did not help in my case (same error here but for different dataset: https://github.com/Stanford-AIMI/RRG24/issues/2).
This is also reproducible with this open dataset: https://huggingface.co/datasets/nlphuji/winogavil/discussions/1
Here's some c... | ### Describe the bug
Hello!
I have an issue when I try to save on disk my dataset of images. The error I get is:
```
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/jplu/miniconda3/envs/image-xp/lib/python3.10/site-packages/datasets/arrow_dataset.py", line 1442, in save_... | 290 | Errror when saving to disk a dataset of images
### Describe the bug
Hello!
I have an issue when I try to save on disk my dataset of images. The error I get is:
```
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/jplu/miniconda3/envs/image-xp/lib/python3.10/site-package... | [
-0.07521139830350876,
-0.44404366612434387,
-0.10259996354579926,
0.3910180926322937,
0.41029804944992065,
0.2558816969394684,
0.09858527779579163,
0.1443820297718048,
-0.2370341420173645,
0.16042836010456085,
0.12004078179597855,
0.21003735065460205,
-0.3723728656768799,
-0.16315640509128... |
https://github.com/huggingface/datasets/issues/5717 | Errror when saving to disk a dataset of images | Would be nice if they have something similar to Dagshub's S3 sync; it worked like a charm for my bigger datasets. | ### Describe the bug
Hello!
I have an issue when I try to save on disk my dataset of images. The error I get is:
```
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/jplu/miniconda3/envs/image-xp/lib/python3.10/site-packages/datasets/arrow_dataset.py", line 1442, in save_... | 21 | Errror when saving to disk a dataset of images
### Describe the bug
Hello!
I have an issue when I try to save on disk my dataset of images. The error I get is:
```
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/jplu/miniconda3/envs/image-xp/lib/python3.10/site-package... | [
-0.07521139830350876,
-0.44404366612434387,
-0.10259996354579926,
0.3910180926322937,
0.41029804944992065,
0.2558816969394684,
0.09858527779579163,
0.1443820297718048,
-0.2370341420173645,
0.16042836010456085,
0.12004078179597855,
0.21003735065460205,
-0.3723728656768799,
-0.16315640509128... |
https://github.com/huggingface/datasets/issues/5717 | Errror when saving to disk a dataset of images | I guess also the proposed masking solution simply enables `datasets.config.DEFAULT_MAX_BATCH_SIZE` by reducing the number of elements loaded, it does not address the underlying problem of trying to load all the images as bytes into a pyarrow array.
I'm happy to turn this into an actual PR but here's what I've implem... | ### Describe the bug
Hello!
I have an issue when I try to save on disk my dataset of images. The error I get is:
```
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/jplu/miniconda3/envs/image-xp/lib/python3.10/site-packages/datasets/arrow_dataset.py", line 1442, in save_... | 225 | Errror when saving to disk a dataset of images
### Describe the bug
Hello!
I have an issue when I try to save on disk my dataset of images. The error I get is:
```
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/jplu/miniconda3/envs/image-xp/lib/python3.10/site-package... | [
-0.07521139830350876,
-0.44404366612434387,
-0.10259996354579926,
0.3910180926322937,
0.41029804944992065,
0.2558816969394684,
0.09858527779579163,
0.1443820297718048,
-0.2370341420173645,
0.16042836010456085,
0.12004078179597855,
0.21003735065460205,
-0.3723728656768799,
-0.16315640509128... |
https://github.com/huggingface/datasets/issues/5717 | Errror when saving to disk a dataset of images | I have the same issue, with an audio dataset where file sizes vary significantly (~0.2-200 mb). Reducing `datasets.config.DEFAULT_MAX_BATCH_SIZE` doesn't help. | ### Describe the bug
Hello!
I have an issue when I try to save on disk my dataset of images. The error I get is:
```
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/jplu/miniconda3/envs/image-xp/lib/python3.10/site-packages/datasets/arrow_dataset.py", line 1442, in save_... | 20 | Errror when saving to disk a dataset of images
### Describe the bug
Hello!
I have an issue when I try to save on disk my dataset of images. The error I get is:
```
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/jplu/miniconda3/envs/image-xp/lib/python3.10/site-package... | [
-0.07521139830350876,
-0.44404366612434387,
-0.10259996354579926,
0.3910180926322937,
0.41029804944992065,
0.2558816969394684,
0.09858527779579163,
0.1443820297718048,
-0.2370341420173645,
0.16042836010456085,
0.12004078179597855,
0.21003735065460205,
-0.3723728656768799,
-0.16315640509128... |
https://github.com/huggingface/datasets/issues/5716 | Handle empty audio | Hi! Can you share one of the problematic audio files with us?
I tried to reproduce the error with the following code:
```python
import soundfile as sf
import numpy as np
from datasets import Audio
sf.write("empty.wav", np.array([]), 16000)
Audio(sampling_rate=24000).decode_example({"path": "empty.wav", "by... | Some audio paths exist, but they are empty, and an error will be reported when reading the audio path.How to use the filter function to avoid the empty audio path?
when a audio is empty, when do resample , it will break:
`array, sampling_rate = sf.read(f) array = librosa.resample(array, orig_sr=sampling_rate, target_... | 67 | Handle empty audio
Some audio paths exist, but they are empty, and an error will be reported when reading the audio path.How to use the filter function to avoid the empty audio path?
when a audio is empty, when do resample , it will break:
`array, sampling_rate = sf.read(f) array = librosa.resample(array, orig_sr=s... | [
0.12720653414726257,
0.0029351264238357544,
0.006146140396595001,
0.06452317535877228,
0.19623923301696777,
-0.4187439978122711,
0.1112336590886116,
-0.039009008556604385,
0.06735223531723022,
0.5490594506263733,
-0.14358437061309814,
-0.019218305125832558,
-0.2331732213497162,
-0.01823454... |
https://github.com/huggingface/datasets/issues/5715 | Return Numpy Array (fixed length) Mode, in __get_item__, Instead of List | Hi!
You can use [`.set_format("np")`](https://huggingface.co/docs/datasets/process#format) to get NumPy arrays (or Pytorch tensors with `.set_format("torch")`) in `__getitem__`.
Also, have you been able to reproduce the linked PyTorch issue with a HF dataset?
| ### Feature request
There are old known issues, but they can be easily forgettable problems in multiprocessing with pytorch-dataloader:
Too high usage of RAM or shared-memory in pytorch when we set num workers > 1 and returning type of dataset or dataloader is "List" or "Dict".
https://github.com/pytorch/pytorch... | 31 | Return Numpy Array (fixed length) Mode, in __get_item__, Instead of List
### Feature request
There are old known issues, but they can be easily forgettable problems in multiprocessing with pytorch-dataloader:
Too high usage of RAM or shared-memory in pytorch when we set num workers > 1 and returning type of dat... | [
-0.04806961864233017,
-0.5935412645339966,
-0.04750319570302963,
0.0750245675444603,
0.15319782495498657,
-0.2710423767566681,
0.7023614048957825,
0.2759743928909302,
0.4294063448905945,
0.23772954940795898,
-0.17886777222156525,
0.4016179144382477,
-0.44294488430023193,
0.3425400853157043... |
https://github.com/huggingface/datasets/issues/5713 | ArrowNotImplementedError when loading dataset from the hub | Hi Julien ! This sounds related to https://github.com/huggingface/datasets/issues/5695 - TL;DR: you need to have shards smaller than 2GB to avoid this issue
The number of rows per shard is computed using an estimated size of the full dataset, which can sometimes lead to shards bigger than `max_shard_size`. The estim... | ### Describe the bug
Hello,
I have created a dataset by using the image loader. Once the dataset is created I try to download it and I get the error:
```
Traceback (most recent call last):
File "/home/jplu/miniconda3/envs/image-xp/lib/python3.10/site-packages/datasets/builder.py", line 1860, in _prepare_split_... | 108 | ArrowNotImplementedError when loading dataset from the hub
### Describe the bug
Hello,
I have created a dataset by using the image loader. Once the dataset is created I try to download it and I get the error:
```
Traceback (most recent call last):
File "/home/jplu/miniconda3/envs/image-xp/lib/python3.10/site... | [
-0.45142388343811035,
-0.029354095458984375,
-0.00457424484193325,
0.5526853203773499,
0.2221187800168991,
-0.007330566644668579,
0.42876511812210083,
0.3120574951171875,
-0.25685641169548035,
0.31078797578811646,
-0.14230036735534668,
0.5280888676643372,
-0.03197121620178223,
-0.151349991... |
https://github.com/huggingface/datasets/issues/5713 | ArrowNotImplementedError when loading dataset from the hub | Hi Quentin! Thanks a lot! Using `num_shards` instead of `max_shard_size` works as expected.
Indeed the way you describe how the size is computed cannot really work with the dataset I'm building as all the image doesn't have the same resolution and then size. Opening an issue on this might be a good idea. | ### Describe the bug
Hello,
I have created a dataset by using the image loader. Once the dataset is created I try to download it and I get the error:
```
Traceback (most recent call last):
File "/home/jplu/miniconda3/envs/image-xp/lib/python3.10/site-packages/datasets/builder.py", line 1860, in _prepare_split_... | 53 | ArrowNotImplementedError when loading dataset from the hub
### Describe the bug
Hello,
I have created a dataset by using the image loader. Once the dataset is created I try to download it and I get the error:
```
Traceback (most recent call last):
File "/home/jplu/miniconda3/envs/image-xp/lib/python3.10/site... | [
-0.45142388343811035,
-0.029354095458984375,
-0.00457424484193325,
0.5526853203773499,
0.2221187800168991,
-0.007330566644668579,
0.42876511812210083,
0.3120574951171875,
-0.25685641169548035,
0.31078797578811646,
-0.14230036735534668,
0.5280888676643372,
-0.03197121620178223,
-0.151349991... |
https://github.com/huggingface/datasets/issues/5712 | load_dataset in v2.11.0 raises "ValueError: seek of closed file" in np.load() | > Closing since this is a duplicate of #5711
Sorry @mariosasko , my internet went down went submitting the issue, and somehow it ended up creating a duplicate | ### Describe the bug
Hi,
I have some `dataset_load()` code of a custom offline dataset that works with datasets v2.10.1.
```python
ds = datasets.load_dataset(path=dataset_dir,
name=configuration,
data_dir=dataset_dir,
... | 28 | load_dataset in v2.11.0 raises "ValueError: seek of closed file" in np.load()
### Describe the bug
Hi,
I have some `dataset_load()` code of a custom offline dataset that works with datasets v2.10.1.
```python
ds = datasets.load_dataset(path=dataset_dir,
name=conf... | [
-0.39707958698272705,
0.2112840712070465,
0.020410899072885513,
0.5140678286552429,
0.09784095734357834,
-0.0023728162050247192,
0.4020295739173889,
0.3842289447784424,
0.06618832051753998,
0.14102299511432648,
-0.13914944231510162,
0.1929490566253662,
-0.19966928660869598,
0.2623775303363... |
https://github.com/huggingface/datasets/issues/5711 | load_dataset in v2.11.0 raises "ValueError: seek of closed file" in np.load() | It seems like https://github.com/huggingface/datasets/pull/5626 has introduced this error.
cc @albertvillanova
I think replacing:
https://github.com/huggingface/datasets/blob/0803a006db1c395ac715662cc6079651f77c11ea/src/datasets/download/streaming_download_manager.py#L777-L778
with:
```python
return np.load... | ### Describe the bug
Hi,
I have some `dataset_load()` code of a custom offline dataset that works with datasets v2.10.1.
```python
ds = datasets.load_dataset(path=dataset_dir,
name=configuration,
data_dir=dataset_dir,
... | 37 | load_dataset in v2.11.0 raises "ValueError: seek of closed file" in np.load()
### Describe the bug
Hi,
I have some `dataset_load()` code of a custom offline dataset that works with datasets v2.10.1.
```python
ds = datasets.load_dataset(path=dataset_dir,
name=config... | [
-0.39707958698272705,
0.2112840712070465,
0.020410899072885513,
0.5140678286552429,
0.09784095734357834,
-0.0023728162050247192,
0.4020295739173889,
0.3842289447784424,
0.06618832051753998,
0.14102299511432648,
-0.13914944231510162,
0.1929490566253662,
-0.19966928660869598,
0.2623775303363... |
https://github.com/huggingface/datasets/issues/5710 | OSError: Memory mapping file failed: Cannot allocate memory | Hi! This error means that PyArrow's internal [`mmap`](https://man7.org/linux/man-pages/man2/mmap.2.html) call failed to allocate memory, which can be tricky to debug. Since this error is more related to PyArrow than us, I think it's best to report this issue in their [repo](https://github.com/apache/arrow) (they are mo... | ### Describe the bug
Hello, I have a series of datasets each of 5 GB, 600 datasets in total. So together this makes 3TB.
When I trying to load all the 600 datasets into memory, I get the above error message.
Is this normal because I'm hitting the max size of memory mapping of the OS?
Thank you
```te... | 60 | OSError: Memory mapping file failed: Cannot allocate memory
### Describe the bug
Hello, I have a series of datasets each of 5 GB, 600 datasets in total. So together this makes 3TB.
When I trying to load all the 600 datasets into memory, I get the above error message.
Is this normal because I'm hitting the ... | [
-0.12390922009944916,
-0.45371413230895996,
-0.03239832818508148,
0.634951114654541,
0.35048937797546387,
0.07126986235380173,
-0.1335456222295761,
0.3299615681171417,
0.4003361761569977,
0.19658935070037842,
-0.004465809091925621,
0.01819862797856331,
-0.2514166235923767,
-0.2797107100486... |
https://github.com/huggingface/datasets/issues/5709 | Manually dataset info made not taken into account | hi @jplu ! Did I understand you correctly that you create the dataset, push it to the Hub with `.push_to_hub` and you see a `dataset_infos.json` file there, then you edit this file, load the dataset with `load_dataset` and you don't see any changes in `.info` attribute of a dataset object?
This is actually weird th... | ### Describe the bug
Hello,
I'm manually building an image dataset with the `from_dict` approach. I also build the features with the `cast_features` methods. Once the dataset is created I push it on the hub, and a default `dataset_infos.json` file seems to have been automatically added to the repo in same time. Hen... | 125 | Manually dataset info made not taken into account
### Describe the bug
Hello,
I'm manually building an image dataset with the `from_dict` approach. I also build the features with the `cast_features` methods. Once the dataset is created I push it on the hub, and a default `dataset_infos.json` file seems to have be... | [
-0.22748608887195587,
-0.003823794424533844,
-0.03542553260922432,
0.2053675502538681,
0.1632794737815857,
0.12050498276948929,
0.18317808210849762,
0.11353839933872223,
-0.09900656342506409,
0.0908854752779007,
0.1578720062971115,
0.3468891978263855,
0.22830860316753387,
0.331208139657974... |
https://github.com/huggingface/datasets/issues/5709 | Manually dataset info made not taken into account | Hi @polinaeterna Yes I have created the dataset with `Dataset.from_dict` applied some updates afterward and when I pushed to the hub I had a `dataset_infos.json` file and there was a `README.md` file as well.
I didn't know that the JSON file was deprecated. So I have built my dataset with `ImageBuilder` instead and ... | ### Describe the bug
Hello,
I'm manually building an image dataset with the `from_dict` approach. I also build the features with the `cast_features` methods. Once the dataset is created I push it on the hub, and a default `dataset_infos.json` file seems to have been automatically added to the repo in same time. Hen... | 96 | Manually dataset info made not taken into account
### Describe the bug
Hello,
I'm manually building an image dataset with the `from_dict` approach. I also build the features with the `cast_features` methods. Once the dataset is created I push it on the hub, and a default `dataset_infos.json` file seems to have be... | [
-0.22748608887195587,
-0.003823794424533844,
-0.03542553260922432,
0.2053675502538681,
0.1632794737815857,
0.12050498276948929,
0.18317808210849762,
0.11353839933872223,
-0.09900656342506409,
0.0908854752779007,
0.1578720062971115,
0.3468891978263855,
0.22830860316753387,
0.331208139657974... |
https://github.com/huggingface/datasets/issues/5708 | Dataset sizes are in MiB instead of MB in dataset cards | looks great!
Do you encode the fact that you've already converted a dataset? (to not convert it twice) or do you base yourself on the info contained in `dataset_info` | As @severo reported in an internal discussion (https://github.com/huggingface/moon-landing/issues/5929):
Now we show the dataset size:
- from the dataset card (in the side column)
- from the datasets-server (in the viewer)
But, even if the size is the same, we see a mismatch because the viewer shows MB, while t... | 29 | Dataset sizes are in MiB instead of MB in dataset cards
As @severo reported in an internal discussion (https://github.com/huggingface/moon-landing/issues/5929):
Now we show the dataset size:
- from the dataset card (in the side column)
- from the datasets-server (in the viewer)
But, even if the size is the sa... | [
-0.3052079975605011,
-0.4305110275745392,
0.05138082429766655,
0.3353790044784546,
0.12609300017356873,
-0.03623003140091896,
0.0788295567035675,
0.18692681193351746,
0.11231423914432526,
0.2592560648918152,
-0.06472621113061905,
0.08979344367980957,
0.030698951333761215,
0.533374428749084... |
https://github.com/huggingface/datasets/issues/5708 | Dataset sizes are in MiB instead of MB in dataset cards | I am only looping trough the dataset cards, assuming that all of them were created with MiB.
I agree we should only run the bulk edit once for all canonical datasets: I'm using a for-loop over canonical datasets. | As @severo reported in an internal discussion (https://github.com/huggingface/moon-landing/issues/5929):
Now we show the dataset size:
- from the dataset card (in the side column)
- from the datasets-server (in the viewer)
But, even if the size is the same, we see a mismatch because the viewer shows MB, while t... | 38 | Dataset sizes are in MiB instead of MB in dataset cards
As @severo reported in an internal discussion (https://github.com/huggingface/moon-landing/issues/5929):
Now we show the dataset size:
- from the dataset card (in the side column)
- from the datasets-server (in the viewer)
But, even if the size is the sa... | [
-0.23767684400081635,
-0.3702917695045471,
0.01748419925570488,
0.28734278678894043,
0.0819443017244339,
0.007679693400859833,
0.09554703533649445,
0.24106933176517487,
0.2058895081281662,
0.1972721368074417,
-0.1667013317346573,
0.0030998471193015575,
0.013803954236209393,
0.5014075636863... |
https://github.com/huggingface/datasets/issues/5708 | Dataset sizes are in MiB instead of MB in dataset cards | I have just included as well the conversion from MB to GB if necessary. See:
- https://huggingface.co/datasets/bookcorpus/discussions/2/files
- https://huggingface.co/datasets/asnq/discussions/2/files | As @severo reported in an internal discussion (https://github.com/huggingface/moon-landing/issues/5929):
Now we show the dataset size:
- from the dataset card (in the side column)
- from the datasets-server (in the viewer)
But, even if the size is the same, we see a mismatch because the viewer shows MB, while t... | 19 | Dataset sizes are in MiB instead of MB in dataset cards
As @severo reported in an internal discussion (https://github.com/huggingface/moon-landing/issues/5929):
Now we show the dataset size:
- from the dataset card (in the side column)
- from the datasets-server (in the viewer)
But, even if the size is the sa... | [
-0.25288230180740356,
-0.45955967903137207,
0.03074238821864128,
0.40320390462875366,
0.05378497391939163,
-0.04627199470996857,
0.06590929627418518,
0.14125145971775055,
0.09253393113613129,
0.2925088107585907,
-0.07427657395601273,
0.03273781016469002,
0.0014762328937649727,
0.5542905926... |
https://github.com/huggingface/datasets/issues/5708 | Dataset sizes are in MiB instead of MB in dataset cards | First, I tested some batches to check the changes made. Then I incorporated the MB to GB conversion. Now I'm running the rest. | As @severo reported in an internal discussion (https://github.com/huggingface/moon-landing/issues/5929):
Now we show the dataset size:
- from the dataset card (in the side column)
- from the datasets-server (in the viewer)
But, even if the size is the same, we see a mismatch because the viewer shows MB, while t... | 23 | Dataset sizes are in MiB instead of MB in dataset cards
As @severo reported in an internal discussion (https://github.com/huggingface/moon-landing/issues/5929):
Now we show the dataset size:
- from the dataset card (in the side column)
- from the datasets-server (in the viewer)
But, even if the size is the sa... | [
-0.24703028798103333,
-0.42115259170532227,
0.07354757189750671,
0.29551440477371216,
0.10169429332017899,
-0.006690554320812225,
0.08733108639717102,
0.2269066423177719,
0.15091244876384735,
0.2697649598121643,
-0.1197744682431221,
0.1148105189204216,
-0.047405168414115906,
0.494101941585... |
https://github.com/huggingface/datasets/issues/5708 | Dataset sizes are in MiB instead of MB in dataset cards | Thanks a lot!
The sizes now match as expected!
<img width="1446" alt="Capture d’écran 2023-04-05 à 16 10 15" src="https://user-images.githubusercontent.com/1676121/230107044-ac2a76ea-a4fe-4e81-a925-f464b85f5edd.png">
| As @severo reported in an internal discussion (https://github.com/huggingface/moon-landing/issues/5929):
Now we show the dataset size:
- from the dataset card (in the side column)
- from the datasets-server (in the viewer)
But, even if the size is the same, we see a mismatch because the viewer shows MB, while t... | 19 | Dataset sizes are in MiB instead of MB in dataset cards
As @severo reported in an internal discussion (https://github.com/huggingface/moon-landing/issues/5929):
Now we show the dataset size:
- from the dataset card (in the side column)
- from the datasets-server (in the viewer)
But, even if the size is the sa... | [
-0.2598519027233124,
-0.4210737645626068,
0.01803237944841385,
0.347525954246521,
0.058267075568437576,
-0.10421323776245117,
0.16397623717784882,
0.18023626506328583,
0.11308816075325012,
0.26625895500183105,
-0.05506221950054169,
0.02236023172736168,
0.058249011635780334,
0.5257484912872... |
https://github.com/huggingface/datasets/issues/5708 | Dataset sizes are in MiB instead of MB in dataset cards | I made another bulk edit of ancient canonical datasets that were moved to community organization. I have parsed 11 datasets and opened a PR on 3 of them:
- [x] "allenai/scicite": https://huggingface.co/datasets/allenai/scicite/discussions/3
- [x] "allenai/scifact": https://huggingface.co/datasets/allenai/scifact/disc... | As @severo reported in an internal discussion (https://github.com/huggingface/moon-landing/issues/5929):
Now we show the dataset size:
- from the dataset card (in the side column)
- from the datasets-server (in the viewer)
But, even if the size is the same, we see a mismatch because the viewer shows MB, while t... | 40 | Dataset sizes are in MiB instead of MB in dataset cards
As @severo reported in an internal discussion (https://github.com/huggingface/moon-landing/issues/5929):
Now we show the dataset size:
- from the dataset card (in the side column)
- from the datasets-server (in the viewer)
But, even if the size is the sa... | [
-0.2266458123922348,
-0.32182562351226807,
0.04137047007679939,
0.3185626268386841,
0.14769870042800903,
-0.11843055486679077,
0.03262697160243988,
0.19912518560886383,
0.12102065980434418,
0.24956440925598145,
-0.09855577349662781,
-0.013729950413107872,
-0.008445770479738712,
0.508384704... |
https://github.com/huggingface/datasets/issues/5706 | Support categorical data types for Parquet | Hi ! We could definitely a type that holds the categories and uses a DictionaryType storage. There's a ClassLabel type that is similar with a 'names' parameter (similar to a id2label in deep learning frameworks) that uses an integer array as storage.
It can be added in `features.py`. Here are some pointers:
- the c... | ### Feature request
Huggingface datasets does not seem to support categorical / dictionary data types for Parquet as of now. There seems to be a `TODO` in the code for this feature but no implementation yet. Below you can find sample code to reproduce the error that is currently thrown when attempting to read a Parq... | 105 | Support categorical data types for Parquet
### Feature request
Huggingface datasets does not seem to support categorical / dictionary data types for Parquet as of now. There seems to be a `TODO` in the code for this feature but no implementation yet. Below you can find sample code to reproduce the error that is cu... | [
-0.15293851494789124,
-0.06370380520820618,
0.07160866260528564,
0.3245561718940735,
0.4551953077316284,
0.06469189375638962,
-0.19017280638217926,
0.22341951727867126,
0.20378628373146057,
-0.22831760346889496,
-0.1171867698431015,
0.5124908685684204,
-0.29023486375808716,
0.4491438567638... |
https://github.com/huggingface/datasets/issues/5706 | Support categorical data types for Parquet | Hey folks -- I'm thinking about trying a PR for this. As far as I can tell the only sticky point is that auto-generation of features from a pyarrow schema will fail under the current `generate_from_arrow_type` function because there is no encoding of the categorical string label -> int map in the pa.dictionary type its... | ### Feature request
Huggingface datasets does not seem to support categorical / dictionary data types for Parquet as of now. There seems to be a `TODO` in the code for this feature but no implementation yet. Below you can find sample code to reproduce the error that is currently thrown when attempting to read a Parq... | 170 | Support categorical data types for Parquet
### Feature request
Huggingface datasets does not seem to support categorical / dictionary data types for Parquet as of now. There seems to be a `TODO` in the code for this feature but no implementation yet. Below you can find sample code to reproduce the error that is cu... | [
-0.15293851494789124,
-0.06370380520820618,
0.07160866260528564,
0.3245561718940735,
0.4551953077316284,
0.06469189375638962,
-0.19017280638217926,
0.22341951727867126,
0.20378628373146057,
-0.22831760346889496,
-0.1171867698431015,
0.5124908685684204,
-0.29023486375808716,
0.4491438567638... |
https://github.com/huggingface/datasets/issues/5706 | Support categorical data types for Parquet | Maybe we don't need to store the string label -> int map in the categorical for the corresponding `datasets` feature ? | ### Feature request
Huggingface datasets does not seem to support categorical / dictionary data types for Parquet as of now. There seems to be a `TODO` in the code for this feature but no implementation yet. Below you can find sample code to reproduce the error that is currently thrown when attempting to read a Parq... | 21 | Support categorical data types for Parquet
### Feature request
Huggingface datasets does not seem to support categorical / dictionary data types for Parquet as of now. There seems to be a `TODO` in the code for this feature but no implementation yet. Below you can find sample code to reproduce the error that is cu... | [
-0.15293851494789124,
-0.06370380520820618,
0.07160866260528564,
0.3245561718940735,
0.4551953077316284,
0.06469189375638962,
-0.19017280638217926,
0.22341951727867126,
0.20378628373146057,
-0.22831760346889496,
-0.1171867698431015,
0.5124908685684204,
-0.29023486375808716,
0.4491438567638... |
https://github.com/huggingface/datasets/issues/5706 | Support categorical data types for Parquet | I think that does need to be stored in the Feature object. Similar to how
`ClassLabel` needs the class names for some of the provided default
functionality (e.g., encoding or decoding values) here, a categorical
feature needs the same. Without storing that information, would you suggest
that categorical features ju... | ### Feature request
Huggingface datasets does not seem to support categorical / dictionary data types for Parquet as of now. There seems to be a `TODO` in the code for this feature but no implementation yet. Below you can find sample code to reproduce the error that is currently thrown when attempting to read a Parq... | 124 | Support categorical data types for Parquet
### Feature request
Huggingface datasets does not seem to support categorical / dictionary data types for Parquet as of now. There seems to be a `TODO` in the code for this feature but no implementation yet. Below you can find sample code to reproduce the error that is cu... | [
-0.15293851494789124,
-0.06370380520820618,
0.07160866260528564,
0.3245561718940735,
0.4551953077316284,
0.06469189375638962,
-0.19017280638217926,
0.22341951727867126,
0.20378628373146057,
-0.22831760346889496,
-0.1171867698431015,
0.5124908685684204,
-0.29023486375808716,
0.4491438567638... |
https://github.com/huggingface/datasets/issues/5706 | Support categorical data types for Parquet | Well IIRC you can concatenate two Arrow arrays with different dictionaries together. But for `datasets` would mean updating the `datasets` features when concatenating two arrays of the same type, which is not supported right now. That's why if there is a way to have it without storing the mapping in the feature object ... | ### Feature request
Huggingface datasets does not seem to support categorical / dictionary data types for Parquet as of now. There seems to be a `TODO` in the code for this feature but no implementation yet. Below you can find sample code to reproduce the error that is currently thrown when attempting to read a Parq... | 168 | Support categorical data types for Parquet
### Feature request
Huggingface datasets does not seem to support categorical / dictionary data types for Parquet as of now. There seems to be a `TODO` in the code for this feature but no implementation yet. Below you can find sample code to reproduce the error that is cu... | [
-0.15293851494789124,
-0.06370380520820618,
0.07160866260528564,
0.3245561718940735,
0.4551953077316284,
0.06469189375638962,
-0.19017280638217926,
0.22341951727867126,
0.20378628373146057,
-0.22831760346889496,
-0.1171867698431015,
0.5124908685684204,
-0.29023486375808716,
0.4491438567638... |
https://github.com/huggingface/datasets/issues/5706 | Support categorical data types for Parquet | Hmm, that is a good point. What if we implemented this feature first in a
manner that didn't allow concatenation of arrays with different index to
category maps? Then concatenation would be very straightforward, and I
think this is reasonable if the index to category map is stored in the
schema as well. Obviously, ... | ### Feature request
Huggingface datasets does not seem to support categorical / dictionary data types for Parquet as of now. There seems to be a `TODO` in the code for this feature but no implementation yet. Below you can find sample code to reproduce the error that is currently thrown when attempting to read a Parq... | 326 | Support categorical data types for Parquet
### Feature request
Huggingface datasets does not seem to support categorical / dictionary data types for Parquet as of now. There seems to be a `TODO` in the code for this feature but no implementation yet. Below you can find sample code to reproduce the error that is cu... | [
-0.15293851494789124,
-0.06370380520820618,
0.07160866260528564,
0.3245561718940735,
0.4551953077316284,
0.06469189375638962,
-0.19017280638217926,
0.22341951727867126,
0.20378628373146057,
-0.22831760346889496,
-0.1171867698431015,
0.5124908685684204,
-0.29023486375808716,
0.4491438567638... |
https://github.com/huggingface/datasets/issues/5706 | Support categorical data types for Parquet | @lhoestq @mariosasko just re-pinging on this so I can push forward further here. What are your thoughts on disallowing concatenation of categorical arrays for now such that the index to category map can be stored in the schema metadata? And/or other approaches that should be taken here?
| ### Feature request
Huggingface datasets does not seem to support categorical / dictionary data types for Parquet as of now. There seems to be a `TODO` in the code for this feature but no implementation yet. Below you can find sample code to reproduce the error that is currently thrown when attempting to read a Parq... | 47 | Support categorical data types for Parquet
### Feature request
Huggingface datasets does not seem to support categorical / dictionary data types for Parquet as of now. There seems to be a `TODO` in the code for this feature but no implementation yet. Below you can find sample code to reproduce the error that is cu... | [
-0.15293851494789124,
-0.06370380520820618,
0.07160866260528564,
0.3245561718940735,
0.4551953077316284,
0.06469189375638962,
-0.19017280638217926,
0.22341951727867126,
0.20378628373146057,
-0.22831760346889496,
-0.1171867698431015,
0.5124908685684204,
-0.29023486375808716,
0.4491438567638... |
https://github.com/huggingface/datasets/issues/5706 | Support categorical data types for Parquet | I think the easiest for now would be to add a `dictionary_decode` argument to the parquet loaders that would convert the dictionary type back to strings when set to `True`, and make `dictionary_decode=False` raise `NotImplementedError` for now if there are dictionary type columns. Would that be ok as a first step ? | ### Feature request
Huggingface datasets does not seem to support categorical / dictionary data types for Parquet as of now. There seems to be a `TODO` in the code for this feature but no implementation yet. Below you can find sample code to reproduce the error that is currently thrown when attempting to read a Parq... | 52 | Support categorical data types for Parquet
### Feature request
Huggingface datasets does not seem to support categorical / dictionary data types for Parquet as of now. There seems to be a `TODO` in the code for this feature but no implementation yet. Below you can find sample code to reproduce the error that is cu... | [
-0.15293851494789124,
-0.06370380520820618,
0.07160866260528564,
0.3245561718940735,
0.4551953077316284,
0.06469189375638962,
-0.19017280638217926,
0.22341951727867126,
0.20378628373146057,
-0.22831760346889496,
-0.1171867698431015,
0.5124908685684204,
-0.29023486375808716,
0.4491438567638... |
https://github.com/huggingface/datasets/issues/5706 | Support categorical data types for Parquet | I mean, that would certainly be easiest but I don't think it really solves this issue in a meaningful way. This just changes the burden from string conversion from the user to HF Datasets, but doesn't actually enable HF Datasets to take advantage of the (very significant) storage and associated speed/memory savings off... | ### Feature request
Huggingface datasets does not seem to support categorical / dictionary data types for Parquet as of now. There seems to be a `TODO` in the code for this feature but no implementation yet. Below you can find sample code to reproduce the error that is currently thrown when attempting to read a Parq... | 128 | Support categorical data types for Parquet
### Feature request
Huggingface datasets does not seem to support categorical / dictionary data types for Parquet as of now. There seems to be a `TODO` in the code for this feature but no implementation yet. Below you can find sample code to reproduce the error that is cu... | [
-0.15293851494789124,
-0.06370380520820618,
0.07160866260528564,
0.3245561718940735,
0.4551953077316284,
0.06469189375638962,
-0.19017280638217926,
0.22341951727867126,
0.20378628373146057,
-0.22831760346889496,
-0.1171867698431015,
0.5124908685684204,
-0.29023486375808716,
0.4491438567638... |
https://github.com/huggingface/datasets/issues/5706 | Support categorical data types for Parquet | > This just changes the burden from string conversion from the user to HF Datasets, but doesn't actually enable HF Datasets to take advantage of the (very significant) storage and associated speed/memory savings offered by using categorical types.
There's already a ClassLabel type that does pretty much the same thin... | ### Feature request
Huggingface datasets does not seem to support categorical / dictionary data types for Parquet as of now. There seems to be a `TODO` in the code for this feature but no implementation yet. Below you can find sample code to reproduce the error that is currently thrown when attempting to read a Parq... | 109 | Support categorical data types for Parquet
### Feature request
Huggingface datasets does not seem to support categorical / dictionary data types for Parquet as of now. There seems to be a `TODO` in the code for this feature but no implementation yet. Below you can find sample code to reproduce the error that is cu... | [
-0.15293851494789124,
-0.06370380520820618,
0.07160866260528564,
0.3245561718940735,
0.4551953077316284,
0.06469189375638962,
-0.19017280638217926,
0.22341951727867126,
0.20378628373146057,
-0.22831760346889496,
-0.1171867698431015,
0.5124908685684204,
-0.29023486375808716,
0.4491438567638... |
https://github.com/huggingface/datasets/issues/5706 | Support categorical data types for Parquet | But how often in the cases where concatenation is done now would the
categorical label vocabulary actually change? I think it would be in
basically none of them. And in such cases, concatenation remains very easy,
no?
On Fri, Sep 22, 2023, 12:02 PM Quentin Lhoest ***@***.***>
wrote:
> This just changes the bu... | ### Feature request
Huggingface datasets does not seem to support categorical / dictionary data types for Parquet as of now. There seems to be a `TODO` in the code for this feature but no implementation yet. Below you can find sample code to reproduce the error that is currently thrown when attempting to read a Parq... | 203 | Support categorical data types for Parquet
### Feature request
Huggingface datasets does not seem to support categorical / dictionary data types for Parquet as of now. There seems to be a `TODO` in the code for this feature but no implementation yet. Below you can find sample code to reproduce the error that is cu... | [
-0.15293851494789124,
-0.06370380520820618,
0.07160866260528564,
0.3245561718940735,
0.4551953077316284,
0.06469189375638962,
-0.19017280638217926,
0.22341951727867126,
0.20378628373146057,
-0.22831760346889496,
-0.1171867698431015,
0.5124908685684204,
-0.29023486375808716,
0.4491438567638... |
https://github.com/huggingface/datasets/issues/5706 | Support categorical data types for Parquet | Arrow IPC seems to require unified dictionaries anyway so actually we could surely focus only on this use case indeed @mmcdermott
So defining a new Feature type in `datasets` that contains the dictionary mapping should be fine (and concatenation would work out of the box), and it should also take care of checking t... | ### Feature request
Huggingface datasets does not seem to support categorical / dictionary data types for Parquet as of now. There seems to be a `TODO` in the code for this feature but no implementation yet. Below you can find sample code to reproduce the error that is currently thrown when attempting to read a Parq... | 93 | Support categorical data types for Parquet
### Feature request
Huggingface datasets does not seem to support categorical / dictionary data types for Parquet as of now. There seems to be a `TODO` in the code for this feature but no implementation yet. Below you can find sample code to reproduce the error that is cu... | [
-0.15293851494789124,
-0.06370380520820618,
0.07160866260528564,
0.3245561718940735,
0.4551953077316284,
0.06469189375638962,
-0.19017280638217926,
0.22341951727867126,
0.20378628373146057,
-0.22831760346889496,
-0.1171867698431015,
0.5124908685684204,
-0.29023486375808716,
0.4491438567638... |
https://github.com/huggingface/datasets/issues/5705 | Getting next item from IterableDataset took forever. | Hi! It can take some time to iterate over Parquet files as big as yours, convert the samples to Python, and find the first one that matches a filter predicate before yielding it... | ### Describe the bug
I have a large dataset, about 500GB. The format of the dataset is parquet.
I then load the dataset and try to get the first item
```python
def get_one_item():
dataset = load_dataset("path/to/datafiles", split="train", cache_dir=".", streaming=True)
dataset = dataset.filter(lambda... | 33 | Getting next item from IterableDataset took forever.
### Describe the bug
I have a large dataset, about 500GB. The format of the dataset is parquet.
I then load the dataset and try to get the first item
```python
def get_one_item():
dataset = load_dataset("path/to/datafiles", split="train", cache_dir=".... | [
-0.17987145483493805,
-0.20914402604103088,
-0.07754883170127869,
0.08410435914993286,
0.05860557034611702,
-0.14915379881858826,
0.3101743161678314,
0.06124620884656906,
-0.1254359632730484,
0.10807238519191742,
0.48884817957878113,
0.10770779103040695,
-0.14268718659877777,
0.13011471927... |
https://github.com/huggingface/datasets/issues/5705 | Getting next item from IterableDataset took forever. | Thanks @mariosasko, I figured it was the filter operation. I'm closing this issue because it is not a bug, it is the expected beheaviour. | ### Describe the bug
I have a large dataset, about 500GB. The format of the dataset is parquet.
I then load the dataset and try to get the first item
```python
def get_one_item():
dataset = load_dataset("path/to/datafiles", split="train", cache_dir=".", streaming=True)
dataset = dataset.filter(lambda... | 24 | Getting next item from IterableDataset took forever.
### Describe the bug
I have a large dataset, about 500GB. The format of the dataset is parquet.
I then load the dataset and try to get the first item
```python
def get_one_item():
dataset = load_dataset("path/to/datafiles", split="train", cache_dir=".... | [
-0.1853857785463333,
-0.2582927346229553,
-0.07853768020868301,
0.1548641175031662,
0.08571990579366684,
-0.11423476785421371,
0.4109134376049042,
0.027603376656770706,
-0.15032708644866943,
0.12063377350568771,
0.4529631435871124,
0.08845268189907074,
-0.08613341301679611,
0.0545118153095... |
https://github.com/huggingface/datasets/issues/5702 | Is it possible or how to define a `datasets.Sequence` that could potentially be either a dict, a str, or None? | Hi ! `datasets` uses Apache Arrow as backend to store the data, and it requires each column to have a fixed type. Therefore a column can't have a mix of dicts/lists/strings.
Though it's possible to have one (nullable) field for each type:
```python
features = Features({
"text_alone": Value("string"),
"te... | ### Feature request
Hello! Apologies if my question sounds naive:
I was wondering if it’s possible, or how one would go about defining a 'datasets.Sequence' element in datasets.Features that could potentially be either a dict, a str, or None?
Specifically, I’d like to define a feature for a list that contains 18... | 109 | Is it possible or how to define a `datasets.Sequence` that could potentially be either a dict, a str, or None?
### Feature request
Hello! Apologies if my question sounds naive:
I was wondering if it’s possible, or how one would go about defining a 'datasets.Sequence' element in datasets.Features that could potent... | [
0.0013288259506225586,
-0.11238649487495422,
-0.1837051510810852,
-0.0726839005947113,
0.01916167140007019,
0.018124014139175415,
0.2247793972492218,
-0.0407889224588871,
0.10549789667129517,
-0.12959636747837067,
0.42974647879600525,
0.08127625286579132,
-0.41161465644836426,
0.3690173923... |
https://github.com/huggingface/datasets/issues/5702 | Is it possible or how to define a `datasets.Sequence` that could potentially be either a dict, a str, or None? | @lhoestq Thank you! I further wonder if it's possible to use list subscripts as keys of a feature? Like
```python
features = Features({
0: Value("string"),
1: {
"text": Value("string"),
"idxes": [Value("int64")]
},
2: Value("string"),
# ...
})
``` | ### Feature request
Hello! Apologies if my question sounds naive:
I was wondering if it’s possible, or how one would go about defining a 'datasets.Sequence' element in datasets.Features that could potentially be either a dict, a str, or None?
Specifically, I’d like to define a feature for a list that contains 18... | 38 | Is it possible or how to define a `datasets.Sequence` that could potentially be either a dict, a str, or None?
### Feature request
Hello! Apologies if my question sounds naive:
I was wondering if it’s possible, or how one would go about defining a 'datasets.Sequence' element in datasets.Features that could potent... | [
0.0013288259506225586,
-0.11238649487495422,
-0.1837051510810852,
-0.0726839005947113,
0.01916167140007019,
0.018124014139175415,
0.2247793972492218,
-0.0407889224588871,
0.10549789667129517,
-0.12959636747837067,
0.42974647879600525,
0.08127625286579132,
-0.41161465644836426,
0.3690173923... |
https://github.com/huggingface/datasets/issues/5702 | Is it possible or how to define a `datasets.Sequence` that could potentially be either a dict, a str, or None? | Column names need to be strings, so you could use "1", "2", etc. or give appropriate column names | ### Feature request
Hello! Apologies if my question sounds naive:
I was wondering if it’s possible, or how one would go about defining a 'datasets.Sequence' element in datasets.Features that could potentially be either a dict, a str, or None?
Specifically, I’d like to define a feature for a list that contains 18... | 18 | Is it possible or how to define a `datasets.Sequence` that could potentially be either a dict, a str, or None?
### Feature request
Hello! Apologies if my question sounds naive:
I was wondering if it’s possible, or how one would go about defining a 'datasets.Sequence' element in datasets.Features that could potent... | [
0.0013288259506225586,
-0.11238649487495422,
-0.1837051510810852,
-0.0726839005947113,
0.01916167140007019,
0.018124014139175415,
0.2247793972492218,
-0.0407889224588871,
0.10549789667129517,
-0.12959636747837067,
0.42974647879600525,
0.08127625286579132,
-0.41161465644836426,
0.3690173923... |
https://github.com/huggingface/datasets/issues/5695 | Loading big dataset raises pyarrow.lib.ArrowNotImplementedError | Hi ! It looks like an issue with PyArrow: https://issues.apache.org/jira/browse/ARROW-5030
It appears it can happen when you have parquet files with row groups larger than 2GB.
I can see that your parquet files are around 10GB. It is usually advised to keep a value around the default value 500MB to avoid these issu... | ### Describe the bug
Calling `datasets.load_dataset` to load the (publicly available) dataset `theodor1289/wit` fails with `pyarrow.lib.ArrowNotImplementedError`.
### Steps to reproduce the bug
Steps to reproduce this behavior:
1. `!pip install datasets`
2. `!huggingface-cli login`
3. This step will throw the e... | 106 | Loading big dataset raises pyarrow.lib.ArrowNotImplementedError
### Describe the bug
Calling `datasets.load_dataset` to load the (publicly available) dataset `theodor1289/wit` fails with `pyarrow.lib.ArrowNotImplementedError`.
### Steps to reproduce the bug
Steps to reproduce this behavior:
1. `!pip install dat... | [
-0.3600281774997711,
0.04276183247566223,
0.11041614413261414,
0.5041700601577759,
0.22531642019748688,
-0.20803722739219666,
0.2163705676794052,
0.190298393368721,
-0.2087165266275406,
0.20421090722084045,
-0.09125159680843353,
0.6012042164802551,
-0.11784861236810684,
-0.1290165781974792... |
https://github.com/huggingface/datasets/issues/5695 | Loading big dataset raises pyarrow.lib.ArrowNotImplementedError | Hey, thanks for the reply! I've since switched to working with the locally-saved dataset (which works).
Maybe it makes sense to show a warning for uploads with large shard sizes? Since the functionality completely breaks (due to the PyArrow bug). | ### Describe the bug
Calling `datasets.load_dataset` to load the (publicly available) dataset `theodor1289/wit` fails with `pyarrow.lib.ArrowNotImplementedError`.
### Steps to reproduce the bug
Steps to reproduce this behavior:
1. `!pip install datasets`
2. `!huggingface-cli login`
3. This step will throw the e... | 40 | Loading big dataset raises pyarrow.lib.ArrowNotImplementedError
### Describe the bug
Calling `datasets.load_dataset` to load the (publicly available) dataset `theodor1289/wit` fails with `pyarrow.lib.ArrowNotImplementedError`.
### Steps to reproduce the bug
Steps to reproduce this behavior:
1. `!pip install dat... | [
-0.3600281774997711,
0.04276183247566223,
0.11041614413261414,
0.5041700601577759,
0.22531642019748688,
-0.20803722739219666,
0.2163705676794052,
0.190298393368721,
-0.2087165266275406,
0.20421090722084045,
-0.09125159680843353,
0.6012042164802551,
-0.11784861236810684,
-0.1290165781974792... |
https://github.com/huggingface/datasets/issues/5695 | Loading big dataset raises pyarrow.lib.ArrowNotImplementedError | Just tried uploading the same dataset with 500MB shards, I get an errors 4 hours in:
```
Pushing dataset shards to the dataset hub: 25%|██▍ | 358/1453 [4:40:31<14:18:00, 47.01s/it]
Traceback (most recent call last):
File "/cluster/home/tamariucai/.local/lib/python3.8/site-packages/huggingface_hub/_commit... | ### Describe the bug
Calling `datasets.load_dataset` to load the (publicly available) dataset `theodor1289/wit` fails with `pyarrow.lib.ArrowNotImplementedError`.
### Steps to reproduce the bug
Steps to reproduce this behavior:
1. `!pip install datasets`
2. `!huggingface-cli login`
3. This step will throw the e... | 336 | Loading big dataset raises pyarrow.lib.ArrowNotImplementedError
### Describe the bug
Calling `datasets.load_dataset` to load the (publicly available) dataset `theodor1289/wit` fails with `pyarrow.lib.ArrowNotImplementedError`.
### Steps to reproduce the bug
Steps to reproduce this behavior:
1. `!pip install dat... | [
-0.3600281774997711,
0.04276183247566223,
0.11041614413261414,
0.5041700601577759,
0.22531642019748688,
-0.20803722739219666,
0.2163705676794052,
0.190298393368721,
-0.2087165266275406,
0.20421090722084045,
-0.09125159680843353,
0.6012042164802551,
-0.11784861236810684,
-0.1290165781974792... |
https://github.com/huggingface/datasets/issues/5695 | Loading big dataset raises pyarrow.lib.ArrowNotImplementedError | Leaving this other error here for the record, which occurs when I load the +700GB dataset from the hub with shard sizes of 500MB:
```
Traceback (most recent call last):
File "/cluster/home/tamariucai/.local/lib/python3.10/site-packages/datasets/builder.py"... | ### Describe the bug
Calling `datasets.load_dataset` to load the (publicly available) dataset `theodor1289/wit` fails with `pyarrow.lib.ArrowNotImplementedError`.
### Steps to reproduce the bug
Steps to reproduce this behavior:
1. `!pip install datasets`
2. `!huggingface-cli login`
3. This step will throw the e... | 83 | Loading big dataset raises pyarrow.lib.ArrowNotImplementedError
### Describe the bug
Calling `datasets.load_dataset` to load the (publicly available) dataset `theodor1289/wit` fails with `pyarrow.lib.ArrowNotImplementedError`.
### Steps to reproduce the bug
Steps to reproduce this behavior:
1. `!pip install dat... | [
-0.3600281774997711,
0.04276183247566223,
0.11041614413261414,
0.5041700601577759,
0.22531642019748688,
-0.20803722739219666,
0.2163705676794052,
0.190298393368721,
-0.2087165266275406,
0.20421090722084045,
-0.09125159680843353,
0.6012042164802551,
-0.11784861236810684,
-0.1290165781974792... |
https://github.com/huggingface/datasets/issues/5695 | Loading big dataset raises pyarrow.lib.ArrowNotImplementedError | I am having this same issue trying to load my Audio dataset of about 520GB of audio files and about 1.8 million rows: https://github.com/huggingface/datasets/issues/5695#issuecomment-1500738729
I also tried the default shard size of 500MB and still hit this issue after about 4 hours. When I re-run the code, it res... | ### Describe the bug
Calling `datasets.load_dataset` to load the (publicly available) dataset `theodor1289/wit` fails with `pyarrow.lib.ArrowNotImplementedError`.
### Steps to reproduce the bug
Steps to reproduce this behavior:
1. `!pip install datasets`
2. `!huggingface-cli login`
3. This step will throw the e... | 65 | Loading big dataset raises pyarrow.lib.ArrowNotImplementedError
### Describe the bug
Calling `datasets.load_dataset` to load the (publicly available) dataset `theodor1289/wit` fails with `pyarrow.lib.ArrowNotImplementedError`.
### Steps to reproduce the bug
Steps to reproduce this behavior:
1. `!pip install dat... | [
-0.3600281774997711,
0.04276183247566223,
0.11041614413261414,
0.5041700601577759,
0.22531642019748688,
-0.20803722739219666,
0.2163705676794052,
0.190298393368721,
-0.2087165266275406,
0.20421090722084045,
-0.09125159680843353,
0.6012042164802551,
-0.11784861236810684,
-0.1290165781974792... |
https://github.com/huggingface/datasets/issues/5695 | Loading big dataset raises pyarrow.lib.ArrowNotImplementedError | `push_to_hub` has a fast resuming, though for audio/image there is this PR to fix a speed issue: https://github.com/huggingface/datasets/pull/6056 | ### Describe the bug
Calling `datasets.load_dataset` to load the (publicly available) dataset `theodor1289/wit` fails with `pyarrow.lib.ArrowNotImplementedError`.
### Steps to reproduce the bug
Steps to reproduce this behavior:
1. `!pip install datasets`
2. `!huggingface-cli login`
3. This step will throw the e... | 18 | Loading big dataset raises pyarrow.lib.ArrowNotImplementedError
### Describe the bug
Calling `datasets.load_dataset` to load the (publicly available) dataset `theodor1289/wit` fails with `pyarrow.lib.ArrowNotImplementedError`.
### Steps to reproduce the bug
Steps to reproduce this behavior:
1. `!pip install dat... | [
-0.3600281774997711,
0.04276183247566223,
0.11041614413261414,
0.5041700601577759,
0.22531642019748688,
-0.20803722739219666,
0.2163705676794052,
0.190298393368721,
-0.2087165266275406,
0.20421090722084045,
-0.09125159680843353,
0.6012042164802551,
-0.11784861236810684,
-0.1290165781974792... |
https://github.com/huggingface/datasets/issues/5694 | Dataset configuration | Originally we also though about adding it to the YAML part of the README.md:
```yaml
builder_config:
data_dir: data
data_files:
- split: train
pattern: "train-[0-9][0-9][0-9][0-9]-of-[0-9][0-9][0-9][0-9][0-9]*.*"
```
Having it in the README.md could make it easier to modify it in the UI on HF, and... | Following discussions from https://github.com/huggingface/datasets/pull/5331
We could have something like `config.json` to define the configuration of a dataset.
```json
{
"data_dir": "data"
"data_files": {
"train": "train-[0-9][0-9][0-9][0-9]-of-[0-9][0-9][0-9][0-9][0-9]*.*"
}
}
```
... | 47 | Dataset configuration
Following discussions from https://github.com/huggingface/datasets/pull/5331
We could have something like `config.json` to define the configuration of a dataset.
```json
{
"data_dir": "data"
"data_files": {
"train": "train-[0-9][0-9][0-9][0-9]-of-[0-9][0-9][0-9][0-9][0... | [
-0.3815479874610901,
-0.20638328790664673,
-0.0506834015250206,
0.06326307356357574,
0.2306416928768158,
0.11939985305070877,
0.3019176423549652,
0.3064594268798828,
0.19793221354484558,
0.1872062087059021,
-0.053013987839221954,
0.19325783848762512,
-0.11306319385766983,
0.444815307855606... |
https://github.com/huggingface/datasets/issues/5694 | Dataset configuration | From internal discussions we agreed to go with the YAML approach, since it's the one that seems more appropriate to be modified by a human on the Hub or locally (while JSON e.g. for models are usually created programmatically). | Following discussions from https://github.com/huggingface/datasets/pull/5331
We could have something like `config.json` to define the configuration of a dataset.
```json
{
"data_dir": "data"
"data_files": {
"train": "train-[0-9][0-9][0-9][0-9]-of-[0-9][0-9][0-9][0-9][0-9]*.*"
}
}
```
... | 39 | Dataset configuration
Following discussions from https://github.com/huggingface/datasets/pull/5331
We could have something like `config.json` to define the configuration of a dataset.
```json
{
"data_dir": "data"
"data_files": {
"train": "train-[0-9][0-9][0-9][0-9]-of-[0-9][0-9][0-9][0-9][0... | [
-0.3235018849372864,
-0.33107930421829224,
-0.08555616438388824,
0.14359703660011292,
0.23720453679561615,
0.1515040397644043,
0.2792743444442749,
0.20769630372524261,
0.24624952673912048,
0.17251534759998322,
-0.07195679843425751,
0.32158949971199036,
-0.15135285258293152,
0.5376598238945... |
https://github.com/huggingface/datasets/issues/5692 | pyarrow.lib.ArrowInvalid: Unable to merge: Field <field> has incompatible types | Hi! The link pointing to the code that generated the dataset is broken. Can you please fix it to make debugging easier? | ### Describe the bug
When loading the dataset [wikianc-en](https://huggingface.co/datasets/cyanic-selkie/wikianc-en) which I created using [this](https://github.com/cyanic-selkie/wikianc) code, I get the following error:
```
Traceback (most recent call last):
File "/home/sven/code/rector/answer-detection/trai... | 22 | pyarrow.lib.ArrowInvalid: Unable to merge: Field <field> has incompatible types
### Describe the bug
When loading the dataset [wikianc-en](https://huggingface.co/datasets/cyanic-selkie/wikianc-en) which I created using [this](https://github.com/cyanic-selkie/wikianc) code, I get the following error:
```
Traceb... | [
-0.28052473068237305,
0.09721389412879944,
-0.010183176025748253,
0.40840625762939453,
0.14944547414779663,
0.06983775645494461,
0.20628046989440918,
0.5558908581733704,
-0.26043134927749634,
-0.01171468198299408,
-0.03858508914709091,
0.6745287179946899,
0.05063938349485397,
-0.1122654005... |
https://github.com/huggingface/datasets/issues/5692 | pyarrow.lib.ArrowInvalid: Unable to merge: Field <field> has incompatible types | > Hi! The link pointing to the code that generated the dataset is broken. Can you please fix it to make debugging easier?
Sorry about that, it's fixed now.
| ### Describe the bug
When loading the dataset [wikianc-en](https://huggingface.co/datasets/cyanic-selkie/wikianc-en) which I created using [this](https://github.com/cyanic-selkie/wikianc) code, I get the following error:
```
Traceback (most recent call last):
File "/home/sven/code/rector/answer-detection/trai... | 29 | pyarrow.lib.ArrowInvalid: Unable to merge: Field <field> has incompatible types
### Describe the bug
When loading the dataset [wikianc-en](https://huggingface.co/datasets/cyanic-selkie/wikianc-en) which I created using [this](https://github.com/cyanic-selkie/wikianc) code, I get the following error:
```
Traceb... | [
-0.28052473068237305,
0.09721389412879944,
-0.010183176025748253,
0.40840625762939453,
0.14944547414779663,
0.06983775645494461,
0.20628046989440918,
0.5558908581733704,
-0.26043134927749634,
-0.01171468198299408,
-0.03858508914709091,
0.6745287179946899,
0.05063938349485397,
-0.1122654005... |
https://github.com/huggingface/datasets/issues/5692 | pyarrow.lib.ArrowInvalid: Unable to merge: Field <field> has incompatible types | @cyanic-selkie could you explain how you fixed it? I met the same error in loading other datasets, is it due to the version of the library enviroment? | ### Describe the bug
When loading the dataset [wikianc-en](https://huggingface.co/datasets/cyanic-selkie/wikianc-en) which I created using [this](https://github.com/cyanic-selkie/wikianc) code, I get the following error:
```
Traceback (most recent call last):
File "/home/sven/code/rector/answer-detection/trai... | 27 | pyarrow.lib.ArrowInvalid: Unable to merge: Field <field> has incompatible types
### Describe the bug
When loading the dataset [wikianc-en](https://huggingface.co/datasets/cyanic-selkie/wikianc-en) which I created using [this](https://github.com/cyanic-selkie/wikianc) code, I get the following error:
```
Traceb... | [
-0.28052473068237305,
0.09721389412879944,
-0.010183176025748253,
0.40840625762939453,
0.14944547414779663,
0.06983775645494461,
0.20628046989440918,
0.5558908581733704,
-0.26043134927749634,
-0.01171468198299408,
-0.03858508914709091,
0.6745287179946899,
0.05063938349485397,
-0.1122654005... |
https://github.com/huggingface/datasets/issues/5692 | pyarrow.lib.ArrowInvalid: Unable to merge: Field <field> has incompatible types | @MingsYang I never fixed it. If you're referring to my comment above, I only meant I fixed the link to my code.
Anyway, I managed to work around the issue by using `streaming` when loading the dataset. | ### Describe the bug
When loading the dataset [wikianc-en](https://huggingface.co/datasets/cyanic-selkie/wikianc-en) which I created using [this](https://github.com/cyanic-selkie/wikianc) code, I get the following error:
```
Traceback (most recent call last):
File "/home/sven/code/rector/answer-detection/trai... | 37 | pyarrow.lib.ArrowInvalid: Unable to merge: Field <field> has incompatible types
### Describe the bug
When loading the dataset [wikianc-en](https://huggingface.co/datasets/cyanic-selkie/wikianc-en) which I created using [this](https://github.com/cyanic-selkie/wikianc) code, I get the following error:
```
Traceb... | [
-0.28052473068237305,
0.09721389412879944,
-0.010183176025748253,
0.40840625762939453,
0.14944547414779663,
0.06983775645494461,
0.20628046989440918,
0.5558908581733704,
-0.26043134927749634,
-0.01171468198299408,
-0.03858508914709091,
0.6745287179946899,
0.05063938349485397,
-0.1122654005... |
https://github.com/huggingface/datasets/issues/5692 | pyarrow.lib.ArrowInvalid: Unable to merge: Field <field> has incompatible types | @cyanic-selkie Emm, I get it. I just tried to use a new version python enviroment, and it show no errors anymore. | ### Describe the bug
When loading the dataset [wikianc-en](https://huggingface.co/datasets/cyanic-selkie/wikianc-en) which I created using [this](https://github.com/cyanic-selkie/wikianc) code, I get the following error:
```
Traceback (most recent call last):
File "/home/sven/code/rector/answer-detection/trai... | 21 | pyarrow.lib.ArrowInvalid: Unable to merge: Field <field> has incompatible types
### Describe the bug
When loading the dataset [wikianc-en](https://huggingface.co/datasets/cyanic-selkie/wikianc-en) which I created using [this](https://github.com/cyanic-selkie/wikianc) code, I get the following error:
```
Traceb... | [
-0.28052473068237305,
0.09721389412879944,
-0.010183176025748253,
0.40840625762939453,
0.14944547414779663,
0.06983775645494461,
0.20628046989440918,
0.5558908581733704,
-0.26043134927749634,
-0.01171468198299408,
-0.03858508914709091,
0.6745287179946899,
0.05063938349485397,
-0.1122654005... |
https://github.com/huggingface/datasets/issues/5690 | raise AttributeError(f"No {package_name} attribute {name}") AttributeError: No huggingface_hub attribute hf_api | Hi @wccccp, thanks for reporting.
That's weird since `huggingface_hub` _has_ a module called `hf_api` and you are using a recent version of it.
Which version of `datasets` are you using? And is it a bug that you experienced only recently? (cc @lhoestq can it be somehow related to the recent release of `datasets`?... | ### Describe the bug
rta.sh
Traceback (most recent call last):
File "run.py", line 7, in <module>
import datasets
File "/home/appuser/miniconda3/envs/pt2/lib/python3.8/site-packages/datasets/__init__.py", line 37, in <module>
from .builder import ArrowBasedBuilder, BeamBasedBuilder, BuilderConfig, Dat... | 82 | raise AttributeError(f"No {package_name} attribute {name}") AttributeError: No huggingface_hub attribute hf_api
### Describe the bug
rta.sh
Traceback (most recent call last):
File "run.py", line 7, in <module>
import datasets
File "/home/appuser/miniconda3/envs/pt2/lib/python3.8/site-packages/datasets/__... | [
-0.29969310760498047,
-0.3609519302845001,
-0.04733133316040039,
0.36517244577407837,
0.42924588918685913,
-0.07652373611927032,
0.24430139362812042,
0.5703025460243225,
-0.04012833163142204,
0.2936137616634369,
-0.03497794270515442,
0.2826230823993683,
-0.084398053586483,
0.17554563283920... |
https://github.com/huggingface/datasets/issues/5690 | raise AttributeError(f"No {package_name} attribute {name}") AttributeError: No huggingface_hub attribute hf_api | @wccccp Actually I have also been able to reproduce the error so it's not an issue with your setup.
@huggingface/datasets I found this issue quite weird. Is this a module that is not used very often?
The problematic line is [this one](https://github.com/huggingface/datasets/blame/c33e8ce68b5000988bf6b2e4bca27ffaa46... | ### Describe the bug
rta.sh
Traceback (most recent call last):
File "run.py", line 7, in <module>
import datasets
File "/home/appuser/miniconda3/envs/pt2/lib/python3.8/site-packages/datasets/__init__.py", line 37, in <module>
from .builder import ArrowBasedBuilder, BeamBasedBuilder, BuilderConfig, Dat... | 113 | raise AttributeError(f"No {package_name} attribute {name}") AttributeError: No huggingface_hub attribute hf_api
### Describe the bug
rta.sh
Traceback (most recent call last):
File "run.py", line 7, in <module>
import datasets
File "/home/appuser/miniconda3/envs/pt2/lib/python3.8/site-packages/datasets/__... | [
-0.29969310760498047,
-0.3609519302845001,
-0.04733133316040039,
0.36517244577407837,
0.42924588918685913,
-0.07652373611927032,
0.24430139362812042,
0.5703025460243225,
-0.04012833163142204,
0.2936137616634369,
-0.03497794270515442,
0.2826230823993683,
-0.084398053586483,
0.17554563283920... |
https://github.com/huggingface/datasets/issues/5690 | raise AttributeError(f"No {package_name} attribute {name}") AttributeError: No huggingface_hub attribute hf_api | For context, I tried to run `import huggingface_hub; huggingface_hub.hf_api.DatasetInfo` in the terminal with different versions of `hfh` and I need to go back to `huggingface_hub==0.7.0` to make it work (latest is 0.13.3). | ### Describe the bug
rta.sh
Traceback (most recent call last):
File "run.py", line 7, in <module>
import datasets
File "/home/appuser/miniconda3/envs/pt2/lib/python3.8/site-packages/datasets/__init__.py", line 37, in <module>
from .builder import ArrowBasedBuilder, BeamBasedBuilder, BuilderConfig, Dat... | 32 | raise AttributeError(f"No {package_name} attribute {name}") AttributeError: No huggingface_hub attribute hf_api
### Describe the bug
rta.sh
Traceback (most recent call last):
File "run.py", line 7, in <module>
import datasets
File "/home/appuser/miniconda3/envs/pt2/lib/python3.8/site-packages/datasets/__... | [
-0.29969310760498047,
-0.3609519302845001,
-0.04733133316040039,
0.36517244577407837,
0.42924588918685913,
-0.07652373611927032,
0.24430139362812042,
0.5703025460243225,
-0.04012833163142204,
0.2936137616634369,
-0.03497794270515442,
0.2826230823993683,
-0.084398053586483,
0.17554563283920... |
https://github.com/huggingface/datasets/issues/5690 | raise AttributeError(f"No {package_name} attribute {name}") AttributeError: No huggingface_hub attribute hf_api | Before the error happens at line 120 in `data_files.py`, `datasets.filesystems.hffilesystem` is imported at the top of `data_files.py` and this file does `from huggingface_hub.hf_api import DatasetInfo` - so `huggingface_hub.hf_api` is imported. Not sure how the error could happen, what version of `datasets` are you us... | ### Describe the bug
rta.sh
Traceback (most recent call last):
File "run.py", line 7, in <module>
import datasets
File "/home/appuser/miniconda3/envs/pt2/lib/python3.8/site-packages/datasets/__init__.py", line 37, in <module>
from .builder import ArrowBasedBuilder, BeamBasedBuilder, BuilderConfig, Dat... | 46 | raise AttributeError(f"No {package_name} attribute {name}") AttributeError: No huggingface_hub attribute hf_api
### Describe the bug
rta.sh
Traceback (most recent call last):
File "run.py", line 7, in <module>
import datasets
File "/home/appuser/miniconda3/envs/pt2/lib/python3.8/site-packages/datasets/__... | [
-0.29969310760498047,
-0.3609519302845001,
-0.04733133316040039,
0.36517244577407837,
0.42924588918685913,
-0.07652373611927032,
0.24430139362812042,
0.5703025460243225,
-0.04012833163142204,
0.2936137616634369,
-0.03497794270515442,
0.2826230823993683,
-0.084398053586483,
0.17554563283920... |
https://github.com/huggingface/datasets/issues/5688 | Wikipedia download_and_prepare for GCS | Hi @adrianfagerland, thanks for reporting.
Please note that "wikipedia" is a special dataset, with an Apache Beam builder: https://beam.apache.org/
You can find more info about Beam datasets in our docs: https://huggingface.co/docs/datasets/beam
It was implemented to be run in parallel processing, using one of t... | ### Describe the bug
I am unable to download the wikipedia dataset onto GCS.
When I run the script provided the memory firstly gets eaten up, then it crashes.
I tried running this on a VM with 128GB RAM and all I got was a two empty files: _data_builder.lock_, _data.incomplete/beam-temp-wikipedia-train-1ab2039a... | 135 | Wikipedia download_and_prepare for GCS
### Describe the bug
I am unable to download the wikipedia dataset onto GCS.
When I run the script provided the memory firstly gets eaten up, then it crashes.
I tried running this on a VM with 128GB RAM and all I got was a two empty files: _data_builder.lock_, _data.inco... | [
-0.14688317477703094,
0.12495255470275879,
0.0438978485763073,
0.5361844301223755,
0.27861732244491577,
0.15908744931221008,
-0.07821933925151825,
0.1857977956533432,
0.21924205124378204,
0.07019743323326111,
0.4104773998260498,
0.11143112182617188,
-0.12108095735311508,
-0.406333565711975... |
https://github.com/huggingface/datasets/issues/5688 | Wikipedia download_and_prepare for GCS | When running this using :
```
import datasets
from apache_beam.options.pipeline_options import PipelineOptions
from gcsfs import GCSFileSystem
storage_options = {"project":"tdt4310", "token":"cloud"}
fs = GCSFileSystem(**storage_options)
output_dir = "gcs://quiz_transformer/"
beam_options = PipelineOptions(... | ### Describe the bug
I am unable to download the wikipedia dataset onto GCS.
When I run the script provided the memory firstly gets eaten up, then it crashes.
I tried running this on a VM with 128GB RAM and all I got was a two empty files: _data_builder.lock_, _data.incomplete/beam-temp-wikipedia-train-1ab2039a... | 103 | Wikipedia download_and_prepare for GCS
### Describe the bug
I am unable to download the wikipedia dataset onto GCS.
When I run the script provided the memory firstly gets eaten up, then it crashes.
I tried running this on a VM with 128GB RAM and all I got was a two empty files: _data_builder.lock_, _data.inco... | [
-0.14688317477703094,
0.12495255470275879,
0.0438978485763073,
0.5361844301223755,
0.27861732244491577,
0.15908744931221008,
-0.07821933925151825,
0.1857977956533432,
0.21924205124378204,
0.07019743323326111,
0.4104773998260498,
0.11143112182617188,
-0.12108095735311508,
-0.406333565711975... |
https://github.com/huggingface/datasets/issues/5688 | Wikipedia download_and_prepare for GCS | `wikipedia` is no longer a Beam dataset, so the above code should work now.
PS: You can use [these files](https://huggingface.co/datasets/wikipedia/tree/main/data/20220301.en) (or a newer dump at https://huggingface.co/datasets/wikimedia/wikipedia/tree/main/20231101.en) instead of generating the Parquet version your... | ### Describe the bug
I am unable to download the wikipedia dataset onto GCS.
When I run the script provided the memory firstly gets eaten up, then it crashes.
I tried running this on a VM with 128GB RAM and all I got was a two empty files: _data_builder.lock_, _data.incomplete/beam-temp-wikipedia-train-1ab2039a... | 33 | Wikipedia download_and_prepare for GCS
### Describe the bug
I am unable to download the wikipedia dataset onto GCS.
When I run the script provided the memory firstly gets eaten up, then it crashes.
I tried running this on a VM with 128GB RAM and all I got was a two empty files: _data_builder.lock_, _data.inco... | [
-0.14688317477703094,
0.12495255470275879,
0.0438978485763073,
0.5361844301223755,
0.27861732244491577,
0.15908744931221008,
-0.07821933925151825,
0.1857977956533432,
0.21924205124378204,
0.07019743323326111,
0.4104773998260498,
0.11143112182617188,
-0.12108095735311508,
-0.406333565711975... |
https://github.com/huggingface/datasets/issues/5687 | Document to compress data files before uploading | Great idea!
Should we also take this opportunity to include some audio/image file formats? Currently, it still reads very text heavy. Something like:
> We support many text, audio, and image data extensions such as `.zip`, `.rar`, `.mp3`, and `.jpg` among many others. For data extensions like `.csv`, `.json`, `.j... | In our docs to [Share a dataset to the Hub](https://huggingface.co/docs/datasets/upload_dataset), we tell users to upload directly their data files, like CSV, JSON, JSON-Lines, text,... However, these extensions are not tracked by Git LFS by default, as they are not in the `.giattributes` file. Therefore, if they are t... | 102 | Document to compress data files before uploading
In our docs to [Share a dataset to the Hub](https://huggingface.co/docs/datasets/upload_dataset), we tell users to upload directly their data files, like CSV, JSON, JSON-Lines, text,... However, these extensions are not tracked by Git LFS by default, as they are not in... | [
-0.25337180495262146,
0.05474431812763214,
0.0055868737399578094,
0.27009162306785583,
0.11869238317012787,
0.05874895304441452,
-0.04474087432026863,
0.4713582694530487,
-0.01798590086400509,
0.1415356695652008,
-0.1133246049284935,
0.05535683408379555,
-0.06797606498003006,
0.22386191785... |
https://github.com/huggingface/datasets/issues/5687 | Document to compress data files before uploading | Hi @stevhliu, thanks for your suggestion.
I agree it is a good opportunity to mention that audio/image file formats are also supported.
Nit:
I would not mention .zip, .rar after "text, audio, and image data extensions". Those are "compression" extensions and not "text, audio, and image data extensions".
What ... | In our docs to [Share a dataset to the Hub](https://huggingface.co/docs/datasets/upload_dataset), we tell users to upload directly their data files, like CSV, JSON, JSON-Lines, text,... However, these extensions are not tracked by Git LFS by default, as they are not in the `.giattributes` file. Therefore, if they are t... | 181 | Document to compress data files before uploading
In our docs to [Share a dataset to the Hub](https://huggingface.co/docs/datasets/upload_dataset), we tell users to upload directly their data files, like CSV, JSON, JSON-Lines, text,... However, these extensions are not tracked by Git LFS by default, as they are not in... | [
-0.34023743867874146,
-0.011479131877422333,
-0.006043342873454094,
0.18851102888584137,
0.09288427978754044,
0.0313430055975914,
-0.01256423071026802,
0.41845300793647766,
-0.020432107150554657,
0.10502047091722488,
-0.0639844536781311,
0.03946574404835701,
-0.0283203162252903,
0.12046147... |
https://github.com/huggingface/datasets/issues/5685 | Broken Image render on the hub website | Hi!
You can fix the viewer by adding the `dataset_info` YAML field deleted in https://huggingface.co/datasets/Francesco/cell-towers/commit/b95b59ddd91ebe9c12920f0efe0ed415cd0d4298 back to the metadata section of the card.
To avoid this issue in the feature, you can use `huggingface_hub`'s [RepoCard](https://hug... | ### Describe the bug
Hi :wave:
Not sure if this is the right place to ask, but I am trying to load a huge amount of datasets on the hub (:partying_face: ) but I am facing a little issue with the `image` type
 but I am facing a little issue with the `image` type
 but I am facing a little issue with the `image` type
 but I am facing a little issue with the `image` type

Confirmed, adding back `dataset_info` fixed the issu | ### Describe the bug
Hi :wave:
Not sure if this is the right place to ask, but I am trying to load a huge amount of datasets on the hub (:partying_face: ) but I am facing a little issue with the `image` type
 but I am facing a little issue with the `image` type
 | Following [this](https://github.com/huggingface/datasets/issues/5650) issue I think we should add a note about the order of patterns that is used to find splits, see [my comment](https://github.com/huggingface/datasets/issues/5650#issuecomment-1488412527). Also we should reference this page in pages about packaged load... | 22 | Add information about patterns search order to the doc about structuring repo
Following [this](https://github.com/huggingface/datasets/issues/5650) issue I think we should add a note about the order of patterns that is used to find splits, see [my comment](https://github.com/huggingface/datasets/issues/5650#issuecomm... | [
-0.03904271870851517,
-0.3705796003341675,
-0.12585040926933289,
0.17808909714221954,
0.1903308928012848,
-0.36044177412986755,
0.18976938724517822,
0.07830019295215607,
0.15238456428050995,
0.1930198222398758,
-0.13044606149196625,
0.2470814436674118,
0.16735263168811798,
0.53238254785537... |
https://github.com/huggingface/datasets/issues/5679 | Allow load_dataset to take a working dir for intermediate data | Hi ! AFAIK a dataset must be present on a local disk to be able to efficiently memory map the datasets Arrow files. What makes you think that it is possible to load from a cloud storage and have good performance ?
Anyway it's already possible to download_and_prepare a dataset as Arrow files in a cloud storage with:
... | ### Feature request
As a user, I can set a working dir for intermediate data creation. The processed files will be moved to the cache dir, like
```
load_dataset(…, working_dir=”/temp/dir”, cache_dir=”/cloud_dir”).
```
### Motivation
This will help the use case for using datasets with cloud storage as cache. It wi... | 81 | Allow load_dataset to take a working dir for intermediate data
### Feature request
As a user, I can set a working dir for intermediate data creation. The processed files will be moved to the cache dir, like
```
load_dataset(…, working_dir=”/temp/dir”, cache_dir=”/cloud_dir”).
```
### Motivation
This will help t... | [
-0.22743786871433258,
0.12301523983478546,
-0.09564208984375,
0.03873387724161148,
0.24622076749801636,
0.15327858924865723,
0.26759564876556396,
0.13668903708457947,
0.2790601849555969,
-0.035340696573257446,
0.15019835531711578,
0.10304796695709229,
-0.2322990745306015,
0.141607001423835... |
https://github.com/huggingface/datasets/issues/5679 | Allow load_dataset to take a working dir for intermediate data | In my use case, I am trying to mount the S3 bucket as local system with S3FS-FUSE / [goofys](https://github.com/kahing/goofys). I want to use S3 to save the download data and save checkpoint for training for persistent. Setting the s3 location as cache directory is not fast enough. That is why I want to set a work dire... | ### Feature request
As a user, I can set a working dir for intermediate data creation. The processed files will be moved to the cache dir, like
```
load_dataset(…, working_dir=”/temp/dir”, cache_dir=”/cloud_dir”).
```
### Motivation
This will help the use case for using datasets with cloud storage as cache. It wi... | 72 | Allow load_dataset to take a working dir for intermediate data
### Feature request
As a user, I can set a working dir for intermediate data creation. The processed files will be moved to the cache dir, like
```
load_dataset(…, working_dir=”/temp/dir”, cache_dir=”/cloud_dir”).
```
### Motivation
This will help t... | [
-0.2566338777542114,
0.023805201053619385,
-0.053285159170627594,
0.007683277130126953,
0.3601282835006714,
0.07705653458833694,
0.2949361801147461,
0.07726932317018509,
0.20916983485221863,
0.017844505608081818,
-0.18246039748191833,
0.2042849063873291,
-0.25620508193969727,
0.26345819234... |
https://github.com/huggingface/datasets/issues/5679 | Allow load_dataset to take a working dir for intermediate data | You can try setting `HF_DATASETS_DOWNLOADED_DATASETS_PATH` and `HF_DATASETS_EXTRACTED_DATASETS_PATH` to S3, and `HF_DATASETS_CACHE` to your local disk.
This way all your downloaded and extracted data are on your mounted S3, but the datasets Arrow files are on your local disk | ### Feature request
As a user, I can set a working dir for intermediate data creation. The processed files will be moved to the cache dir, like
```
load_dataset(…, working_dir=”/temp/dir”, cache_dir=”/cloud_dir”).
```
### Motivation
This will help the use case for using datasets with cloud storage as cache. It wi... | 38 | Allow load_dataset to take a working dir for intermediate data
### Feature request
As a user, I can set a working dir for intermediate data creation. The processed files will be moved to the cache dir, like
```
load_dataset(…, working_dir=”/temp/dir”, cache_dir=”/cloud_dir”).
```
### Motivation
This will help t... | [
-0.19982720911502838,
0.03733718395233154,
-0.08418084681034088,
0.12015998363494873,
0.2349475473165512,
-0.00630023330450058,
0.2897576093673706,
0.13399676978588104,
0.1977485865354538,
0.10961417853832245,
-0.2626339793205261,
0.2509077489376068,
0.010908156633377075,
0.229562476277351... |
https://github.com/huggingface/datasets/issues/5679 | Allow load_dataset to take a working dir for intermediate data | If we hope to also persist the Arrow files on the mounted S3 but work with the efficiency of local disk, is there any recommended way to do this, other than copying the Arrow files from local disk to S3? | ### Feature request
As a user, I can set a working dir for intermediate data creation. The processed files will be moved to the cache dir, like
```
load_dataset(…, working_dir=”/temp/dir”, cache_dir=”/cloud_dir”).
```
### Motivation
This will help the use case for using datasets with cloud storage as cache. It wi... | 40 | Allow load_dataset to take a working dir for intermediate data
### Feature request
As a user, I can set a working dir for intermediate data creation. The processed files will be moved to the cache dir, like
```
load_dataset(…, working_dir=”/temp/dir”, cache_dir=”/cloud_dir”).
```
### Motivation
This will help t... | [
-0.0838385596871376,
-0.03312249481678009,
-0.0708707943558693,
0.20988690853118896,
0.22888876497745514,
-0.08875516802072525,
0.34524673223495483,
-0.04827195033431053,
0.09551654756069183,
0.07929626107215881,
-0.05972520262002945,
0.44974517822265625,
-0.21414761245250702,
0.1562025099... |
https://github.com/huggingface/datasets/issues/5678 | Add support to create a Dataset from spark dataframe | if i read spark Dataframe , got an error on multi-node Spark cluster.
Did the Api (Dataset.from_spark) support Spark cluster, read dataframe and save_to_disk?
Error:
_pickle.PicklingError: Could not serialize object: RuntimeError: It appears that you are attempting to reference SparkContext from a broadcast vari... | ### Feature request
Add a new API `Dataset.from_spark` to create a Dataset from Spark DataFrame.
### Motivation
Spark is a distributed computing framework that can handle large datasets. By supporting loading Spark DataFrames directly into Hugging Face Datasets, we enable take the advantages of spark to processing t... | 87 | Add support to create a Dataset from spark dataframe
### Feature request
Add a new API `Dataset.from_spark` to create a Dataset from Spark DataFrame.
### Motivation
Spark is a distributed computing framework that can handle large datasets. By supporting loading Spark DataFrames directly into Hugging Face Datasets,... | [
-0.6102313995361328,
-0.3675931692123413,
-0.0656471699476242,
0.3130301833152771,
0.13624784350395203,
0.16130828857421875,
0.3063267171382904,
0.08133550733327866,
0.2944163978099823,
0.24111446738243103,
0.023319534957408905,
0.5314658284187317,
-0.26119762659072876,
0.6833662390708923,... |
https://github.com/huggingface/datasets/issues/5675 | Filter datasets by language code | The dataset still can be found, if instead of using the search form you just enter the language code in the url, like https://huggingface.co/datasets?language=language:myv.
But of course having a more complete list of languages in the search form (or just a fallback to the language codes, if they are missing from t... | Hi! I use the language search field on https://huggingface.co/datasets
However, some of the datasets tagged by ISO language code are not accessible by this search form.
For example, [myv_ru_2022](https://huggingface.co/datasets/slone/myv_ru_2022) is has `myv` language tag but it is not included in Languages search fo... | 59 | Filter datasets by language code
Hi! I use the language search field on https://huggingface.co/datasets
However, some of the datasets tagged by ISO language code are not accessible by this search form.
For example, [myv_ru_2022](https://huggingface.co/datasets/slone/myv_ru_2022) is has `myv` language tag but it is ... | [
-0.06282632052898407,
-0.20659364759922028,
-0.17733199894428253,
0.23492102324962616,
0.07310483604669571,
-0.26128965616226196,
-0.009905051440000534,
0.30763891339302063,
0.44437867403030396,
0.15708497166633606,
-0.44240590929985046,
-0.11375539749860764,
-0.2776351869106293,
0.2999016... |
https://github.com/huggingface/datasets/issues/5675 | Filter datasets by language code | Thanks @mariosasko!
Do you think it is possible to turn this into a more scalable pipeline? Such as:
1. Looping through all the datasets on the hub and collecting the set of all their language codes;
2. Selecting the codes not covered yet in `Language.ts`
3. Looking up their codes at https://iso639-3.sil.org/code_t... | Hi! I use the language search field on https://huggingface.co/datasets
However, some of the datasets tagged by ISO language code are not accessible by this search form.
For example, [myv_ru_2022](https://huggingface.co/datasets/slone/myv_ru_2022) is has `myv` language tag but it is not included in Languages search fo... | 62 | Filter datasets by language code
Hi! I use the language search field on https://huggingface.co/datasets
However, some of the datasets tagged by ISO language code are not accessible by this search form.
For example, [myv_ru_2022](https://huggingface.co/datasets/slone/myv_ru_2022) is has `myv` language tag but it is ... | [
-0.23549896478652954,
-0.31410133838653564,
-0.1694522202014923,
0.31763505935668945,
0.041809022426605225,
-0.1943664252758026,
-0.02594960853457451,
0.3181177079677582,
0.45298850536346436,
0.14891570806503296,
-0.35673773288726807,
-0.072531558573246,
-0.27924224734306335,
0.49485677480... |
https://github.com/huggingface/datasets/issues/5675 | Filter datasets by language code | @avidale This has been discussed in https://github.com/huggingface/datasets/issues/4881, so also feel free to share your opinion there. | Hi! I use the language search field on https://huggingface.co/datasets
However, some of the datasets tagged by ISO language code are not accessible by this search form.
For example, [myv_ru_2022](https://huggingface.co/datasets/slone/myv_ru_2022) is has `myv` language tag but it is not included in Languages search fo... | 16 | Filter datasets by language code
Hi! I use the language search field on https://huggingface.co/datasets
However, some of the datasets tagged by ISO language code are not accessible by this search form.
For example, [myv_ru_2022](https://huggingface.co/datasets/slone/myv_ru_2022) is has `myv` language tag but it is ... | [
-0.055523019284009933,
-0.31846970319747925,
-0.17925623059272766,
0.3371952772140503,
0.19591598212718964,
-0.2610488831996918,
0.013924650847911835,
0.21775555610656738,
0.45391252636909485,
0.12786544859409332,
-0.5019581317901611,
-0.06373906135559082,
-0.30710846185684204,
0.414194583... |
https://github.com/huggingface/datasets/issues/5672 | Pushing dataset to hub crash | Hi ! It's been fixed by https://github.com/huggingface/datasets/pull/5598. We're doing a new release tomorrow with the fix and you'll be able to push your 100k images ;)
Basically `push_to_hub` used to fail if the remote repository already exists and has a README.md without dataset_info in the YAML tags.
In the m... | ### Describe the bug
Uploading a dataset with `push_to_hub()` fails without error description.
### Steps to reproduce the bug
Hey there,
I've built a image dataset of 100k images + text pair as described here https://huggingface.co/docs/datasets/image_dataset#imagefolder
Now I'm trying to push it to the hub b... | 56 | Pushing dataset to hub crash
### Describe the bug
Uploading a dataset with `push_to_hub()` fails without error description.
### Steps to reproduce the bug
Hey there,
I've built a image dataset of 100k images + text pair as described here https://huggingface.co/docs/datasets/image_dataset#imagefolder
Now I'm... | [
-0.39786872267723083,
-0.4917035400867462,
0.0054841600358486176,
0.47433197498321533,
0.2618078291416168,
0.009897023439407349,
-0.003700990229845047,
0.22173260152339935,
0.2348121702671051,
0.11129071563482285,
-0.04022010415792465,
0.03248516097664833,
-0.44458189606666565,
0.287079125... |
https://github.com/huggingface/datasets/issues/5672 | Pushing dataset to hub crash | Hi @lhoestq ,
What version of datasets library fix this case? I am using the last `v2.10.1` and I get the same error. | ### Describe the bug
Uploading a dataset with `push_to_hub()` fails without error description.
### Steps to reproduce the bug
Hey there,
I've built a image dataset of 100k images + text pair as described here https://huggingface.co/docs/datasets/image_dataset#imagefolder
Now I'm trying to push it to the hub b... | 23 | Pushing dataset to hub crash
### Describe the bug
Uploading a dataset with `push_to_hub()` fails without error description.
### Steps to reproduce the bug
Hey there,
I've built a image dataset of 100k images + text pair as described here https://huggingface.co/docs/datasets/image_dataset#imagefolder
Now I'm... | [
-0.39786872267723083,
-0.4917035400867462,
0.0054841600358486176,
0.47433197498321533,
0.2618078291416168,
0.009897023439407349,
-0.003700990229845047,
0.22173260152339935,
0.2348121702671051,
0.11129071563482285,
-0.04022010415792465,
0.03248516097664833,
-0.44458189606666565,
0.287079125... |
https://github.com/huggingface/datasets/issues/5671 | How to use `load_dataset('glue', 'cola')` | Sounds like an issue with incompatible `transformers` dependencies versions.
Can you try to update `transformers` ?
EDIT: I checked the `transformers` dependencies and it seems like you need `tokenizers>=0.10.1,<0.11` with `transformers==4.5.1`
EDIT2: this old version of `datasets` seems to import `transformer... | ### Describe the bug
I'm new to use HuggingFace datasets but I cannot use `load_dataset('glue', 'cola')`.
- I was stacked by the following problem:
```python
from datasets import load_dataset
cola_dataset = load_dataset('glue', 'cola')
------------------------------------------------------------------------... | 59 | How to use `load_dataset('glue', 'cola')`
### Describe the bug
I'm new to use HuggingFace datasets but I cannot use `load_dataset('glue', 'cola')`.
- I was stacked by the following problem:
```python
from datasets import load_dataset
cola_dataset = load_dataset('glue', 'cola')
----------------------------... | [
-0.22955647110939026,
-0.3615228831768036,
0.025789305567741394,
0.3840593695640564,
0.17230798304080963,
0.07655126601457596,
0.31120675802230835,
-0.016771797090768814,
0.4112159013748169,
0.025528617203235626,
-0.3663538098335266,
0.050918303430080414,
0.025795243680477142,
0.2858240008... |
https://github.com/huggingface/datasets/issues/5671 | How to use `load_dataset('glue', 'cola')` | Thank you for advising me to update these libraries versions.
I can implement codes using `datasets==2.10.1` and `transformers==4.27.3` | ### Describe the bug
I'm new to use HuggingFace datasets but I cannot use `load_dataset('glue', 'cola')`.
- I was stacked by the following problem:
```python
from datasets import load_dataset
cola_dataset = load_dataset('glue', 'cola')
------------------------------------------------------------------------... | 18 | How to use `load_dataset('glue', 'cola')`
### Describe the bug
I'm new to use HuggingFace datasets but I cannot use `load_dataset('glue', 'cola')`.
- I was stacked by the following problem:
```python
from datasets import load_dataset
cola_dataset = load_dataset('glue', 'cola')
----------------------------... | [
-0.22955647110939026,
-0.3615228831768036,
0.025789305567741394,
0.3840593695640564,
0.17230798304080963,
0.07655126601457596,
0.31120675802230835,
-0.016771797090768814,
0.4112159013748169,
0.025528617203235626,
-0.3663538098335266,
0.050918303430080414,
0.025795243680477142,
0.2858240008... |
https://github.com/huggingface/datasets/issues/5669 | Almost identical datasets, huge performance difference | Hi!
The first dataset stores images as bytes (the "image" column type is `datasets.Image()`) and decodes them as `PIL.Image` objects and the second dataset stores them as variable-length lists (the "image" column type is `datasets.Sequence(...)`)), so I guess going from `arrow bytes -> NumPy -> decoding as PIL.Imag... | ### Describe the bug
I am struggling to understand (huge) performance difference between two datasets that are almost identical.
### Steps to reproduce the bug
# Fast (normal) dataset speed:
```python
import cv2
from datasets import load_dataset
from torch.utils.data import DataLoader
dataset = load_dataset(... | 104 | Almost identical datasets, huge performance difference
### Describe the bug
I am struggling to understand (huge) performance difference between two datasets that are almost identical.
### Steps to reproduce the bug
# Fast (normal) dataset speed:
```python
import cv2
from datasets import load_dataset
from torc... | [
-0.12182900309562683,
-0.2700640559196472,
-0.07353106141090393,
0.28541988134384155,
0.14487171173095703,
0.04311929643154144,
0.13862814009189606,
0.3545278012752533,
-0.22428327798843384,
0.2321704924106598,
-0.019010135903954506,
0.634641170501709,
-0.1887723058462143,
-0.2868475615978... |
https://github.com/huggingface/datasets/issues/5669 | Almost identical datasets, huge performance difference | Thanks, @mariosasko. I could not understand why a (decoded) sequence should be MUCH slower than an encoded image (that must be decoded every time). At any rate, I tried you suggestion. It made the `map` step to run extremely slow (consumes all the 16GB of memory and starts swapping)
I tried also the easiest (as I se... | ### Describe the bug
I am struggling to understand (huge) performance difference between two datasets that are almost identical.
### Steps to reproduce the bug
# Fast (normal) dataset speed:
```python
import cv2
from datasets import load_dataset
from torch.utils.data import DataLoader
dataset = load_dataset(... | 254 | Almost identical datasets, huge performance difference
### Describe the bug
I am struggling to understand (huge) performance difference between two datasets that are almost identical.
### Steps to reproduce the bug
# Fast (normal) dataset speed:
```python
import cv2
from datasets import load_dataset
from torc... | [
-0.14536702632904053,
-0.34918850660324097,
-0.06639416515827179,
0.33127355575561523,
0.20194342732429504,
0.0992385670542717,
0.10682334005832672,
0.32631218433380127,
-0.21502727270126343,
0.2893213629722595,
0.002447410486638546,
0.5300880074501038,
-0.18160921335220337,
-0.30507910251... |
https://github.com/huggingface/datasets/issues/5669 | Almost identical datasets, huge performance difference | Correction: the `beans` dataset stores the image file paths, not the bytes.
For your use case, I think it makes more sense to use `with_tranform` than `map` and lazily decode images with `cv2.imread` when indexing an example/batch:
```python
import cv2
def transform(batch):
batch["image2"] = np.stack([cv2... | ### Describe the bug
I am struggling to understand (huge) performance difference between two datasets that are almost identical.
### Steps to reproduce the bug
# Fast (normal) dataset speed:
```python
import cv2
from datasets import load_dataset
from torch.utils.data import DataLoader
dataset = load_dataset(... | 55 | Almost identical datasets, huge performance difference
### Describe the bug
I am struggling to understand (huge) performance difference between two datasets that are almost identical.
### Steps to reproduce the bug
# Fast (normal) dataset speed:
```python
import cv2
from datasets import load_dataset
from torc... | [
-0.20652538537979126,
-0.17120817303657532,
-0.0690888985991478,
0.215007022023201,
0.19906584918498993,
0.05381704121828079,
0.1543334275484085,
0.3986898958683014,
-0.16916753351688385,
0.2430865466594696,
-0.025165561586618423,
0.6264329552650452,
-0.12338794022798538,
-0.22326308488845... |
https://github.com/huggingface/datasets/issues/5669 | Almost identical datasets, huge performance difference | This is incorrect.
Did you try to run it? dataset[0] returns a tensor of numbers. dataset2[0]
returns the same tensor, but after a few long seconds. Looping over a
thousand of images cannot take 15 minutes.
On Fri, 24 Mar 2023 at 19:28 Mario Šaško ***@***.***> wrote:
> Correction: the beans dataset stores the imag... | ### Describe the bug
I am struggling to understand (huge) performance difference between two datasets that are almost identical.
### Steps to reproduce the bug
# Fast (normal) dataset speed:
```python
import cv2
from datasets import load_dataset
from torch.utils.data import DataLoader
dataset = load_dataset(... | 147 | Almost identical datasets, huge performance difference
### Describe the bug
I am struggling to understand (huge) performance difference between two datasets that are almost identical.
### Steps to reproduce the bug
# Fast (normal) dataset speed:
```python
import cv2
from datasets import load_dataset
from torc... | [
-0.20905740559101105,
-0.22886532545089722,
-0.08028090745210648,
0.25495296716690063,
0.23452557623386383,
0.024586014449596405,
0.20100726187229156,
0.4327840507030487,
-0.24287237226963043,
0.2857791781425476,
0.002402871148660779,
0.5662867426872253,
-0.16168612241744995,
-0.2176142483... |
https://github.com/huggingface/datasets/issues/5669 | Almost identical datasets, huge performance difference | I updated the transform with the NumPy -> PyTorch conversion.
I'm sharing the entire code:
```python
import cv2
import numpy as np
import datasets
import torch
from datasets import load_dataset
from torch.utils.data import DataLoader
dataset = load_dataset("beans", split="train")
def transform(batch):
... | ### Describe the bug
I am struggling to understand (huge) performance difference between two datasets that are almost identical.
### Steps to reproduce the bug
# Fast (normal) dataset speed:
```python
import cv2
from datasets import load_dataset
from torch.utils.data import DataLoader
dataset = load_dataset(... | 97 | Almost identical datasets, huge performance difference
### Describe the bug
I am struggling to understand (huge) performance difference between two datasets that are almost identical.
### Steps to reproduce the bug
# Fast (normal) dataset speed:
```python
import cv2
from datasets import load_dataset
from torc... | [
-0.10866925120353699,
-0.31659066677093506,
-0.03701607510447502,
0.20473399758338928,
0.11170773953199387,
-0.006707437336444855,
0.17255601286888123,
0.38242408633232117,
-0.31597450375556946,
0.21421712636947632,
0.011232602410018444,
0.6077690124511719,
-0.1293800175189972,
-0.32877993... |
https://github.com/huggingface/datasets/issues/5669 | Almost identical datasets, huge performance difference | Thanks, @mariosasko
My question remain unanswered though. Why is the `map`ed dataset so slow? My understanding is that a dataset of numpy arrays should be must faster than a dataset that has to decode images into numpy arrays every time one accesses an item. | ### Describe the bug
I am struggling to understand (huge) performance difference between two datasets that are almost identical.
### Steps to reproduce the bug
# Fast (normal) dataset speed:
```python
import cv2
from datasets import load_dataset
from torch.utils.data import DataLoader
dataset = load_dataset(... | 44 | Almost identical datasets, huge performance difference
### Describe the bug
I am struggling to understand (huge) performance difference between two datasets that are almost identical.
### Steps to reproduce the bug
# Fast (normal) dataset speed:
```python
import cv2
from datasets import load_dataset
from torc... | [
-0.09605945646762848,
-0.22668680548667908,
-0.11022132635116577,
0.2662765085697174,
0.21361565589904785,
0.2056494653224945,
0.24834927916526794,
0.33494850993156433,
-0.054559946060180664,
0.16616255044937134,
-0.126298189163208,
0.6400958895683289,
-0.16121748089790344,
-0.296439766883... |
https://github.com/huggingface/datasets/issues/5660 | integration with imbalanced-learn | You can convert any dataset to pandas to be used with imbalanced-learn using `.to_pandas()`
Otherwise if you want to keep a `Dataset` object and still use e.g. [make_imbalance](https://imbalanced-learn.org/stable/references/generated/imblearn.datasets.make_imbalance.html#imblearn.datasets.make_imbalance), you just n... | ### Feature request
Wouldn't it be great if the various class balancing operations from imbalanced-learn were available as part of datasets?
### Motivation
I'm trying to use imbalanced-learn to balance a dataset, but it's not clear how to get the two to interoperate - what would be great would be some examples. I'v... | 62 | integration with imbalanced-learn
### Feature request
Wouldn't it be great if the various class balancing operations from imbalanced-learn were available as part of datasets?
### Motivation
I'm trying to use imbalanced-learn to balance a dataset, but it's not clear how to get the two to interoperate - what would b... | [
-0.4059140682220459,
-0.00360243022441864,
-0.1011071652173996,
0.21088723838329315,
0.1698368638753891,
0.2346893846988678,
0.46447494626045227,
-0.06730161607265472,
0.11677791178226471,
-0.16080956161022186,
-0.5748019218444824,
0.3132117986679077,
0.037380535155534744,
0.31585490703582... |
https://github.com/huggingface/datasets/issues/5659 | [Audio] Soundfile/libsndfile requirements too stringent for decoding mp3 files | @sanchit-gandhi can you please also post the logs of `pip install soundfile==0.12.1`? To check what wheel is being installed or if it's being built from source (I think it's the latter case).
Required `libsndfile` binary **should** be bundeled with `soundfile` wheel but I assume it **might not** be the case for some ... | ### Describe the bug
I'm encountering several issues trying to load mp3 audio files using `datasets` on a TPU v4.
The PR https://github.com/huggingface/datasets/pull/5573 updated the audio loading logic to rely solely on the `soundfile`/`libsndfile` libraries for loading audio samples, regardless of their file t... | 197 | [Audio] Soundfile/libsndfile requirements too stringent for decoding mp3 files
### Describe the bug
I'm encountering several issues trying to load mp3 audio files using `datasets` on a TPU v4.
The PR https://github.com/huggingface/datasets/pull/5573 updated the audio loading logic to rely solely on the `soundf... | [
-0.049879949539899826,
0.21389514207839966,
-0.025526586920022964,
0.37763869762420654,
0.36412882804870605,
-0.05396605283021927,
0.28896480798721313,
0.11923621594905853,
-0.277698814868927,
0.2703988254070282,
-0.3391447067260742,
0.021215610206127167,
-0.19508099555969238,
-0.052447587... |
https://github.com/huggingface/datasets/issues/5659 | [Audio] Soundfile/libsndfile requirements too stringent for decoding mp3 files | Not sure if it may help, but you could also try updating `pip` before installing soundfile | ### Describe the bug
I'm encountering several issues trying to load mp3 audio files using `datasets` on a TPU v4.
The PR https://github.com/huggingface/datasets/pull/5573 updated the audio loading logic to rely solely on the `soundfile`/`libsndfile` libraries for loading audio samples, regardless of their file t... | 16 | [Audio] Soundfile/libsndfile requirements too stringent for decoding mp3 files
### Describe the bug
I'm encountering several issues trying to load mp3 audio files using `datasets` on a TPU v4.
The PR https://github.com/huggingface/datasets/pull/5573 updated the audio loading logic to rely solely on the `soundf... | [
-0.049879949539899826,
0.21389514207839966,
-0.025526586920022964,
0.37763869762420654,
0.36412882804870605,
-0.05396605283021927,
0.28896480798721313,
0.11923621594905853,
-0.277698814868927,
0.2703988254070282,
-0.3391447067260742,
0.021215610206127167,
-0.19508099555969238,
-0.052447587... |
https://github.com/huggingface/datasets/issues/5659 | [Audio] Soundfile/libsndfile requirements too stringent for decoding mp3 files | @lhoestq @sanchit-gandhi. I encountered the same error (also on the TPU v4) when trying to run `datasets` from source.
Downgrading soundfile with `pip install soundfile==0.12.0` seems to fix the issue for me. | ### Describe the bug
I'm encountering several issues trying to load mp3 audio files using `datasets` on a TPU v4.
The PR https://github.com/huggingface/datasets/pull/5573 updated the audio loading logic to rely solely on the `soundfile`/`libsndfile` libraries for loading audio samples, regardless of their file t... | 32 | [Audio] Soundfile/libsndfile requirements too stringent for decoding mp3 files
### Describe the bug
I'm encountering several issues trying to load mp3 audio files using `datasets` on a TPU v4.
The PR https://github.com/huggingface/datasets/pull/5573 updated the audio loading logic to rely solely on the `soundf... | [
-0.049879949539899826,
0.21389514207839966,
-0.025526586920022964,
0.37763869762420654,
0.36412882804870605,
-0.05396605283021927,
0.28896480798721313,
0.11923621594905853,
-0.277698814868927,
0.2703988254070282,
-0.3391447067260742,
0.021215610206127167,
-0.19508099555969238,
-0.052447587... |
https://github.com/huggingface/datasets/issues/5659 | [Audio] Soundfile/libsndfile requirements too stringent for decoding mp3 files | Maybe let's open an issue at https://github.com/bastibe/python-soundfile/issues in case they might know why you get `OSError: cannot load library 'libsndfile.so'` ? | ### Describe the bug
I'm encountering several issues trying to load mp3 audio files using `datasets` on a TPU v4.
The PR https://github.com/huggingface/datasets/pull/5573 updated the audio loading logic to rely solely on the `soundfile`/`libsndfile` libraries for loading audio samples, regardless of their file t... | 21 | [Audio] Soundfile/libsndfile requirements too stringent for decoding mp3 files
### Describe the bug
I'm encountering several issues trying to load mp3 audio files using `datasets` on a TPU v4.
The PR https://github.com/huggingface/datasets/pull/5573 updated the audio loading logic to rely solely on the `soundf... | [
-0.049879949539899826,
0.21389514207839966,
-0.025526586920022964,
0.37763869762420654,
0.36412882804870605,
-0.05396605283021927,
0.28896480798721313,
0.11923621594905853,
-0.277698814868927,
0.2703988254070282,
-0.3391447067260742,
0.021215610206127167,
-0.19508099555969238,
-0.052447587... |
https://github.com/huggingface/datasets/issues/5659 | [Audio] Soundfile/libsndfile requirements too stringent for decoding mp3 files | > @sanchit-gandhi can you please also post the logs of `pip install soundfile==0.12.1`? To check what wheel is being installed or if it's being built from source (I think it's the latter case). Required `libsndfile` binary **should** be bundeled with `soundfile` wheel but I assume it **might not** be the case for some ... | ### Describe the bug
I'm encountering several issues trying to load mp3 audio files using `datasets` on a TPU v4.
The PR https://github.com/huggingface/datasets/pull/5573 updated the audio loading logic to rely solely on the `soundfile`/`libsndfile` libraries for loading audio samples, regardless of their file t... | 119 | [Audio] Soundfile/libsndfile requirements too stringent for decoding mp3 files
### Describe the bug
I'm encountering several issues trying to load mp3 audio files using `datasets` on a TPU v4.
The PR https://github.com/huggingface/datasets/pull/5573 updated the audio loading logic to rely solely on the `soundf... | [
-0.049879949539899826,
0.21389514207839966,
-0.025526586920022964,
0.37763869762420654,
0.36412882804870605,
-0.05396605283021927,
0.28896480798721313,
0.11923621594905853,
-0.277698814868927,
0.2703988254070282,
-0.3391447067260742,
0.021215610206127167,
-0.19508099555969238,
-0.052447587... |
https://github.com/huggingface/datasets/issues/5659 | [Audio] Soundfile/libsndfile requirements too stringent for decoding mp3 files | Thank you so much for the comprehensive instructions @polinaeterna! Also confirming that they worked for me 🤗 In my case, I had to run several of these commands under "sudo" for privileges, but otherwise this workaround gave a successful `libsndfile` install:
1. Grab source code:
```
git clone https://github.com/... | ### Describe the bug
I'm encountering several issues trying to load mp3 audio files using `datasets` on a TPU v4.
The PR https://github.com/huggingface/datasets/pull/5573 updated the audio loading logic to rely solely on the `soundfile`/`libsndfile` libraries for loading audio samples, regardless of their file t... | 120 | [Audio] Soundfile/libsndfile requirements too stringent for decoding mp3 files
### Describe the bug
I'm encountering several issues trying to load mp3 audio files using `datasets` on a TPU v4.
The PR https://github.com/huggingface/datasets/pull/5573 updated the audio loading logic to rely solely on the `soundf... | [
-0.049879949539899826,
0.21389514207839966,
-0.025526586920022964,
0.37763869762420654,
0.36412882804870605,
-0.05396605283021927,
0.28896480798721313,
0.11923621594905853,
-0.277698814868927,
0.2703988254070282,
-0.3391447067260742,
0.021215610206127167,
-0.19508099555969238,
-0.052447587... |
https://github.com/huggingface/datasets/issues/5659 | [Audio] Soundfile/libsndfile requirements too stringent for decoding mp3 files | On a different machine, I also tried separately by first upgrading pip, then installing soundfile. This worked too! Thanks @lhoestq 🙌 | ### Describe the bug
I'm encountering several issues trying to load mp3 audio files using `datasets` on a TPU v4.
The PR https://github.com/huggingface/datasets/pull/5573 updated the audio loading logic to rely solely on the `soundfile`/`libsndfile` libraries for loading audio samples, regardless of their file t... | 21 | [Audio] Soundfile/libsndfile requirements too stringent for decoding mp3 files
### Describe the bug
I'm encountering several issues trying to load mp3 audio files using `datasets` on a TPU v4.
The PR https://github.com/huggingface/datasets/pull/5573 updated the audio loading logic to rely solely on the `soundf... | [
-0.049879949539899826,
0.21389514207839966,
-0.025526586920022964,
0.37763869762420654,
0.36412882804870605,
-0.05396605283021927,
0.28896480798721313,
0.11923621594905853,
-0.277698814868927,
0.2703988254070282,
-0.3391447067260742,
0.021215610206127167,
-0.19508099555969238,
-0.052447587... |
https://github.com/huggingface/datasets/issues/5659 | [Audio] Soundfile/libsndfile requirements too stringent for decoding mp3 files | > @sanchit-gandhi can you please also post the logs of `pip install soundfile==0.12.1`? To check what wheel is being installed or if it's being built from source (I think it's the latter case). Required `libsndfile` binary **should** be bundeled with `soundfile` wheel but I assume it **might not** be the case for some ... | ### Describe the bug
I'm encountering several issues trying to load mp3 audio files using `datasets` on a TPU v4.
The PR https://github.com/huggingface/datasets/pull/5573 updated the audio loading logic to rely solely on the `soundfile`/`libsndfile` libraries for loading audio samples, regardless of their file t... | 257 | [Audio] Soundfile/libsndfile requirements too stringent for decoding mp3 files
### Describe the bug
I'm encountering several issues trying to load mp3 audio files using `datasets` on a TPU v4.
The PR https://github.com/huggingface/datasets/pull/5573 updated the audio loading logic to rely solely on the `soundf... | [
-0.049879949539899826,
0.21389514207839966,
-0.025526586920022964,
0.37763869762420654,
0.36412882804870605,
-0.05396605283021927,
0.28896480798721313,
0.11923621594905853,
-0.277698814868927,
0.2703988254070282,
-0.3391447067260742,
0.021215610206127167,
-0.19508099555969238,
-0.052447587... |
https://github.com/huggingface/datasets/issues/5659 | [Audio] Soundfile/libsndfile requirements too stringent for decoding mp3 files | > Thank you so much for the comprehensive instructions @polinaeterna! Also confirming that they worked for me 🤗 In my case, I had to run several of these commands under "sudo" for privileges, but otherwise this workaround gave a successful `libsndfile` install:
>
> 1. Grab source code:
>
> ```
> git clone https... | ### Describe the bug
I'm encountering several issues trying to load mp3 audio files using `datasets` on a TPU v4.
The PR https://github.com/huggingface/datasets/pull/5573 updated the audio loading logic to rely solely on the `soundfile`/`libsndfile` libraries for loading audio samples, regardless of their file t... | 171 | [Audio] Soundfile/libsndfile requirements too stringent for decoding mp3 files
### Describe the bug
I'm encountering several issues trying to load mp3 audio files using `datasets` on a TPU v4.
The PR https://github.com/huggingface/datasets/pull/5573 updated the audio loading logic to rely solely on the `soundf... | [
-0.049879949539899826,
0.21389514207839966,
-0.025526586920022964,
0.37763869762420654,
0.36412882804870605,
-0.05396605283021927,
0.28896480798721313,
0.11923621594905853,
-0.277698814868927,
0.2703988254070282,
-0.3391447067260742,
0.021215610206127167,
-0.19508099555969238,
-0.052447587... |
https://github.com/huggingface/datasets/issues/5659 | [Audio] Soundfile/libsndfile requirements too stringent for decoding mp3 files | I had the same issue but it is working now! Thanks for all of your comments! | ### Describe the bug
I'm encountering several issues trying to load mp3 audio files using `datasets` on a TPU v4.
The PR https://github.com/huggingface/datasets/pull/5573 updated the audio loading logic to rely solely on the `soundfile`/`libsndfile` libraries for loading audio samples, regardless of their file t... | 16 | [Audio] Soundfile/libsndfile requirements too stringent for decoding mp3 files
### Describe the bug
I'm encountering several issues trying to load mp3 audio files using `datasets` on a TPU v4.
The PR https://github.com/huggingface/datasets/pull/5573 updated the audio loading logic to rely solely on the `soundf... | [
-0.049879949539899826,
0.21389514207839966,
-0.025526586920022964,
0.37763869762420654,
0.36412882804870605,
-0.05396605283021927,
0.28896480798721313,
0.11923621594905853,
-0.277698814868927,
0.2703988254070282,
-0.3391447067260742,
0.021215610206127167,
-0.19508099555969238,
-0.052447587... |
https://github.com/huggingface/datasets/issues/5659 | [Audio] Soundfile/libsndfile requirements too stringent for decoding mp3 files | I had the same issue on SageMaker but not on Colab;
The `soundfile` versioning was fine.
my approach to solve it was to match {"numpy", "numba"} exact versions
```
! pip install "numpy==1.23.5"
! pip install "numpy==0.58.1"
```
the numbers are from Colab where successfully I could do the job.
| ### Describe the bug
I'm encountering several issues trying to load mp3 audio files using `datasets` on a TPU v4.
The PR https://github.com/huggingface/datasets/pull/5573 updated the audio loading logic to rely solely on the `soundfile`/`libsndfile` libraries for loading audio samples, regardless of their file t... | 50 | [Audio] Soundfile/libsndfile requirements too stringent for decoding mp3 files
### Describe the bug
I'm encountering several issues trying to load mp3 audio files using `datasets` on a TPU v4.
The PR https://github.com/huggingface/datasets/pull/5573 updated the audio loading logic to rely solely on the `soundf... | [
-0.049879949539899826,
0.21389514207839966,
-0.025526586920022964,
0.37763869762420654,
0.36412882804870605,
-0.05396605283021927,
0.28896480798721313,
0.11923621594905853,
-0.277698814868927,
0.2703988254070282,
-0.3391447067260742,
0.021215610206127167,
-0.19508099555969238,
-0.052447587... |
https://github.com/huggingface/datasets/issues/5654 | Offset overflow when executing Dataset.map | Upd. the above code works if we replace `25` with `1`, but the result value at key "hr" is not a tensor but a list of lists of lists of uint8.
Adding `train_data.set_format("torch")` after map fixes this, but the original issue remains
| ### Describe the bug
Hi, I'm trying to use `.map` method to cache multiple random crops from the image to speed up data processing during training, as the image size is too big.
The map function executes all iterations, and then returns the following error:
```bash
Traceback (most recent call last): ... | 42 | Offset overflow when executing Dataset.map
### Describe the bug
Hi, I'm trying to use `.map` method to cache multiple random crops from the image to speed up data processing during training, as the image size is too big.
The map function executes all iterations, and then returns the following error:
```bash
... | [
-0.3162170350551605,
-0.1385343372821808,
0.012086495757102966,
0.2913801074028015,
0.09890105575323105,
0.00620993971824646,
0.33761072158813477,
0.2682551443576813,
-0.08812054991722107,
0.1562298983335495,
0.317954421043396,
0.34499308466911316,
-0.0782344862818718,
-0.2833832800388336,... |
https://github.com/huggingface/datasets/issues/5654 | Offset overflow when executing Dataset.map | As a workaround, one can replace
`return {"hr": torch.stack([crop_transf(tensor) for _ in range(25)])}`
with
`return {f"hr_crop_{i}": crop_transf(tensor) for i in range(25)}`
and then choose appropriate crop randomly in further processing, but I still don't understand why the original approach doesn't work(
| ### Describe the bug
Hi, I'm trying to use `.map` method to cache multiple random crops from the image to speed up data processing during training, as the image size is too big.
The map function executes all iterations, and then returns the following error:
```bash
Traceback (most recent call last): ... | 41 | Offset overflow when executing Dataset.map
### Describe the bug
Hi, I'm trying to use `.map` method to cache multiple random crops from the image to speed up data processing during training, as the image size is too big.
The map function executes all iterations, and then returns the following error:
```bash
... | [
-0.3162170350551605,
-0.1385343372821808,
0.012086495757102966,
0.2913801074028015,
0.09890105575323105,
0.00620993971824646,
0.33761072158813477,
0.2682551443576813,
-0.08812054991722107,
0.1562298983335495,
0.317954421043396,
0.34499308466911316,
-0.0782344862818718,
-0.2833832800388336,... |
https://github.com/huggingface/datasets/issues/5651 | expanduser in save_to_disk | Hello,
It says `save_to_disk` is deprecated in 2.8.0, so the alternative to this will be `storage_options`?
https://huggingface.co/docs/datasets/package_reference/main_classes#datasets.Dataset.save_to_disk | ### Describe the bug
save_to_disk() does not expand `~`
1. `dataset = load_datasets("any dataset")`
2. `dataset.save_to_disk("~/data")`
3. a folder named "~" created in current folder
4. FileNotFoundError is raised, because the expanded path does not exist (`/home/<user>/data`)
related issue https://github.... | 17 | expanduser in save_to_disk
### Describe the bug
save_to_disk() does not expand `~`
1. `dataset = load_datasets("any dataset")`
2. `dataset.save_to_disk("~/data")`
3. a folder named "~" created in current folder
4. FileNotFoundError is raised, because the expanded path does not exist (`/home/<user>/data`)
... | [
-0.14264844357967377,
-0.2734260559082031,
0.0865153968334198,
0.282578706741333,
0.5655999183654785,
0.011892445385456085,
0.29782015085220337,
0.001508435234427452,
-0.016337735578417778,
0.17277497053146362,
-0.26282164454460144,
0.012622810900211334,
-0.23922745883464813,
-0.1030163764... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.