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/4737 | Download error on scene_parse_150 | Hi! The server with the data seems to be down. I've reported this issue (https://github.com/CSAILVision/sceneparsing/issues/34) in the dataset repo. | ```
from datasets import load_dataset
dataset = load_dataset("scene_parse_150", "scene_parsing")
FileNotFoundError: Couldn't find file at http://data.csail.mit.edu/places/ADEchallenge/ADEChallengeData2016.zip
```
| 19 | Download error on scene_parse_150
```
from datasets import load_dataset
dataset = load_dataset("scene_parse_150", "scene_parsing")
FileNotFoundError: Couldn't find file at http://data.csail.mit.edu/places/ADEchallenge/ADEChallengeData2016.zip
```
Hi! The server with the data seems to be down. I've reported ... | [
-0.5512938499450684,
0.06893397867679596,
-0.16764745116233826,
0.2011212706565857,
0.2956451177597046,
0.04557730257511139,
0.0844016894698143,
0.35918712615966797,
0.2685076892375946,
0.09819366782903671,
0.1391146183013916,
0.07217804342508316,
-0.028820805251598358,
0.3277462422847748,... |
https://github.com/huggingface/datasets/issues/4736 | Dataset Viewer issue for deepklarity/huggingface-spaces-dataset | Thanks for reporting. You're right, workers were under-provisioned due to a manual error, and the job queue was full. It's fixed now. | ### Link
https://huggingface.co/datasets/deepklarity/huggingface-spaces-dataset/viewer/deepklarity--huggingface-spaces-dataset/train
### Description
Hi Team,
I'm getting the following error on a uploaded dataset. I'm getting the same status for a couple of hours now. The dataset size is `<1MB` and the format is cs... | 22 | Dataset Viewer issue for deepklarity/huggingface-spaces-dataset
### Link
https://huggingface.co/datasets/deepklarity/huggingface-spaces-dataset/viewer/deepklarity--huggingface-spaces-dataset/train
### Description
Hi Team,
I'm getting the following error on a uploaded dataset. I'm getting the same status for a co... | [
-0.10864707827568054,
-0.4255355894565582,
-0.0010786168277263641,
0.36908310651779175,
0.11772353202104568,
0.00539620965719223,
0.11066329479217529,
0.3273029923439026,
-0.2276887595653534,
0.13360613584518433,
-0.07271554321050644,
-0.16030684113502502,
-0.09176535159349442,
0.344866335... |
https://github.com/huggingface/datasets/issues/4734 | Package rouge-score cannot be imported | We have added a comment on an existing issue opened in their repo: https://github.com/google-research/google-research/issues/1212#issuecomment-1192267130
- https://github.com/google-research/google-research/issues/1212 | ## Describe the bug
After the today release of `rouge_score-0.0.7` it seems no longer importable. Our CI fails: https://github.com/huggingface/datasets/runs/7463218591?check_suite_focus=true
```
FAILED tests/test_dataset_common.py::LocalDatasetTest::test_builder_class_bigbench
FAILED tests/test_dataset_common.py::L... | 16 | Package rouge-score cannot be imported
## Describe the bug
After the today release of `rouge_score-0.0.7` it seems no longer importable. Our CI fails: https://github.com/huggingface/datasets/runs/7463218591?check_suite_focus=true
```
FAILED tests/test_dataset_common.py::LocalDatasetTest::test_builder_class_bigbenc... | [
-0.37668901681900024,
-0.14988991618156433,
-0.0989338755607605,
0.07872013747692108,
0.12048112601041794,
-0.15932872891426086,
0.0045976415276527405,
0.15980367362499237,
0.26415568590164185,
0.2637264132499695,
0.016209032386541367,
0.10538609325885773,
-0.1802535057067871,
0.5757995247... |
https://github.com/huggingface/datasets/issues/4732 | Document better that loading a dataset passing its name does not use the local script | Thanks for the feedback!
I think since this issue is closely related to loading, I can add a clearer explanation under [Load > local loading script](https://huggingface.co/docs/datasets/main/en/loading#local-loading-script). | As reported by @TrentBrick here https://github.com/huggingface/datasets/issues/4725#issuecomment-1191858596, it could be more clear that loading a dataset by passing its name does not use the (modified) local script of it.
What he did:
- he installed `datasets` from source
- he modified locally `datasets/the_pile/... | 26 | Document better that loading a dataset passing its name does not use the local script
As reported by @TrentBrick here https://github.com/huggingface/datasets/issues/4725#issuecomment-1191858596, it could be more clear that loading a dataset by passing its name does not use the (modified) local script of it.
What h... | [
0.01958369091153145,
-0.24545450508594513,
-0.056283026933670044,
0.1955309808254242,
0.3226845860481262,
-0.08595974743366241,
0.3693872094154358,
0.11190173029899597,
0.22396977245807648,
0.1813625693321228,
-0.12174481153488159,
0.379509299993515,
0.11593537032604218,
0.2760541737079620... |
https://github.com/huggingface/datasets/issues/4732 | Document better that loading a dataset passing its name does not use the local script | That makes sense but I think having a line about it under https://huggingface.co/docs/datasets/installation#source the "source" header here would be useful. My mental model of `pip install -e .` does not include the fact that the source files aren't actually being used. | As reported by @TrentBrick here https://github.com/huggingface/datasets/issues/4725#issuecomment-1191858596, it could be more clear that loading a dataset by passing its name does not use the (modified) local script of it.
What he did:
- he installed `datasets` from source
- he modified locally `datasets/the_pile/... | 41 | Document better that loading a dataset passing its name does not use the local script
As reported by @TrentBrick here https://github.com/huggingface/datasets/issues/4725#issuecomment-1191858596, it could be more clear that loading a dataset by passing its name does not use the (modified) local script of it.
What h... | [
-0.06728801131248474,
-0.2245730608701706,
-0.05678287148475647,
0.14324796199798584,
0.1927424818277359,
-0.14800229668617249,
0.22318586707115173,
-0.036974746733903885,
0.23953351378440857,
0.0726543441414833,
-0.05654362589120865,
0.5195302963256836,
0.08183693885803223,
0.260377347469... |
https://github.com/huggingface/datasets/issues/4732 | Document better that loading a dataset passing its name does not use the local script | Thanks for sharing your perspective. I think the `load_dataset` function is the only one that pulls from GitHub, and since this use-case is very specific, I don't think we need to include such a broad clarification in the Installation section.
Feel free to check out the linked PR and let me know if it needs any addi... | As reported by @TrentBrick here https://github.com/huggingface/datasets/issues/4725#issuecomment-1191858596, it could be more clear that loading a dataset by passing its name does not use the (modified) local script of it.
What he did:
- he installed `datasets` from source
- he modified locally `datasets/the_pile/... | 59 | Document better that loading a dataset passing its name does not use the local script
As reported by @TrentBrick here https://github.com/huggingface/datasets/issues/4725#issuecomment-1191858596, it could be more clear that loading a dataset by passing its name does not use the (modified) local script of it.
What h... | [
0.01423533633351326,
-0.1659870594739914,
-0.06281080842018127,
0.13313141465187073,
0.17901405692100525,
-0.10626693814992905,
0.3312259018421173,
-0.0992247611284256,
0.3050311505794525,
0.10479962080717087,
-0.07774697989225388,
0.3792703449726105,
0.14354804158210754,
0.232742264866828... |
https://github.com/huggingface/datasets/issues/4730 | Loading imagenet-1k validation split takes much more RAM than expected | My bad, `482 * 418 * 50000 * 3 / 1000000 = 30221 MB` ( https://stackoverflow.com/a/42979315 ).
Meanwhile `256 * 256 * 50000 * 3 / 1000000 = 9830 MB`. We are loading the non-cropped images and that is why we take so much RAM. | ## Describe the bug
Loading into memory the validation split of imagenet-1k takes much more RAM than expected. Assuming ImageNet-1k is 150 GB, split is 50000 validation images and 1,281,167 train images, I would expect only about 6 GB loaded in RAM.
## Steps to reproduce the bug
```python
from datasets import... | 45 | Loading imagenet-1k validation split takes much more RAM than expected
## Describe the bug
Loading into memory the validation split of imagenet-1k takes much more RAM than expected. Assuming ImageNet-1k is 150 GB, split is 50000 validation images and 1,281,167 train images, I would expect only about 6 GB loaded in... | [
0.07649700343608856,
-0.25032949447631836,
-0.1554672122001648,
0.6247954368591309,
0.1433967649936676,
0.1404964029788971,
0.26671501994132996,
0.20433677732944489,
0.19151641428470612,
0.15608377754688263,
-0.1351902037858963,
0.0779588595032692,
-0.09449920058250427,
-0.2286118716001510... |
https://github.com/huggingface/datasets/issues/4728 | load_dataset gives "403" error when using Financial Phrasebank | Hi @rohitvincent, thanks for reporting.
Unfortunately I'm not able to reproduce your issue:
```python
In [2]: from datasets import load_dataset, DownloadMode
...: load_dataset(path='financial_phrasebank',name='sentences_allagree', download_mode="force_redownload")
Downloading builder script: 6.04kB [00:00, 2.... | I tried both codes below to download the financial phrasebank dataset (https://huggingface.co/datasets/financial_phrasebank) with the sentences_allagree subset. However, the code gives a 403 error when executed from multiple machines locally or on the cloud.
```
from datasets import load_dataset, DownloadMode
load... | 97 | load_dataset gives "403" error when using Financial Phrasebank
I tried both codes below to download the financial phrasebank dataset (https://huggingface.co/datasets/financial_phrasebank) with the sentences_allagree subset. However, the code gives a 403 error when executed from multiple machines locally or on the clo... | [
-0.23997090756893158,
0.3639432489871979,
-0.02297424152493477,
0.37587231397628784,
0.010911306366324425,
-0.042938653379678726,
0.44665876030921936,
0.23761925101280212,
-0.12657681107521057,
0.1795794665813446,
-0.3686704635620117,
-0.0909930169582367,
0.47572147846221924,
0.21131008863... |
https://github.com/huggingface/datasets/issues/4728 | load_dataset gives "403" error when using Financial Phrasebank | Yes was able to download from the link manually. But still, get the same error when I use load_dataset. | I tried both codes below to download the financial phrasebank dataset (https://huggingface.co/datasets/financial_phrasebank) with the sentences_allagree subset. However, the code gives a 403 error when executed from multiple machines locally or on the cloud.
```
from datasets import load_dataset, DownloadMode
load... | 19 | load_dataset gives "403" error when using Financial Phrasebank
I tried both codes below to download the financial phrasebank dataset (https://huggingface.co/datasets/financial_phrasebank) with the sentences_allagree subset. However, the code gives a 403 error when executed from multiple machines locally or on the clo... | [
-0.270984947681427,
0.3810783624649048,
-0.03410463407635689,
0.3408368229866028,
-0.03972512483596802,
-0.030590958893299103,
0.47049379348754883,
0.23637032508850098,
-0.06424454599618912,
0.19109880924224854,
-0.3640376627445221,
-0.09909309446811676,
0.5061171650886536,
0.2444679886102... |
https://github.com/huggingface/datasets/issues/4725 | the_pile datasets URL broken. | Thanks for reporting, @TrentBrick. We are addressing the change with their data host server.
On the meantime, if you would like to work with your fixed local copy of the_pile script, you should use:
```python
load_dataset("path/to/your/local/the_pile/the_pile.py",...
```
instead of just `load_dataset("the_pile",... | https://github.com/huggingface/datasets/pull/3627 changed the Eleuther AI Pile dataset URL from https://the-eye.eu/ to https://mystic.the-eye.eu/ but the latter is now broken and the former works again.
Note that when I git clone the repo and use `pip install -e .` and then edit the URL back the codebase doesn't se... | 59 | the_pile datasets URL broken.
https://github.com/huggingface/datasets/pull/3627 changed the Eleuther AI Pile dataset URL from https://the-eye.eu/ to https://mystic.the-eye.eu/ but the latter is now broken and the former works again.
Note that when I git clone the repo and use `pip install -e .` and then edit the... | [
0.008803699165582657,
0.10232333838939667,
0.028942830860614777,
-0.007558904588222504,
0.11634640395641327,
-0.1296534240245819,
0.2873503267765045,
0.09818871319293976,
0.12217698991298676,
-0.018741920590400696,
-0.1085190549492836,
0.24716457724571228,
0.09457540512084961,
0.2668797969... |
https://github.com/huggingface/datasets/issues/4725 | the_pile datasets URL broken. | @TrentBrick, I have checked the URLs and both hosts work, the original (https://the-eye.eu/) and the mirror (https://mystic.the-eye.eu/). See e.g.:
- https://mystic.the-eye.eu/public/AI/pile/
- https://mystic.the-eye.eu/public/AI/pile_preliminary_components/
Please, let me know if you still find any issue loading ... | https://github.com/huggingface/datasets/pull/3627 changed the Eleuther AI Pile dataset URL from https://the-eye.eu/ to https://mystic.the-eye.eu/ but the latter is now broken and the former works again.
Note that when I git clone the repo and use `pip install -e .` and then edit the URL back the codebase doesn't se... | 41 | the_pile datasets URL broken.
https://github.com/huggingface/datasets/pull/3627 changed the Eleuther AI Pile dataset URL from https://the-eye.eu/ to https://mystic.the-eye.eu/ but the latter is now broken and the former works again.
Note that when I git clone the repo and use `pip install -e .` and then edit the... | [
0.027461033314466476,
0.24456235766410828,
0.04138950631022453,
0.10977862775325775,
-0.11028482019901276,
-0.17548182606697083,
0.265245258808136,
-0.02813183143734932,
-0.05127947777509689,
-0.20966731011867523,
-0.19598588347434998,
0.020313246175646782,
0.21618027985095978,
0.098252020... |
https://github.com/huggingface/datasets/issues/4725 | the_pile datasets URL broken. | Great this is working now. Re the download from GitHub... I'm sure thought went into doing this but could it be made more clear maybe here? https://huggingface.co/docs/datasets/installation for example under installing from source? I spent over an hour questioning my sanity as I kept trying to edit this file, uninstall... | https://github.com/huggingface/datasets/pull/3627 changed the Eleuther AI Pile dataset URL from https://the-eye.eu/ to https://mystic.the-eye.eu/ but the latter is now broken and the former works again.
Note that when I git clone the repo and use `pip install -e .` and then edit the URL back the codebase doesn't se... | 63 | the_pile datasets URL broken.
https://github.com/huggingface/datasets/pull/3627 changed the Eleuther AI Pile dataset URL from https://the-eye.eu/ to https://mystic.the-eye.eu/ but the latter is now broken and the former works again.
Note that when I git clone the repo and use `pip install -e .` and then edit the... | [
0.20789171755313873,
0.19409453868865967,
0.04316883906722069,
0.09011675417423248,
0.07177511602640152,
-0.11088104546070099,
0.09704592823982239,
-0.09865091741085052,
-0.14412334561347961,
-0.2026054710149765,
-0.16724394261837006,
0.12127814441919327,
0.2268880307674408,
0.059481158852... |
https://github.com/huggingface/datasets/issues/4725 | the_pile datasets URL broken. | Thanks @TrentBrick for the suggestion about improving our docs: we should definitely do this if you find they are not clear enough.
Currently, our docs explain how to load a dataset from a local loading script here: [Load > Local loading script](https://huggingface.co/docs/datasets/loading#local-loading-script)
I... | https://github.com/huggingface/datasets/pull/3627 changed the Eleuther AI Pile dataset URL from https://the-eye.eu/ to https://mystic.the-eye.eu/ but the latter is now broken and the former works again.
Note that when I git clone the repo and use `pip install -e .` and then edit the URL back the codebase doesn't se... | 62 | the_pile datasets URL broken.
https://github.com/huggingface/datasets/pull/3627 changed the Eleuther AI Pile dataset URL from https://the-eye.eu/ to https://mystic.the-eye.eu/ but the latter is now broken and the former works again.
Note that when I git clone the repo and use `pip install -e .` and then edit the... | [
0.06096474453806877,
0.20854142308235168,
0.09434591233730316,
0.06399401277303696,
0.08075379580259323,
-0.03316529095172882,
0.21478207409381866,
-0.027576550841331482,
0.1631937175989151,
-0.12858296930789948,
-0.11716625839471817,
0.12172406166791916,
0.15459991991519928,
0.20191788673... |
https://github.com/huggingface/datasets/issues/4721 | PyArrow Dataset error when calling `load_dataset` | Hi ! It looks like a bug in `pyarrow`. If you manage to end up with only one chunk per parquet file it should workaround this issue.
To achieve that you can try to lower the value of `max_shard_size` and also don't use `map` before `push_to_hub`.
Do you have a minimum reproducible example that we can share with t... | ## Describe the bug
I am fine tuning a wav2vec2 model following the script here using my own dataset: https://github.com/huggingface/transformers/blob/main/examples/pytorch/speech-recognition/run_speech_recognition_ctc.py
Loading my Audio dataset from the hub which was originally generated from disk results in th... | 65 | PyArrow Dataset error when calling `load_dataset`
## Describe the bug
I am fine tuning a wav2vec2 model following the script here using my own dataset: https://github.com/huggingface/transformers/blob/main/examples/pytorch/speech-recognition/run_speech_recognition_ctc.py
Loading my Audio dataset from the hub wh... | [
-0.2546969950199127,
0.19534075260162354,
0.06179940328001976,
0.181983083486557,
0.21366670727729797,
0.0009270012378692627,
0.3114229440689087,
0.31124457716941833,
-0.371707558631897,
-0.18198247253894806,
-0.06331103295087814,
0.3034168481826782,
-0.16759158670902252,
-0.10379263758659... |
https://github.com/huggingface/datasets/issues/4721 | PyArrow Dataset error when calling `load_dataset` | > If you manage to end up with only one chunk per parquet file it should workaround this issue.
Yup, I did not encounter this bug when I was testing my script with a slice of <1000 samples for my dataset.
> Do you have a minimum reproducible example...
Not sure if I can get more minimal than the script I share... | ## Describe the bug
I am fine tuning a wav2vec2 model following the script here using my own dataset: https://github.com/huggingface/transformers/blob/main/examples/pytorch/speech-recognition/run_speech_recognition_ctc.py
Loading my Audio dataset from the hub which was originally generated from disk results in th... | 90 | PyArrow Dataset error when calling `load_dataset`
## Describe the bug
I am fine tuning a wav2vec2 model following the script here using my own dataset: https://github.com/huggingface/transformers/blob/main/examples/pytorch/speech-recognition/run_speech_recognition_ctc.py
Loading my Audio dataset from the hub wh... | [
-0.2546969950199127,
0.19534075260162354,
0.06179940328001976,
0.181983083486557,
0.21366670727729797,
0.0009270012378692627,
0.3114229440689087,
0.31124457716941833,
-0.371707558631897,
-0.18198247253894806,
-0.06331103295087814,
0.3034168481826782,
-0.16759158670902252,
-0.10379263758659... |
https://github.com/huggingface/datasets/issues/4721 | PyArrow Dataset error when calling `load_dataset` | Actually this is probably linked to this open issue: https://issues.apache.org/jira/browse/ARROW-5030.
setting `max_shard_size="2GB"` should do the job (or `max_shard_size="1GB"` if you want to be on the safe side, especially given that there can be some variance in the shard sizes if the dataset is not evenly distr... | ## Describe the bug
I am fine tuning a wav2vec2 model following the script here using my own dataset: https://github.com/huggingface/transformers/blob/main/examples/pytorch/speech-recognition/run_speech_recognition_ctc.py
Loading my Audio dataset from the hub which was originally generated from disk results in th... | 46 | PyArrow Dataset error when calling `load_dataset`
## Describe the bug
I am fine tuning a wav2vec2 model following the script here using my own dataset: https://github.com/huggingface/transformers/blob/main/examples/pytorch/speech-recognition/run_speech_recognition_ctc.py
Loading my Audio dataset from the hub wh... | [
-0.2546969950199127,
0.19534075260162354,
0.06179940328001976,
0.181983083486557,
0.21366670727729797,
0.0009270012378692627,
0.3114229440689087,
0.31124457716941833,
-0.371707558631897,
-0.18198247253894806,
-0.06331103295087814,
0.3034168481826782,
-0.16759158670902252,
-0.10379263758659... |
https://github.com/huggingface/datasets/issues/4720 | Dataset Viewer issue for shamikbose89/lancaster_newsbooks | It seems like the list of splits could not be obtained:
```python
>>> from datasets import get_dataset_split_names
>>> get_dataset_split_names("shamikbose89/lancaster_newsbooks", "default")
Using custom data configuration default
Traceback (most recent call last):
File "/home/slesage/hf/datasets-server/servic... | ### Link
https://huggingface.co/datasets/shamikbose89/lancaster_newsbooks
### Description
Status code: 400
Exception: ValueError
Message: Cannot seek streaming HTTP file
I am able to use the dataset loading script locally and it also runs when I'm using the one from the hub, but the viewer sti... | 185 | Dataset Viewer issue for shamikbose89/lancaster_newsbooks
### Link
https://huggingface.co/datasets/shamikbose89/lancaster_newsbooks
### Description
Status code: 400
Exception: ValueError
Message: Cannot seek streaming HTTP file
I am able to use the dataset loading script locally and it also ... | [
-0.585961103439331,
-0.12167181819677353,
-0.02017316035926342,
0.39476847648620605,
0.21447698771953583,
0.04132431745529175,
0.12052857130765915,
0.303825318813324,
0.12895558774471283,
0.11349041014909744,
-0.4595491290092468,
0.1776672601699829,
0.037276286631822586,
0.1560512930154800... |
https://github.com/huggingface/datasets/issues/4720 | Dataset Viewer issue for shamikbose89/lancaster_newsbooks | Oh, I removed the 'split' key from `kwargs`. I put it back in, but there's still the same error | ### Link
https://huggingface.co/datasets/shamikbose89/lancaster_newsbooks
### Description
Status code: 400
Exception: ValueError
Message: Cannot seek streaming HTTP file
I am able to use the dataset loading script locally and it also runs when I'm using the one from the hub, but the viewer sti... | 19 | Dataset Viewer issue for shamikbose89/lancaster_newsbooks
### Link
https://huggingface.co/datasets/shamikbose89/lancaster_newsbooks
### Description
Status code: 400
Exception: ValueError
Message: Cannot seek streaming HTTP file
I am able to use the dataset loading script locally and it also ... | [
-0.5473050475120544,
-0.046886540949344635,
-0.003484763205051422,
0.3854411840438843,
0.15918999910354614,
0.09274060279130936,
0.08627408742904663,
0.2350134253501892,
0.07396036386489868,
0.17535433173179626,
-0.3550621569156647,
0.18995465338230133,
0.11080601811408997,
0.1089774146676... |
https://github.com/huggingface/datasets/issues/4720 | Dataset Viewer issue for shamikbose89/lancaster_newsbooks | It looks like the data host doesn't support http range requests, which is necessary to glob inside a ZIP archive in streaming mode. Can you try hosting the dataset elsewhere ? Or download each file separately from https://ota.bodleian.ox.ac.uk/repository/xmlui/handle/20.500.12024/2531 ? | ### Link
https://huggingface.co/datasets/shamikbose89/lancaster_newsbooks
### Description
Status code: 400
Exception: ValueError
Message: Cannot seek streaming HTTP file
I am able to use the dataset loading script locally and it also runs when I'm using the one from the hub, but the viewer sti... | 39 | Dataset Viewer issue for shamikbose89/lancaster_newsbooks
### Link
https://huggingface.co/datasets/shamikbose89/lancaster_newsbooks
### Description
Status code: 400
Exception: ValueError
Message: Cannot seek streaming HTTP file
I am able to use the dataset loading script locally and it also ... | [
-0.7030402421951294,
-0.003796786069869995,
-0.03198622167110443,
0.36630892753601074,
0.12229303270578384,
0.08851661533117294,
-0.033968206495046616,
0.307990700006485,
0.11582988500595093,
0.11100500822067261,
-0.371549129486084,
0.22815857827663422,
0.12867312133312225,
0.1775637865066... |
https://github.com/huggingface/datasets/issues/4720 | Dataset Viewer issue for shamikbose89/lancaster_newsbooks | @lhoestq Thanks! That seems to have solved it. I can get the splits with the `get_dataset_split_names()` function. The dataset viewer is still not loading properly, though. The new error is
```
Status code: 400
Exception: BadZipFile
Message: File is not a zip file
```
PS. The dataset loads properly ... | ### Link
https://huggingface.co/datasets/shamikbose89/lancaster_newsbooks
### Description
Status code: 400
Exception: ValueError
Message: Cannot seek streaming HTTP file
I am able to use the dataset loading script locally and it also runs when I'm using the one from the hub, but the viewer sti... | 53 | Dataset Viewer issue for shamikbose89/lancaster_newsbooks
### Link
https://huggingface.co/datasets/shamikbose89/lancaster_newsbooks
### Description
Status code: 400
Exception: ValueError
Message: Cannot seek streaming HTTP file
I am able to use the dataset loading script locally and it also ... | [
-0.5757743120193481,
-0.0382235050201416,
0.021358925849199295,
0.4675867557525635,
0.08479131758213043,
0.05845183879137039,
0.18854649364948273,
0.39184433221817017,
-0.004197930917143822,
0.0005979835987091064,
-0.43981319665908813,
0.32067665457725525,
0.20386019349098206,
0.0858907923... |
https://github.com/huggingface/datasets/issues/4719 | Issue loading TheNoob3131/mosquito-data dataset | I am also getting a ValueError: 'Couldn't cast' at the bottom. Is this because of some delimiter issue? My dataset is on the Huggingface Hub. If you could look at it, that would be greatly appreciated. | 
So my dataset is public in the Huggingface Hub, but when I try to load it using the load_dataset command, it shows that it is downloading the files, but throws a ValueError. When I went to my directory to ... | 36 | Issue loading TheNoob3131/mosquito-data dataset

So my dataset is public in the Huggingface Hub, but when I try to load it using the load_dataset command, it shows that it is downloading the files, but th... | [
-0.21247801184654236,
-0.324712872505188,
0.014664240181446075,
0.7459122538566589,
0.3170517683029175,
0.050436146557331085,
0.3379972279071808,
0.15805652737617493,
-0.1373370736837387,
0.1735282838344574,
-0.34668585658073425,
-0.13931331038475037,
-0.16574838757514954,
0.07831119000911... |
https://github.com/huggingface/datasets/issues/4719 | Issue loading TheNoob3131/mosquito-data dataset | Hi @thenerd31, thanks for reporting.
Please note that your issue is not caused by the Hugging Face Datasets library, but it has to do with the specific implementation of your dataset on the Hub.
Therefore, I'm transferring this discussion to your own dataset Community tab: https://huggingface.co/datasets/TheNoob3... | 
So my dataset is public in the Huggingface Hub, but when I try to load it using the load_dataset command, it shows that it is downloading the files, but throws a ValueError. When I went to my directory to ... | 46 | Issue loading TheNoob3131/mosquito-data dataset

So my dataset is public in the Huggingface Hub, but when I try to load it using the load_dataset command, it shows that it is downloading the files, but th... | [
-0.19258317351341248,
-0.3140283226966858,
0.0077390484511852264,
0.7367770671844482,
0.3272162675857544,
0.06612623482942581,
0.3420355021953583,
0.16371196508407593,
-0.12879027426242828,
0.1592704951763153,
-0.35095900297164917,
-0.13011908531188965,
-0.15793471038341522,
0.071613281965... |
https://github.com/huggingface/datasets/issues/4717 | Dataset Viewer issue for LawalAfeez/englishreview-ds-mini | It's currently working, as far as I understand
https://huggingface.co/datasets/LawalAfeez/englishreview-ds-mini/viewer/LawalAfeez--englishreview-ds-mini/train
<img width="1556" alt="Capture d’écran 2022-07-19 à 09 24 01" src="https://user-images.githubusercontent.com/1676121/179761130-2d7980b9-c0f6-4093-8b1d-f0... | ### Link
_No response_
### Description
Unable to view the split data
### Owner
_No response_ | 24 | Dataset Viewer issue for LawalAfeez/englishreview-ds-mini
### Link
_No response_
### Description
Unable to view the split data
### Owner
_No response_
It's currently working, as far as I understand
https://huggingface.co/datasets/LawalAfeez/englishreview-ds-mini/viewer/LawalAfeez--englishreview-ds-mini/trai... | [
-0.2838478088378906,
-0.023729979991912842,
-0.03626461699604988,
0.3594207167625427,
0.20022127032279968,
0.006689451634883881,
0.6666424870491028,
0.3826550543308258,
-0.19821777939796448,
0.13961707055568695,
-0.29566165804862976,
0.08395460247993469,
0.11572681367397308,
0.299458116292... |
https://github.com/huggingface/datasets/issues/4711 | Document how to create a dataset loading script for audio/vision | I'm closing this issue as both the Audio and Image sections now have a "Create dataset" page that contains the info about writing the loading script version of a dataset. | Currently, in our docs for Audio/Vision/Text, we explain how to:
- Load data
- Process data
However we only explain how to *Create a dataset loading script* for text data.
I think it would be useful that we add the same for Audio/Vision as these have some specificities different from Text.
See, for example:
... | 30 | Document how to create a dataset loading script for audio/vision
Currently, in our docs for Audio/Vision/Text, we explain how to:
- Load data
- Process data
However we only explain how to *Create a dataset loading script* for text data.
I think it would be useful that we add the same for Audio/Vision as these... | [
-0.34591129422187805,
-0.10923682153224945,
-0.11845313012599945,
0.0035368017852306366,
0.14353275299072266,
-0.05294723063707352,
0.317175954580307,
0.1071755439043045,
0.4087912142276764,
0.27908286452293396,
-0.15308870375156403,
0.08818260580301285,
-0.07643036544322968,
0.33893033862... |
https://github.com/huggingface/datasets/issues/4709 | WMT21 & WMT22 | Hi ! That would be awesome to have them indeed, thanks for opening this issue
I just added you to the WMT org on the HF Hub if you're interested in adding those datasets.
Feel free to create a dataset repository for each dataset and upload the data files there :) preferably in ZIP archives instead of TAR archives... | ## Adding a Dataset
- **Name:** WMT21 & WMT22
- **Description:** We are going to have three tracks: two small tasks and a large task.
The small tracks evaluate translation between fairly related languages and English (all pairs). The large track uses 101 languages.
- **Paper:** /
- **Data:** https://statmt.org/wmt... | 279 | WMT21 & WMT22
## Adding a Dataset
- **Name:** WMT21 & WMT22
- **Description:** We are going to have three tracks: two small tasks and a large task.
The small tracks evaluate translation between fairly related languages and English (all pairs). The large track uses 101 languages.
- **Paper:** /
- **Data:** https:... | [
-0.3275354206562042,
-0.05008842051029205,
-0.013531492091715336,
0.18428707122802734,
0.011375471949577332,
0.02849375456571579,
0.41782093048095703,
0.15633748471736908,
0.10321864485740662,
0.3520328402519226,
-0.29302462935447693,
-0.26087313890457153,
-0.20637951791286469,
0.440546542... |
https://github.com/huggingface/datasets/issues/4709 | WMT21 & WMT22 | @Muennighoff , @lhoestq let me know if you want me to look into this. Happy to help bring WMT21 & WMT22 datasets into 🤗 ! | ## Adding a Dataset
- **Name:** WMT21 & WMT22
- **Description:** We are going to have three tracks: two small tasks and a large task.
The small tracks evaluate translation between fairly related languages and English (all pairs). The large track uses 101 languages.
- **Paper:** /
- **Data:** https://statmt.org/wmt... | 25 | WMT21 & WMT22
## Adding a Dataset
- **Name:** WMT21 & WMT22
- **Description:** We are going to have three tracks: two small tasks and a large task.
The small tracks evaluate translation between fairly related languages and English (all pairs). The large track uses 101 languages.
- **Paper:** /
- **Data:** https:... | [
-0.31538382172584534,
-0.062398750334978104,
-0.02662738598883152,
0.23279798030853271,
-0.007741417735815048,
0.04825187474489212,
0.2758036255836487,
0.0725666955113411,
0.09948468208312988,
0.27296683192253113,
-0.26162219047546387,
-0.315285325050354,
-0.28453701734542847,
0.5339781641... |
https://github.com/huggingface/datasets/issues/4709 | WMT21 & WMT22 | Hi @srhrshr :) Sure, feel free to create a dataset repository on the Hub and start from the implementation of WMT19 if you want. Then we can move the dataset under the WMT org (we'll move the other ones there as well).
Let me know if you have questions or if I can help | ## Adding a Dataset
- **Name:** WMT21 & WMT22
- **Description:** We are going to have three tracks: two small tasks and a large task.
The small tracks evaluate translation between fairly related languages and English (all pairs). The large track uses 101 languages.
- **Paper:** /
- **Data:** https://statmt.org/wmt... | 54 | WMT21 & WMT22
## Adding a Dataset
- **Name:** WMT21 & WMT22
- **Description:** We are going to have three tracks: two small tasks and a large task.
The small tracks evaluate translation between fairly related languages and English (all pairs). The large track uses 101 languages.
- **Paper:** /
- **Data:** https:... | [
-0.30995577573776245,
-0.05867457389831543,
-0.017347445711493492,
0.21638862788677216,
-0.015382185578346252,
0.047087348997592926,
0.3338567316532135,
0.08801747858524323,
0.08406579494476318,
0.31060710549354553,
-0.22710318863391876,
-0.25779321789741516,
-0.30525094270706177,
0.549717... |
https://github.com/huggingface/datasets/issues/4709 | WMT21 & WMT22 | Hello @lhoestq ,
Would it be possible for me to be granted in the WMT organization (on hf ofc) in order to facilitate dataset uploads? I've already initiated the joining process at this link: https://huggingface.co/wmt
I appreciate your help with this. Thank you! | ## Adding a Dataset
- **Name:** WMT21 & WMT22
- **Description:** We are going to have three tracks: two small tasks and a large task.
The small tracks evaluate translation between fairly related languages and English (all pairs). The large track uses 101 languages.
- **Paper:** /
- **Data:** https://statmt.org/wmt... | 43 | WMT21 & WMT22
## Adding a Dataset
- **Name:** WMT21 & WMT22
- **Description:** We are going to have three tracks: two small tasks and a large task.
The small tracks evaluate translation between fairly related languages and English (all pairs). The large track uses 101 languages.
- **Paper:** /
- **Data:** https:... | [
-0.15642476081848145,
0.18043869733810425,
0.0043597035109996796,
0.25199854373931885,
0.09361022710800171,
0.11530362814664841,
0.2234153300523758,
-0.06339950859546661,
0.11364459991455078,
0.20126934349536896,
-0.2565426826477051,
-0.4115211069583893,
-0.2081802934408188,
0.339228749275... |
https://github.com/huggingface/datasets/issues/4707 | Dataset Viewer issue for TheNoob3131/mosquito-data | Thanks for reporting. I refreshed the dataset viewer and it now works as expected.
https://huggingface.co/datasets/TheNoob3131/mosquito-data
<img width="1135" alt="Capture d’écran 2022-07-18 à 13 15 22" src="https://user-images.githubusercontent.com/1676121/179566497-e47f1a27-fd84-4a8d-9d7f-2e0f2da803df.png">
... | ### Link
_No response_
### Description
Getting this error when trying to view dataset preview:
Message: 401, message='Unauthorized', url=URL('https://huggingface.co/datasets/TheNoob3131/mosquito-data/resolve/8aceebd6c4a359d216d10ef020868bd9e8c986dd/0_Africa_train.csv')
### Owner
_No response_ | 35 | Dataset Viewer issue for TheNoob3131/mosquito-data
### Link
_No response_
### Description
Getting this error when trying to view dataset preview:
Message: 401, message='Unauthorized', url=URL('https://huggingface.co/datasets/TheNoob3131/mosquito-data/resolve/8aceebd6c4a359d216d10ef020868bd9e8c986dd/0_Afric... | [
0.022611316293478012,
-0.0251481831073761,
0.04436833783984184,
0.34771406650543213,
0.3525639772415161,
-0.014849592000246048,
0.28393515944480896,
0.34438008069992065,
-0.5440011620521545,
0.2593802511692047,
-0.3092680871486664,
-0.035563066601753235,
0.003264952450990677,
-0.2861487865... |
https://github.com/huggingface/datasets/issues/4707 | Dataset Viewer issue for TheNoob3131/mosquito-data | By chance, could you provide some details about the operations done on the dataset: was it private? gated? | ### Link
_No response_
### Description
Getting this error when trying to view dataset preview:
Message: 401, message='Unauthorized', url=URL('https://huggingface.co/datasets/TheNoob3131/mosquito-data/resolve/8aceebd6c4a359d216d10ef020868bd9e8c986dd/0_Africa_train.csv')
### Owner
_No response_ | 18 | Dataset Viewer issue for TheNoob3131/mosquito-data
### Link
_No response_
### Description
Getting this error when trying to view dataset preview:
Message: 401, message='Unauthorized', url=URL('https://huggingface.co/datasets/TheNoob3131/mosquito-data/resolve/8aceebd6c4a359d216d10ef020868bd9e8c986dd/0_Afric... | [
0.03773006424307823,
-0.06426912546157837,
0.01616831123828888,
0.4014212489128113,
0.21320556104183197,
-0.08511772006750107,
0.32540640234947205,
0.21200621128082275,
-0.475649356842041,
0.1671629250049591,
-0.4214614927768707,
-0.019881436601281166,
-0.05918056517839432,
-0.092361189424... |
https://github.com/huggingface/datasets/issues/4707 | Dataset Viewer issue for TheNoob3131/mosquito-data | Yes, it was a private dataset, and when I made it public, the Dataset Preview did not work.
However, now when I make the dataset private, it says that the Dataset Preview has been disabled. Why is this? | ### Link
_No response_
### Description
Getting this error when trying to view dataset preview:
Message: 401, message='Unauthorized', url=URL('https://huggingface.co/datasets/TheNoob3131/mosquito-data/resolve/8aceebd6c4a359d216d10ef020868bd9e8c986dd/0_Africa_train.csv')
### Owner
_No response_ | 38 | Dataset Viewer issue for TheNoob3131/mosquito-data
### Link
_No response_
### Description
Getting this error when trying to view dataset preview:
Message: 401, message='Unauthorized', url=URL('https://huggingface.co/datasets/TheNoob3131/mosquito-data/resolve/8aceebd6c4a359d216d10ef020868bd9e8c986dd/0_Afric... | [
0.00027356669306755066,
-0.0989125519990921,
0.049933042377233505,
0.3340950012207031,
0.10687128454446793,
-0.04626917093992233,
0.44230616092681885,
0.14808814227581024,
-0.4074385464191437,
0.30907171964645386,
-0.3439728915691376,
-0.022112973034381866,
0.037873025983572006,
-0.2940635... |
https://github.com/huggingface/datasets/issues/4707 | Dataset Viewer issue for TheNoob3131/mosquito-data | Thanks for the details. For now, the dataset viewer is always disabled on private datasets (see https://huggingface.co/docs/hub/datasets-viewer for more details) | ### Link
_No response_
### Description
Getting this error when trying to view dataset preview:
Message: 401, message='Unauthorized', url=URL('https://huggingface.co/datasets/TheNoob3131/mosquito-data/resolve/8aceebd6c4a359d216d10ef020868bd9e8c986dd/0_Africa_train.csv')
### Owner
_No response_ | 20 | Dataset Viewer issue for TheNoob3131/mosquito-data
### Link
_No response_
### Description
Getting this error when trying to view dataset preview:
Message: 401, message='Unauthorized', url=URL('https://huggingface.co/datasets/TheNoob3131/mosquito-data/resolve/8aceebd6c4a359d216d10ef020868bd9e8c986dd/0_Afric... | [
-0.06010518968105316,
-0.1946152150630951,
0.058147456496953964,
0.29158657789230347,
0.2524867057800293,
0.013545073568820953,
0.26021453738212585,
0.31940415501594543,
-0.3029674291610718,
0.2713252305984497,
-0.4466864764690399,
0.04215541109442711,
-0.049571163952350616,
-0.03642193973... |
https://github.com/huggingface/datasets/issues/4707 | Dataset Viewer issue for TheNoob3131/mosquito-data | Hi, it was working fine for a few hours, but then I can't see the dataset viewer again (public dataset). Why is this still happening?
It's the same error too:

| ### Link
_No response_
### Description
Getting this error when trying to view dataset preview:
Message: 401, message='Unauthorized', url=URL('https://huggingface.co/datasets/TheNoob3131/mosquito-data/resolve/8aceebd6c4a359d216d10ef020868bd9e8c986dd/0_Africa_train.csv')
### Owner
_No response_ | 31 | Dataset Viewer issue for TheNoob3131/mosquito-data
### Link
_No response_
### Description
Getting this error when trying to view dataset preview:
Message: 401, message='Unauthorized', url=URL('https://huggingface.co/datasets/TheNoob3131/mosquito-data/resolve/8aceebd6c4a359d216d10ef020868bd9e8c986dd/0_Afric... | [
-0.017441056668758392,
-0.037477344274520874,
0.033272795379161835,
0.34083420038223267,
0.41983771324157715,
-0.1206488311290741,
0.361907035112381,
0.23073159158229828,
-0.5488299131393433,
0.29913514852523804,
-0.3612438142299652,
-0.11280621588230133,
0.006145540624856949,
-0.293056726... |
https://github.com/huggingface/datasets/issues/4707 | Dataset Viewer issue for TheNoob3131/mosquito-data | OK? This is a bug, thanks for help spotting and reproducing it (it occurs when a dataset is switched to private, then to public). We will be working on it, meanwhile, I've restored the dataset viewer manually again. | ### Link
_No response_
### Description
Getting this error when trying to view dataset preview:
Message: 401, message='Unauthorized', url=URL('https://huggingface.co/datasets/TheNoob3131/mosquito-data/resolve/8aceebd6c4a359d216d10ef020868bd9e8c986dd/0_Africa_train.csv')
### Owner
_No response_ | 38 | Dataset Viewer issue for TheNoob3131/mosquito-data
### Link
_No response_
### Description
Getting this error when trying to view dataset preview:
Message: 401, message='Unauthorized', url=URL('https://huggingface.co/datasets/TheNoob3131/mosquito-data/resolve/8aceebd6c4a359d216d10ef020868bd9e8c986dd/0_Afric... | [
-0.0074433982372283936,
0.027910038828849792,
0.08171749114990234,
0.2675689458847046,
0.27098527550697327,
-0.026037633419036865,
0.3037838637828827,
0.32988667488098145,
-0.4167100489139557,
0.22477388381958008,
-0.3382030129432678,
0.04762841761112213,
-0.08387180417776108,
-0.255234450... |
https://github.com/huggingface/datasets/issues/4702 | Domain specific dataset discovery on the Hugging Face hub | Hi! I added a link to this issue in our internal request for adding keywords/topics to the Hub, which is identical to the `topic tags` solution. The `collections` solution seems too complex (as you point out). Regarding the `domain tags` solution, we primarily focus on machine learning, so I'm not sure if it's a good i... | **Is your feature request related to a problem? Please describe.**
## The problem
The datasets hub currently has `8,239` datasets. These datasets span a wide range of different modalities and tasks (currently with a bias towards textual data).
There are various ways of identifying datasets that may be releva... | 63 | Domain specific dataset discovery on the Hugging Face hub
**Is your feature request related to a problem? Please describe.**
## The problem
The datasets hub currently has `8,239` datasets. These datasets span a wide range of different modalities and tasks (currently with a bias towards textual data).
Ther... | [
0.03188703581690788,
-0.15919062495231628,
-0.030975883826613426,
0.1941971629858017,
0.13424353301525116,
-0.05863244831562042,
0.25349530577659607,
0.2807849049568176,
0.07080627977848053,
0.0454031378030777,
-0.4283638596534729,
-0.08462215960025787,
-0.4897831380367279,
0.5621156096458... |
https://github.com/huggingface/datasets/issues/4702 | Domain specific dataset discovery on the Hugging Face hub | > Hi! I added a link to this issue in our internal request for adding keywords/topics to the Hub, which is identical to the `topic tags` solution. The `collections` solution seems too complex (as you point out). Regarding the `domain tags` solution, we primarily focus on machine learning, so I'm not sure if it's a good... | **Is your feature request related to a problem? Please describe.**
## The problem
The datasets hub currently has `8,239` datasets. These datasets span a wide range of different modalities and tasks (currently with a bias towards textual data).
There are various ways of identifying datasets that may be releva... | 84 | Domain specific dataset discovery on the Hugging Face hub
**Is your feature request related to a problem? Please describe.**
## The problem
The datasets hub currently has `8,239` datasets. These datasets span a wide range of different modalities and tasks (currently with a bias towards textual data).
Ther... | [
0.03188703581690788,
-0.15919062495231628,
-0.030975883826613426,
0.1941971629858017,
0.13424353301525116,
-0.05863244831562042,
0.25349530577659607,
0.2807849049568176,
0.07080627977848053,
0.0454031378030777,
-0.4283638596534729,
-0.08462215960025787,
-0.4897831380367279,
0.5621156096458... |
https://github.com/huggingface/datasets/issues/4702 | Domain specific dataset discovery on the Hugging Face hub | Thanks for opening this issue @davanstrien.
As we discussed last week, the tag approach would be in principle the simpler to be implemented, either the domain tag (with closed vocabulary: more reliable but also more rigid), or the topic tag (with open vocabulary: more flexible for user needs) | **Is your feature request related to a problem? Please describe.**
## The problem
The datasets hub currently has `8,239` datasets. These datasets span a wide range of different modalities and tasks (currently with a bias towards textual data).
There are various ways of identifying datasets that may be releva... | 48 | Domain specific dataset discovery on the Hugging Face hub
**Is your feature request related to a problem? Please describe.**
## The problem
The datasets hub currently has `8,239` datasets. These datasets span a wide range of different modalities and tasks (currently with a bias towards textual data).
Ther... | [
0.03188703581690788,
-0.15919062495231628,
-0.030975883826613426,
0.1941971629858017,
0.13424353301525116,
-0.05863244831562042,
0.25349530577659607,
0.2807849049568176,
0.07080627977848053,
0.0454031378030777,
-0.4283638596534729,
-0.08462215960025787,
-0.4897831380367279,
0.5621156096458... |
https://github.com/huggingface/datasets/issues/4702 | Domain specific dataset discovery on the Hugging Face hub | Hi @davanstrien If i remember correctly this was also discussed inside a hf.co Discussion, would you be able to link it here too?
(where i suggested using `tags: - foo - bar` IIRC.
Thanks a ton! | **Is your feature request related to a problem? Please describe.**
## The problem
The datasets hub currently has `8,239` datasets. These datasets span a wide range of different modalities and tasks (currently with a bias towards textual data).
There are various ways of identifying datasets that may be releva... | 36 | Domain specific dataset discovery on the Hugging Face hub
**Is your feature request related to a problem? Please describe.**
## The problem
The datasets hub currently has `8,239` datasets. These datasets span a wide range of different modalities and tasks (currently with a bias towards textual data).
Ther... | [
0.03188703581690788,
-0.15919062495231628,
-0.030975883826613426,
0.1941971629858017,
0.13424353301525116,
-0.05863244831562042,
0.25349530577659607,
0.2807849049568176,
0.07080627977848053,
0.0454031378030777,
-0.4283638596534729,
-0.08462215960025787,
-0.4897831380367279,
0.5621156096458... |
https://github.com/huggingface/datasets/issues/4702 | Domain specific dataset discovery on the Hugging Face hub | > Hi @davanstrien If i remember correctly this was also discussed inside a hf.co Discussion, would you be able to link it here too?
>
> (where i suggested using `tags: - foo - bar` IIRC.
>
> Thanks a ton!
This doesn't ring a bell - I did a quick search of https://discuss.huggingface.co but didn't find anything... | **Is your feature request related to a problem? Please describe.**
## The problem
The datasets hub currently has `8,239` datasets. These datasets span a wide range of different modalities and tasks (currently with a bias towards textual data).
There are various ways of identifying datasets that may be releva... | 91 | Domain specific dataset discovery on the Hugging Face hub
**Is your feature request related to a problem? Please describe.**
## The problem
The datasets hub currently has `8,239` datasets. These datasets span a wide range of different modalities and tasks (currently with a bias towards textual data).
Ther... | [
0.03188703581690788,
-0.15919062495231628,
-0.030975883826613426,
0.1941971629858017,
0.13424353301525116,
-0.05863244831562042,
0.25349530577659607,
0.2807849049568176,
0.07080627977848053,
0.0454031378030777,
-0.4283638596534729,
-0.08462215960025787,
-0.4897831380367279,
0.5621156096458... |
https://github.com/huggingface/datasets/issues/4702 | Domain specific dataset discovery on the Hugging Face hub | I opened a PR to add "tags" to the YAML validator:
https://github.com/huggingface/datasets/pull/4716
I also added "tags" to the [tagging app](https://huggingface.co/spaces/huggingface/datasets-tagging), with suggestions like "bio" or "newspapers" | **Is your feature request related to a problem? Please describe.**
## The problem
The datasets hub currently has `8,239` datasets. These datasets span a wide range of different modalities and tasks (currently with a bias towards textual data).
There are various ways of identifying datasets that may be releva... | 26 | Domain specific dataset discovery on the Hugging Face hub
**Is your feature request related to a problem? Please describe.**
## The problem
The datasets hub currently has `8,239` datasets. These datasets span a wide range of different modalities and tasks (currently with a bias towards textual data).
Ther... | [
0.03188703581690788,
-0.15919062495231628,
-0.030975883826613426,
0.1941971629858017,
0.13424353301525116,
-0.05863244831562042,
0.25349530577659607,
0.2807849049568176,
0.07080627977848053,
0.0454031378030777,
-0.4283638596534729,
-0.08462215960025787,
-0.4897831380367279,
0.5621156096458... |
https://github.com/huggingface/datasets/issues/4702 | Domain specific dataset discovery on the Hugging Face hub | Thanks @lhoestq for the initiative.
Just one question: are "tags" already supported on the Hub?
I think they aren't. Thus, the Hub should support them so that they are properly displayed. | **Is your feature request related to a problem? Please describe.**
## The problem
The datasets hub currently has `8,239` datasets. These datasets span a wide range of different modalities and tasks (currently with a bias towards textual data).
There are various ways of identifying datasets that may be releva... | 31 | Domain specific dataset discovery on the Hugging Face hub
**Is your feature request related to a problem? Please describe.**
## The problem
The datasets hub currently has `8,239` datasets. These datasets span a wide range of different modalities and tasks (currently with a bias towards textual data).
Ther... | [
0.03188703581690788,
-0.15919062495231628,
-0.030975883826613426,
0.1941971629858017,
0.13424353301525116,
-0.05863244831562042,
0.25349530577659607,
0.2807849049568176,
0.07080627977848053,
0.0454031378030777,
-0.4283638596534729,
-0.08462215960025787,
-0.4897831380367279,
0.5621156096458... |
https://github.com/huggingface/datasets/issues/4702 | Domain specific dataset discovery on the Hugging Face hub | I think they're not displayed, but at least it should enable users to filter by tag in using `huggingface_hub` or using the appropriate query params on the website (not sure if it's possible yet though) | **Is your feature request related to a problem? Please describe.**
## The problem
The datasets hub currently has `8,239` datasets. These datasets span a wide range of different modalities and tasks (currently with a bias towards textual data).
There are various ways of identifying datasets that may be releva... | 35 | Domain specific dataset discovery on the Hugging Face hub
**Is your feature request related to a problem? Please describe.**
## The problem
The datasets hub currently has `8,239` datasets. These datasets span a wide range of different modalities and tasks (currently with a bias towards textual data).
Ther... | [
0.03188703581690788,
-0.15919062495231628,
-0.030975883826613426,
0.1941971629858017,
0.13424353301525116,
-0.05863244831562042,
0.25349530577659607,
0.2807849049568176,
0.07080627977848053,
0.0454031378030777,
-0.4283638596534729,
-0.08462215960025787,
-0.4897831380367279,
0.5621156096458... |
https://github.com/huggingface/datasets/issues/4702 | Domain specific dataset discovery on the Hugging Face hub | > I think they're not displayed, but at least it should enable users to filter by tag in using `huggingface_hub` or using the appropriate query params on the website (not sure if it's possible yet though)
I think this would already be a helpful start. I'm happy to try this out with the datasets added to https://hugg... | **Is your feature request related to a problem? Please describe.**
## The problem
The datasets hub currently has `8,239` datasets. These datasets span a wide range of different modalities and tasks (currently with a bias towards textual data).
There are various ways of identifying datasets that may be releva... | 68 | Domain specific dataset discovery on the Hugging Face hub
**Is your feature request related to a problem? Please describe.**
## The problem
The datasets hub currently has `8,239` datasets. These datasets span a wide range of different modalities and tasks (currently with a bias towards textual data).
Ther... | [
0.03188703581690788,
-0.15919062495231628,
-0.030975883826613426,
0.1941971629858017,
0.13424353301525116,
-0.05863244831562042,
0.25349530577659607,
0.2807849049568176,
0.07080627977848053,
0.0454031378030777,
-0.4283638596534729,
-0.08462215960025787,
-0.4897831380367279,
0.5621156096458... |
https://github.com/huggingface/datasets/issues/4697 | Trouble with streaming frgfm/imagenette vision dataset with TAR archive | Hi @frgfm, thanks for reporting.
As the error message says, streaming mode is not supported out of the box when the dataset contains TAR archive files.
To make the dataset streamable, you have to use `dl_manager.iter_archive`.
There are several examples in other datasets, e.g. food101: https://huggingface.co/d... | ### Link
https://huggingface.co/datasets/frgfm/imagenette
### Description
Hello there :wave:
Thanks for the amazing work you've done with HF Datasets! I've just started playing with it, and managed to upload my first dataset. But for the second one, I'm having trouble with the preview since there is some archive... | 108 | Trouble with streaming frgfm/imagenette vision dataset with TAR archive
### Link
https://huggingface.co/datasets/frgfm/imagenette
### Description
Hello there :wave:
Thanks for the amazing work you've done with HF Datasets! I've just started playing with it, and managed to upload my first dataset. But for the s... | [
-0.34903275966644287,
-0.3096262514591217,
0.033112093806266785,
0.4855596423149109,
0.07985608279705048,
0.02208392322063446,
-0.2691221833229065,
0.16635511815547943,
-0.012630156241357327,
0.003420792520046234,
-0.22603851556777954,
-0.10508658736944199,
-0.09753607958555222,
0.18836238... |
https://github.com/huggingface/datasets/issues/4697 | Trouble with streaming frgfm/imagenette vision dataset with TAR archive | Hi @albertvillanova :wave:
Thanks! Yeah I saw that but since I didn't have any metadata, I wasn't sure whether I should create them myself.
So one last question:
What is the metadata supposed to be for archives? The relative path of all files in it?
_(Sorry I'm a bit confused since it's quite hard to debug usin... | ### Link
https://huggingface.co/datasets/frgfm/imagenette
### Description
Hello there :wave:
Thanks for the amazing work you've done with HF Datasets! I've just started playing with it, and managed to upload my first dataset. But for the second one, I'm having trouble with the preview since there is some archive... | 67 | Trouble with streaming frgfm/imagenette vision dataset with TAR archive
### Link
https://huggingface.co/datasets/frgfm/imagenette
### Description
Hello there :wave:
Thanks for the amazing work you've done with HF Datasets! I've just started playing with it, and managed to upload my first dataset. But for the s... | [
-0.29563191533088684,
-0.17251941561698914,
0.028559446334838867,
0.46546995639801025,
0.032740168273448944,
0.0038994774222373962,
-0.3055073916912079,
0.1167706549167633,
-0.052736930549144745,
-0.05650566518306732,
-0.16701211035251617,
-0.1713867038488388,
-0.1118665561079979,
0.099836... |
https://github.com/huggingface/datasets/issues/4697 | Trouble with streaming frgfm/imagenette vision dataset with TAR archive | Hi @frgfm, streaming a dataset that contains a TAR file requires some tweaks because (contrary to ZIP files), tha TAR archive does not allow random access to any of the contained member files. Instead they have to be accessed sequentially (in the order in which they were put into the TAR file when created) and yielded.... | ### Link
https://huggingface.co/datasets/frgfm/imagenette
### Description
Hello there :wave:
Thanks for the amazing work you've done with HF Datasets! I've just started playing with it, and managed to upload my first dataset. But for the second one, I'm having trouble with the preview since there is some archive... | 357 | Trouble with streaming frgfm/imagenette vision dataset with TAR archive
### Link
https://huggingface.co/datasets/frgfm/imagenette
### Description
Hello there :wave:
Thanks for the amazing work you've done with HF Datasets! I've just started playing with it, and managed to upload my first dataset. But for the s... | [
-0.33083298802375793,
-0.2087913602590561,
0.01420789584517479,
0.5364786982536316,
0.06470905244350433,
-0.046643514186143875,
-0.3245674669742584,
0.16045556962490082,
-0.05414099991321564,
0.03379242122173309,
-0.2253723442554474,
-0.11467744410037994,
-0.07856869697570801,
0.0543786659... |
https://github.com/huggingface/datasets/issues/4697 | Trouble with streaming frgfm/imagenette vision dataset with TAR archive | Hi @albertvillanova :wave:
Thanks, since my last message, I went through the repo of https://huggingface.co/datasets/food101/blob/main/food101.py and managed to get it to work in the end :pray:
Here it is: https://huggingface.co/datasets/frgfm/imagenette
I appreciate you opening an issue to document the proc... | ### Link
https://huggingface.co/datasets/frgfm/imagenette
### Description
Hello there :wave:
Thanks for the amazing work you've done with HF Datasets! I've just started playing with it, and managed to upload my first dataset. But for the second one, I'm having trouble with the preview since there is some archive... | 45 | Trouble with streaming frgfm/imagenette vision dataset with TAR archive
### Link
https://huggingface.co/datasets/frgfm/imagenette
### Description
Hello there :wave:
Thanks for the amazing work you've done with HF Datasets! I've just started playing with it, and managed to upload my first dataset. But for the s... | [
-0.2610359489917755,
-0.2777770757675171,
0.018438346683979034,
0.46521812677383423,
0.08863462507724762,
-0.016148965805768967,
-0.33086514472961426,
0.1595640480518341,
-0.034426696598529816,
-0.01606428623199463,
-0.17850466072559357,
-0.15198789536952972,
-0.06587780267000198,
0.221854... |
https://github.com/huggingface/datasets/issues/4697 | Trouble with streaming frgfm/imagenette vision dataset with TAR archive | Great to see that you manage to make your dataset streamable. :rocket:
I'm closing this issue, as for the docs update there is another issue opened:
- #4711 | ### Link
https://huggingface.co/datasets/frgfm/imagenette
### Description
Hello there :wave:
Thanks for the amazing work you've done with HF Datasets! I've just started playing with it, and managed to upload my first dataset. But for the second one, I'm having trouble with the preview since there is some archive... | 28 | Trouble with streaming frgfm/imagenette vision dataset with TAR archive
### Link
https://huggingface.co/datasets/frgfm/imagenette
### Description
Hello there :wave:
Thanks for the amazing work you've done with HF Datasets! I've just started playing with it, and managed to upload my first dataset. But for the s... | [
-0.31507495045661926,
-0.2543308436870575,
0.018048003315925598,
0.46111899614334106,
0.05447172373533249,
0.02368970215320587,
-0.29365235567092896,
0.18628506362438202,
0.008981790393590927,
0.00457000732421875,
-0.18533898890018463,
-0.15282566845417023,
-0.08943495154380798,
0.22161786... |
https://github.com/huggingface/datasets/issues/4696 | Cannot load LinCE dataset | Hi @finiteautomata, thanks for reporting.
Unfortunately, I'm not able to reproduce your issue:
```python
In [1]: from datasets import load_dataset
...: dataset = load_dataset("lince", "ner_spaeng")
Downloading builder script: 20.8kB [00:00, 9.09MB/s] ... | ## Describe the bug
Cannot load LinCE dataset due to a connection error
## Steps to reproduce the bug
```python
from datasets import load_dataset
dataset = load_dataset("lince", "ner_spaeng")
```
A notebook with this code and corresponding error can be found at https://colab.research.google.com/drive/1... | 225 | Cannot load LinCE dataset
## Describe the bug
Cannot load LinCE dataset due to a connection error
## Steps to reproduce the bug
```python
from datasets import load_dataset
dataset = load_dataset("lince", "ner_spaeng")
```
A notebook with this code and corresponding error can be found at https://colab... | [
-0.4312540292739868,
0.06144028902053833,
-0.0674908310174942,
0.40409040451049805,
0.25387585163116455,
-0.041744038462638855,
0.13857416808605194,
0.31723567843437195,
0.15199890732765198,
-0.03008139133453369,
-0.19000525772571564,
0.3475402593612671,
0.13724850118160248,
0.078987345099... |
https://github.com/huggingface/datasets/issues/4694 | Distributed data parallel training for streaming datasets | Hi ! According to https://huggingface.co/docs/datasets/use_with_pytorch#stream-data you can use the pytorch DataLoader with `num_workers>0` to distribute the shards across your workers (it uses `torch.utils.data.get_worker_info()` to get the worker ID and select the right subsets of shards to use)
<s> EDIT: here is ... | ### Feature request
Any documentations for the the `load_dataset(streaming=True)` for (multi-node multi-GPU) DDP training?
### Motivation
Given a bunch of data files, it is expected to split them onto different GPUs. Is there a guide or documentation?
### Your contribution
Does it requires manually spli... | 72 | Distributed data parallel training for streaming datasets
### Feature request
Any documentations for the the `load_dataset(streaming=True)` for (multi-node multi-GPU) DDP training?
### Motivation
Given a bunch of data files, it is expected to split them onto different GPUs. Is there a guide or documentation... | [
-0.3311074674129486,
-0.5340832471847534,
-0.09008947014808655,
0.24943336844444275,
-0.11710526049137115,
-0.03952885791659355,
0.5075051784515381,
-0.10724174976348877,
0.09953978657722473,
0.07403329014778137,
-0.04754366725683212,
0.15022683143615723,
-0.03574550896883011,
0.3537200391... |
https://github.com/huggingface/datasets/issues/4694 | Distributed data parallel training for streaming datasets | @cyk1337 does streaming datasets with multi-gpu works for you? I am testing on one node with multiple gpus, but this is freezing, https://github.com/huggingface/datasets/issues/5123
In case you could make this work, could you share with me your data-loading codes?
thank you | ### Feature request
Any documentations for the the `load_dataset(streaming=True)` for (multi-node multi-GPU) DDP training?
### Motivation
Given a bunch of data files, it is expected to split them onto different GPUs. Is there a guide or documentation?
### Your contribution
Does it requires manually spli... | 40 | Distributed data parallel training for streaming datasets
### Feature request
Any documentations for the the `load_dataset(streaming=True)` for (multi-node multi-GPU) DDP training?
### Motivation
Given a bunch of data files, it is expected to split them onto different GPUs. Is there a guide or documentation... | [
-0.3942628502845764,
-0.4553317427635193,
-0.12954653799533844,
0.25921618938446045,
-0.022475700825452805,
-0.07509204000234604,
0.4242890775203705,
-0.07431529462337494,
0.2638162672519684,
0.10502001643180847,
-0.023944836109876633,
0.20150409638881683,
0.01816188171505928,
0.3303266465... |
https://github.com/huggingface/datasets/issues/4694 | Distributed data parallel training for streaming datasets | This has been implemented in `datasets` 2.8:
```python
from datasets.distributed import split_dataset_by_node
ds = split_dataset_by_node(ds, rank=rank, world_size=world_size)
```
docs: https://huggingface.co/docs/datasets/use_with_pytorch#distributed | ### Feature request
Any documentations for the the `load_dataset(streaming=True)` for (multi-node multi-GPU) DDP training?
### Motivation
Given a bunch of data files, it is expected to split them onto different GPUs. Is there a guide or documentation?
### Your contribution
Does it requires manually spli... | 20 | Distributed data parallel training for streaming datasets
### Feature request
Any documentations for the the `load_dataset(streaming=True)` for (multi-node multi-GPU) DDP training?
### Motivation
Given a bunch of data files, it is expected to split them onto different GPUs. Is there a guide or documentation... | [
-0.4058089852333069,
-0.3526114225387573,
-0.1524766981601715,
0.13152647018432617,
-0.07379491627216339,
-0.03692995756864548,
0.4923267364501953,
-0.044024210423231125,
0.16115693747997284,
0.11810717731714249,
0.011722702533006668,
0.25080063939094543,
-0.01793796941637993,
0.2641921639... |
https://github.com/huggingface/datasets/issues/4694 | Distributed data parallel training for streaming datasets | i'm having hanging issues with this when using DDP and allocating the datasets with `split_dataset_by_node` 🤔
---
### edit
I don't want to pollute this thread, but for the sake of following up, I observed hanging close to the final iteration of the dataloader. I think this was happening on the final shard. First... | ### Feature request
Any documentations for the the `load_dataset(streaming=True)` for (multi-node multi-GPU) DDP training?
### Motivation
Given a bunch of data files, it is expected to split them onto different GPUs. Is there a guide or documentation?
### Your contribution
Does it requires manually spli... | 93 | Distributed data parallel training for streaming datasets
### Feature request
Any documentations for the the `load_dataset(streaming=True)` for (multi-node multi-GPU) DDP training?
### Motivation
Given a bunch of data files, it is expected to split them onto different GPUs. Is there a guide or documentation... | [
-0.3353276252746582,
-0.29893824458122253,
-0.08756281435489655,
0.16424843668937683,
0.04631570354104042,
0.002082332968711853,
0.5115621089935303,
-0.15144656598567963,
0.04045316204428673,
0.20592480897903442,
0.11632819473743439,
0.2204711139202118,
0.05798816308379173,
0.1212072297930... |
https://github.com/huggingface/datasets/issues/4691 | Dataset Viewer issue for rajistics/indian_food_images | Hi, thanks for reporting. I triggered a refresh of the preview for this dataset, and it works now. I'm not sure what occurred.
<img width="1019" alt="Capture d’écran 2022-07-18 à 11 01 52" src="https://user-images.githubusercontent.com/1676121/179541327-f62ecd5e-a18a-4d91-b316-9e2ebde77a28.png">
| ### Link
https://huggingface.co/datasets/rajistics/indian_food_images/viewer/rajistics--indian_food_images/train
### Description
I have a train/test split in my dataset
<img width="410" alt="Screen Shot 2022-07-15 at 11 44 42 AM" src="https://user-images.githubusercontent.com/6808012/179293215-7b419ec3-3527-46f2-8... | 33 | Dataset Viewer issue for rajistics/indian_food_images
### Link
https://huggingface.co/datasets/rajistics/indian_food_images/viewer/rajistics--indian_food_images/train
### Description
I have a train/test split in my dataset
<img width="410" alt="Screen Shot 2022-07-15 at 11 44 42 AM" src="https://user-images.gith... | [
-0.4573707580566406,
0.10634936392307281,
0.02044444903731346,
0.5601473450660706,
0.1352475881576538,
0.06503850966691971,
0.2745894193649292,
0.43015196919441223,
-0.17592856287956238,
-0.0015382766723632812,
0.1445353478193283,
0.27354755997657776,
-0.01595863327383995,
-0.0944306626915... |
https://github.com/huggingface/datasets/issues/4684 | How to assign new values to Dataset? | Hi! One option is use `map` with a function that overwrites the labels (`dset = dset.map(lamba _: {"label": 0}, features=dset.features`)). Or you can use the `remove_column` + `add_column` combination (`dset = dset.remove_columns("label").add_column("label", [0]*len(data)).cast(dset.features)`, but note that this appro... | 
Hi, if I want to change some values of the dataset, or add new columns to it, how can I do it?
For example, I want to change all the labels of the SST2 dataset to `0`:
```python
from datasets import l... | 58 | How to assign new values to Dataset?

Hi, if I want to change some values of the dataset, or add new columns to it, how can I do it?
For example, I want to change all the labels of the SST2 dataset to ... | [
0.03140154108405113,
-0.010683946311473846,
-0.0374094620347023,
0.03749634325504303,
0.2448616325855255,
0.3728915750980377,
0.35516899824142456,
0.1926700472831726,
0.24378380179405212,
0.1371881514787674,
-0.4019613265991211,
0.5025936961174011,
-0.028137050569057465,
0.4401745498180389... |
https://github.com/huggingface/datasets/issues/4684 | How to assign new values to Dataset? | Hi! I tried your proposed solution, but it does not solve my problem unfortunately. I am working with a set of protein sequences that have been tokenized with ESM, but some sequences are longer than `max_length`, they have been truncated in the tokenization. So now I want to truncate my labels as well, but that does no... | 
Hi, if I want to change some values of the dataset, or add new columns to it, how can I do it?
For example, I want to change all the labels of the SST2 dataset to `0`:
```python
from datasets import l... | 139 | How to assign new values to Dataset?

Hi, if I want to change some values of the dataset, or add new columns to it, how can I do it?
For example, I want to change all the labels of the SST2 dataset to ... | [
-0.14312778413295746,
0.034392401576042175,
-0.03523479402065277,
0.04334645718336105,
0.2808952331542969,
0.06700798124074936,
0.27653348445892334,
0.010844714939594269,
-0.004917949438095093,
0.2650742530822754,
-0.07758351415395737,
0.29778608679771423,
-0.17042623460292816,
0.336649954... |
https://github.com/huggingface/datasets/issues/4681 | IndexError when loading ImageFolder | Hi, thanks for reporting! If there are no examples in ImageFolder, the `label` column is of type `ClassLabel(names=[])`, which leads to an error in [this line](https://github.com/huggingface/datasets/blob/c15b391942764152f6060b59921b09cacc5f22a6/src/datasets/arrow_writer.py#L387) as `asdict(info)` calls `Features({...,... | ## Describe the bug
Loading an image dataset with `imagefolder` throws `IndexError: list index out of range` when the given folder contains a non-image file (like a csv).
## Steps to reproduce the bug
Put a csv file in a folder with images and load it:
```python
import datasets
datasets.load_dataset("imagefold... | 114 | IndexError when loading ImageFolder
## Describe the bug
Loading an image dataset with `imagefolder` throws `IndexError: list index out of range` when the given folder contains a non-image file (like a csv).
## Steps to reproduce the bug
Put a csv file in a folder with images and load it:
```python
import datas... | [
-0.176959827542305,
0.14152738451957703,
-0.08236131072044373,
0.5738711953163147,
0.3232484459877014,
0.2376943826675415,
0.4081917107105255,
0.18091483414173126,
0.6210441589355469,
0.17319685220718384,
-0.10812603682279587,
0.34606674313545227,
-0.30698999762535095,
-0.01872922852635383... |
https://github.com/huggingface/datasets/issues/4681 | IndexError when loading ImageFolder | Small pref for the first option, it feels weird to know that `Features()` can be called with a dictionary of types defined as dictionaries instead of type instances. | ## Describe the bug
Loading an image dataset with `imagefolder` throws `IndexError: list index out of range` when the given folder contains a non-image file (like a csv).
## Steps to reproduce the bug
Put a csv file in a folder with images and load it:
```python
import datasets
datasets.load_dataset("imagefold... | 28 | IndexError when loading ImageFolder
## Describe the bug
Loading an image dataset with `imagefolder` throws `IndexError: list index out of range` when the given folder contains a non-image file (like a csv).
## Steps to reproduce the bug
Put a csv file in a folder with images and load it:
```python
import datas... | [
-0.14233259856700897,
-0.0007715672254562378,
-0.10871969163417816,
0.544287919998169,
0.2417297661304474,
0.14020901918411255,
0.43142542243003845,
0.13377438485622406,
0.5818984508514404,
0.15131765604019165,
0.004995130933821201,
0.30169156193733215,
-0.2956918478012085,
0.0902935042977... |
https://github.com/huggingface/datasets/issues/4680 | Dataset Viewer issue for codeparrot/xlcost-text-to-code | There seems to be an issue with the `C++-snippet-level` config:
```python
>>> from datasets import get_dataset_split_names
>>> get_dataset_split_names("codeparrot/xlcost-text-to-code", "C++-snippet-level")
Traceback (most recent call last):
File "/home/slesage/hf/datasets-server/services/worker/.venv/lib/pytho... | ### Link
https://huggingface.co/datasets/codeparrot/xlcost-text-to-code
### Description
Error
```
Server Error
Status code: 400
Exception: TypeError
Message: 'NoneType' object is not iterable
```
Before I did a minor change in the dataset script (removing some comments), the viewer was working but... | 115 | Dataset Viewer issue for codeparrot/xlcost-text-to-code
### Link
https://huggingface.co/datasets/codeparrot/xlcost-text-to-code
### Description
Error
```
Server Error
Status code: 400
Exception: TypeError
Message: 'NoneType' object is not iterable
```
Before I did a minor change in the dataset s... | [
-0.6095504760742188,
0.008620783686637878,
0.03766206279397011,
0.42092299461364746,
0.2538851499557495,
0.014112107455730438,
0.08480220288038254,
0.5576991438865662,
-0.2517106235027313,
0.08406318724155426,
-0.10687055438756943,
0.41519439220428467,
-0.047462865710258484,
0.547627151012... |
https://github.com/huggingface/datasets/issues/4680 | Dataset Viewer issue for codeparrot/xlcost-text-to-code | Thanks I found that this subset wasn't properly defined the the config, I fixed it. Now I can see the subsets but I get this error for the viewer
````
Status code: 400
Exception: Status400Error
Message: The split cache is empty.
``` | ### Link
https://huggingface.co/datasets/codeparrot/xlcost-text-to-code
### Description
Error
```
Server Error
Status code: 400
Exception: TypeError
Message: 'NoneType' object is not iterable
```
Before I did a minor change in the dataset script (removing some comments), the viewer was working but... | 42 | Dataset Viewer issue for codeparrot/xlcost-text-to-code
### Link
https://huggingface.co/datasets/codeparrot/xlcost-text-to-code
### Description
Error
```
Server Error
Status code: 400
Exception: TypeError
Message: 'NoneType' object is not iterable
```
Before I did a minor change in the dataset s... | [
-0.5108540654182434,
-0.07097992300987244,
0.0017940029501914978,
0.4378114342689514,
0.1774371713399887,
0.10196619480848312,
0.056353867053985596,
0.5365214943885803,
-0.09812162816524506,
0.003665253520011902,
-0.23944054543972015,
0.20734556019306183,
0.05680491775274277,
0.46535283327... |
https://github.com/huggingface/datasets/issues/4680 | Dataset Viewer issue for codeparrot/xlcost-text-to-code | Yes, the cache is being refreshed, hopefully, it will work in some minutes for all the splits. Some are already here:
https://huggingface.co/datasets/codeparrot/xlcost-text-to-code/viewer/Python-snippet-level/train
<img width="1533" alt="Capture d’écran 2022-07-18 à 12 04 06" src="https://user-images.githubuser... | ### Link
https://huggingface.co/datasets/codeparrot/xlcost-text-to-code
### Description
Error
```
Server Error
Status code: 400
Exception: TypeError
Message: 'NoneType' object is not iterable
```
Before I did a minor change in the dataset script (removing some comments), the viewer was working but... | 32 | Dataset Viewer issue for codeparrot/xlcost-text-to-code
### Link
https://huggingface.co/datasets/codeparrot/xlcost-text-to-code
### Description
Error
```
Server Error
Status code: 400
Exception: TypeError
Message: 'NoneType' object is not iterable
```
Before I did a minor change in the dataset s... | [
-0.5043671131134033,
-0.02399926632642746,
0.015026353299617767,
0.4731103181838989,
0.24819675087928772,
0.05101998895406723,
0.08846494555473328,
0.6324098706245422,
-0.13009768724441528,
0.03693201392889023,
-0.22828495502471924,
0.2851558327674866,
-0.08848902583122253,
0.5497916340827... |
https://github.com/huggingface/datasets/issues/4678 | Cant pass streaming dataset to dataloader after take() | Hi! Calling `take` on an iterable/streamable dataset makes it not possible to shard the dataset, which in turn disables multi-process loading (attempts to split the workload over the shards), so to go past this limitation, you can either use single-process loading in `DataLoader` (`num_workers=None`) or fetch the first... | ## Describe the bug
I am trying to pass a streaming version of c4 to a dataloader, but it can't be passed after I call `dataset.take(n)`. Some functions such as `shuffle()` can be applied without breaking the dataloader but not take.
## Steps to reproduce the bug
```python
import datasets
import torch
dset = ... | 53 | Cant pass streaming dataset to dataloader after take()
## Describe the bug
I am trying to pass a streaming version of c4 to a dataloader, but it can't be passed after I call `dataset.take(n)`. Some functions such as `shuffle()` can be applied without breaking the dataloader but not take.
## Steps to reproduce the... | [
-0.30555927753448486,
-0.06311474740505219,
0.04665457084774971,
0.2632511258125305,
0.2107747346162796,
-0.21016481518745422,
0.31051620841026306,
0.056531086564064026,
0.011078555136919022,
0.18856343626976013,
0.09815359115600586,
0.2803322374820709,
-0.21256865561008453,
0.148992508649... |
https://github.com/huggingface/datasets/issues/4677 | Random 400 Client Error when pushing dataset | I am having the same issue. Even the simple example from the documentation gives me the 400 Error
> from datasets import load_dataset
>
> dataset = load_dataset("stevhliu/demo")
> dataset.push_to_hub("processed_demo")
`requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://huggingfa... | ## Describe the bug
When pushing a dataset, the client errors randomly with `Bad Request for url:...`.
At the next call, a new parquet file is created for each shard.
The client may fail at any random shard.
## Steps to reproduce the bug
```python
dataset.push_to_hub("ORG/DATASET", private=True, branch="main")
... | 77 | Random 400 Client Error when pushing dataset
## Describe the bug
When pushing a dataset, the client errors randomly with `Bad Request for url:...`.
At the next call, a new parquet file is created for each shard.
The client may fail at any random shard.
## Steps to reproduce the bug
```python
dataset.push_to_h... | [
-0.16919921338558197,
-0.1679554283618927,
0.032807961106300354,
0.13581183552742004,
0.010458089411258698,
-0.12437722086906433,
0.28814569115638733,
0.2617993950843811,
-0.053882896900177,
0.04766968637704849,
0.2557685673236847,
0.015085996128618717,
0.03830248489975929,
0.1002047881484... |
https://github.com/huggingface/datasets/issues/4676 | Dataset.map gets stuck on _cast_to_python_objects | Are you able to reproduce this? My example is small enough that it should be easy to try. | ## Describe the bug
`Dataset.map`, when fed a Huggingface Tokenizer as its map func, can sometimes spend huge amounts of time doing casts. A minimal example follows.
Not all usages suffer from this. For example, I profiled the preprocessor at https://github.com/huggingface/notebooks/blob/main/examples/question_an... | 18 | Dataset.map gets stuck on _cast_to_python_objects
## Describe the bug
`Dataset.map`, when fed a Huggingface Tokenizer as its map func, can sometimes spend huge amounts of time doing casts. A minimal example follows.
Not all usages suffer from this. For example, I profiled the preprocessor at https://github.com/... | [
-0.19857273995876312,
-0.31085896492004395,
0.1077575832605362,
0.21380633115768433,
0.4472837448120117,
0.020685873925685883,
0.052085742354393005,
0.1691586822271347,
-0.17445799708366394,
0.0026284009218215942,
0.08085259795188904,
0.4416099786758423,
-0.17229820787906647,
-0.2182979881... |
https://github.com/huggingface/datasets/issues/4676 | Dataset.map gets stuck on _cast_to_python_objects | Hi! Thanks for reporting and providing a reproducible example. Indeed, by default, `datasets` performs an expensive cast on the values returned by `map` to convert them to one of the types supported by PyArrow (the underlying storage format used by `datasets`). This cast is not needed on NumPy arrays as PyArrow support... | ## Describe the bug
`Dataset.map`, when fed a Huggingface Tokenizer as its map func, can sometimes spend huge amounts of time doing casts. A minimal example follows.
Not all usages suffer from this. For example, I profiled the preprocessor at https://github.com/huggingface/notebooks/blob/main/examples/question_an... | 81 | Dataset.map gets stuck on _cast_to_python_objects
## Describe the bug
`Dataset.map`, when fed a Huggingface Tokenizer as its map func, can sometimes spend huge amounts of time doing casts. A minimal example follows.
Not all usages suffer from this. For example, I profiled the preprocessor at https://github.com/... | [
-0.19857273995876312,
-0.31085896492004395,
0.1077575832605362,
0.21380633115768433,
0.4472837448120117,
0.020685873925685883,
0.052085742354393005,
0.1691586822271347,
-0.17445799708366394,
0.0026284009218215942,
0.08085259795188904,
0.4416099786758423,
-0.17229820787906647,
-0.2182979881... |
https://github.com/huggingface/datasets/issues/4676 | Dataset.map gets stuck on _cast_to_python_objects | I tested this tokenize function and indeed noticed a casting. However it seems to only concerns the `offset_mapping` field, which contains a list of tuples, that is converted to a list of lists. Since `pyarrow` also supports tuples, we actually don't need to convert the tuples to lists.
I think this can be changed ... | ## Describe the bug
`Dataset.map`, when fed a Huggingface Tokenizer as its map func, can sometimes spend huge amounts of time doing casts. A minimal example follows.
Not all usages suffer from this. For example, I profiled the preprocessor at https://github.com/huggingface/notebooks/blob/main/examples/question_an... | 118 | Dataset.map gets stuck on _cast_to_python_objects
## Describe the bug
`Dataset.map`, when fed a Huggingface Tokenizer as its map func, can sometimes spend huge amounts of time doing casts. A minimal example follows.
Not all usages suffer from this. For example, I profiled the preprocessor at https://github.com/... | [
-0.19857273995876312,
-0.31085896492004395,
0.1077575832605362,
0.21380633115768433,
0.4472837448120117,
0.020685873925685883,
0.052085742354393005,
0.1691586822271347,
-0.17445799708366394,
0.0026284009218215942,
0.08085259795188904,
0.4416099786758423,
-0.17229820787906647,
-0.2182979881... |
https://github.com/huggingface/datasets/issues/4676 | Dataset.map gets stuck on _cast_to_python_objects | Wow, adding `return_tensors="np"` sped up my example by a **factor 17x** of and completely eliminated the casting! I'd recommend not only to document it, but to make that the default.
The code at https://github.com/huggingface/notebooks/blob/main/examples/question_answering.ipynb does not specify `return_tensors="np... | ## Describe the bug
`Dataset.map`, when fed a Huggingface Tokenizer as its map func, can sometimes spend huge amounts of time doing casts. A minimal example follows.
Not all usages suffer from this. For example, I profiled the preprocessor at https://github.com/huggingface/notebooks/blob/main/examples/question_an... | 112 | Dataset.map gets stuck on _cast_to_python_objects
## Describe the bug
`Dataset.map`, when fed a Huggingface Tokenizer as its map func, can sometimes spend huge amounts of time doing casts. A minimal example follows.
Not all usages suffer from this. For example, I profiled the preprocessor at https://github.com/... | [
-0.19857273995876312,
-0.31085896492004395,
0.1077575832605362,
0.21380633115768433,
0.4472837448120117,
0.020685873925685883,
0.052085742354393005,
0.1691586822271347,
-0.17445799708366394,
0.0026284009218215942,
0.08085259795188904,
0.4416099786758423,
-0.17229820787906647,
-0.2182979881... |
https://github.com/huggingface/datasets/issues/4676 | Dataset.map gets stuck on _cast_to_python_objects | Setting the output to `"np"` makes the whole pipeline fast because it moves the data buffers from rust to python to arrow using zero-copy, and also because it does eliminate the casting completely ;)
Have you had a chance to try eliminating the tuple casting using the trick above ? | ## Describe the bug
`Dataset.map`, when fed a Huggingface Tokenizer as its map func, can sometimes spend huge amounts of time doing casts. A minimal example follows.
Not all usages suffer from this. For example, I profiled the preprocessor at https://github.com/huggingface/notebooks/blob/main/examples/question_an... | 50 | Dataset.map gets stuck on _cast_to_python_objects
## Describe the bug
`Dataset.map`, when fed a Huggingface Tokenizer as its map func, can sometimes spend huge amounts of time doing casts. A minimal example follows.
Not all usages suffer from this. For example, I profiled the preprocessor at https://github.com/... | [
-0.19857273995876312,
-0.31085896492004395,
0.1077575832605362,
0.21380633115768433,
0.4472837448120117,
0.020685873925685883,
0.052085742354393005,
0.1691586822271347,
-0.17445799708366394,
0.0026284009218215942,
0.08085259795188904,
0.4416099786758423,
-0.17229820787906647,
-0.2182979881... |
https://github.com/huggingface/datasets/issues/4676 | Dataset.map gets stuck on _cast_to_python_objects | @lhoestq I just benchmarked the two edits to `features.py` above, and they appear to solve the problem, bringing my original example to within 20% the speed of the output `"np"` example. Nice!
For a pull request, do you suggest simply following https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md ? | ## Describe the bug
`Dataset.map`, when fed a Huggingface Tokenizer as its map func, can sometimes spend huge amounts of time doing casts. A minimal example follows.
Not all usages suffer from this. For example, I profiled the preprocessor at https://github.com/huggingface/notebooks/blob/main/examples/question_an... | 43 | Dataset.map gets stuck on _cast_to_python_objects
## Describe the bug
`Dataset.map`, when fed a Huggingface Tokenizer as its map func, can sometimes spend huge amounts of time doing casts. A minimal example follows.
Not all usages suffer from this. For example, I profiled the preprocessor at https://github.com/... | [
-0.19857273995876312,
-0.31085896492004395,
0.1077575832605362,
0.21380633115768433,
0.4472837448120117,
0.020685873925685883,
0.052085742354393005,
0.1691586822271347,
-0.17445799708366394,
0.0026284009218215942,
0.08085259795188904,
0.4416099786758423,
-0.17229820787906647,
-0.2182979881... |
https://github.com/huggingface/datasets/issues/4676 | Dataset.map gets stuck on _cast_to_python_objects | Cool ! Sure feel free to follow these instructions to open a PR :) thanks ! | ## Describe the bug
`Dataset.map`, when fed a Huggingface Tokenizer as its map func, can sometimes spend huge amounts of time doing casts. A minimal example follows.
Not all usages suffer from this. For example, I profiled the preprocessor at https://github.com/huggingface/notebooks/blob/main/examples/question_an... | 16 | Dataset.map gets stuck on _cast_to_python_objects
## Describe the bug
`Dataset.map`, when fed a Huggingface Tokenizer as its map func, can sometimes spend huge amounts of time doing casts. A minimal example follows.
Not all usages suffer from this. For example, I profiled the preprocessor at https://github.com/... | [
-0.19857273995876312,
-0.31085896492004395,
0.1077575832605362,
0.21380633115768433,
0.4472837448120117,
0.020685873925685883,
0.052085742354393005,
0.1691586822271347,
-0.17445799708366394,
0.0026284009218215942,
0.08085259795188904,
0.4416099786758423,
-0.17229820787906647,
-0.2182979881... |
https://github.com/huggingface/datasets/issues/4675 | Unable to use dataset with PyTorch dataloader | Hi! `para_crawl` has a single column of type `Translation`, which stores translation dictionaries. These dictionaries can be stored in a NumPy array but not in a PyTorch tensor since PyTorch only supports numeric types. In `datasets`, the conversion to `torch` works as follows:
1. convert PyArrow table to NumPy array... | ## Describe the bug
When using `.with_format("torch")`, an arrow table is returned and I am unable to use it by passing it to a PyTorch DataLoader: please see the code below.
## Steps to reproduce the bug
```python
from datasets import load_dataset
from torch.utils.data import DataLoader
ds = load_dataset(
... | 137 | Unable to use dataset with PyTorch dataloader
## Describe the bug
When using `.with_format("torch")`, an arrow table is returned and I am unable to use it by passing it to a PyTorch DataLoader: please see the code below.
## Steps to reproduce the bug
```python
from datasets import load_dataset
from torch.uti... | [
0.02697448804974556,
-0.12281208485364914,
0.0880742073059082,
0.3734639883041382,
0.29349660873413086,
-0.09555184841156006,
0.6355209946632385,
0.23234207928180695,
-0.16599106788635254,
-0.02597077190876007,
-0.12711729109287262,
0.7121240496635437,
-0.2540292739868164,
-0.2223811745643... |
https://github.com/huggingface/datasets/issues/4674 | Issue loading datasets -- pyarrow.lib has no attribute | Hi @margotwagner, thanks for reporting.
Unfortunately, I'm not able to reproduce your bug: in an environment with datasets-2.3.2 and pyarrow-8.0.0, I can load the datasets without any problem:
```python
>>> ds = load_dataset("glue", "cola")
>>> ds
DatasetDict({
train: Dataset({
features: ['sentence... | ## Describe the bug
I am trying to load sentiment analysis datasets from huggingface, but any dataset I try to use via load_dataset, I get the same error:
`AttributeError: module 'pyarrow.lib' has no attribute 'IpcReadOptions'`
## Steps to reproduce the bug
```python
dataset = load_dataset("glue", "cola")
```
... | 130 | Issue loading datasets -- pyarrow.lib has no attribute
## Describe the bug
I am trying to load sentiment analysis datasets from huggingface, but any dataset I try to use via load_dataset, I get the same error:
`AttributeError: module 'pyarrow.lib' has no attribute 'IpcReadOptions'`
## Steps to reproduce the bug
... | [
-0.2137126475572586,
0.2472372055053711,
0.03528059646487236,
0.3548170328140259,
0.3074030876159668,
-0.11938688904047012,
0.5190202593803406,
0.02754758484661579,
0.13377390801906586,
0.014878205955028534,
-0.315534383058548,
0.24089765548706055,
-0.0216524638235569,
0.06153038144111633,... |
https://github.com/huggingface/datasets/issues/4673 | load_datasets on csv returns everything as a string | Hi @courtneysprouse, thanks for reporting.
Yes, you are right: by default the "csv" loader loads all columns as strings.
You could tweak this behavior by passing the `feature` argument to `load_dataset`, but it is also true that currently it is not possible to perform some kind of casts, due to lacking of implem... | ## Describe the bug
If you use:
`conll_dataset.to_csv("ner_conll.csv")`
It will create a csv file with all of your data as expected, however when you load it with:
`conll_dataset = load_dataset("csv", data_files="ner_conll.csv")`
everything is read in as a string. For example if I look at everything in 'n... | 321 | load_datasets on csv returns everything as a string
## Describe the bug
If you use:
`conll_dataset.to_csv("ner_conll.csv")`
It will create a csv file with all of your data as expected, however when you load it with:
`conll_dataset = load_dataset("csv", data_files="ner_conll.csv")`
everything is read in... | [
0.027648087590932846,
-0.056675031781196594,
-0.1128884106874466,
0.24825704097747803,
0.29906272888183594,
0.02592681348323822,
0.49717414379119873,
0.20312371850013733,
-0.0027824901044368744,
0.17837916314601898,
0.10125958919525146,
0.3126572072505951,
-0.0312199629843235,
0.1545584797... |
https://github.com/huggingface/datasets/issues/4671 | Dataset Viewer issue for wmt16 | Thanks for reporting, @lewtun.
~We can't load the dataset locally, so I think this is an issue with the loading script (not the viewer).~
We are investigating... | ### Link
https://huggingface.co/datasets/wmt16
### Description
[Reported](https://huggingface.co/spaces/autoevaluate/model-evaluator/discussions/12#62cb83f14c7f35284e796f9c) by a user of AutoTrain Evaluate. AFAIK this dataset was working 1-2 weeks ago, and I'm not sure how to interpret this error.
```
Status cod... | 27 | Dataset Viewer issue for wmt16
### Link
https://huggingface.co/datasets/wmt16
### Description
[Reported](https://huggingface.co/spaces/autoevaluate/model-evaluator/discussions/12#62cb83f14c7f35284e796f9c) by a user of AutoTrain Evaluate. AFAIK this dataset was working 1-2 weeks ago, and I'm not sure how to interpr... | [
-0.5232622027397156,
-0.13589954376220703,
0.08966942131519318,
0.43717581033706665,
0.32875728607177734,
0.14782804250717163,
0.3162905275821686,
0.28697338700294495,
0.09980276226997375,
0.12582150101661682,
-0.15189333260059357,
0.15729352831840515,
-0.3285464644432068,
-0.1050657555460... |
https://github.com/huggingface/datasets/issues/4671 | Dataset Viewer issue for wmt16 | Recently, there was a merged PR related to this dataset:
- #4554
We are looking at this... | ### Link
https://huggingface.co/datasets/wmt16
### Description
[Reported](https://huggingface.co/spaces/autoevaluate/model-evaluator/discussions/12#62cb83f14c7f35284e796f9c) by a user of AutoTrain Evaluate. AFAIK this dataset was working 1-2 weeks ago, and I'm not sure how to interpret this error.
```
Status cod... | 17 | Dataset Viewer issue for wmt16
### Link
https://huggingface.co/datasets/wmt16
### Description
[Reported](https://huggingface.co/spaces/autoevaluate/model-evaluator/discussions/12#62cb83f14c7f35284e796f9c) by a user of AutoTrain Evaluate. AFAIK this dataset was working 1-2 weeks ago, and I'm not sure how to interpr... | [
-0.48760277032852173,
-0.15501123666763306,
0.05081375315785408,
0.43308234214782715,
0.31441909074783325,
0.14988058805465698,
0.29578015208244324,
0.26951754093170166,
-0.03683917969465256,
0.08725496381521225,
-0.21536459028720856,
0.13226152956485748,
-0.37234440445899963,
-0.120255582... |
https://github.com/huggingface/datasets/issues/4671 | Dataset Viewer issue for wmt16 | Indeed, the above mentioned PR fixed the loading script (it was not working before).
I'm forcing the refresh of the Viewer. | ### Link
https://huggingface.co/datasets/wmt16
### Description
[Reported](https://huggingface.co/spaces/autoevaluate/model-evaluator/discussions/12#62cb83f14c7f35284e796f9c) by a user of AutoTrain Evaluate. AFAIK this dataset was working 1-2 weeks ago, and I'm not sure how to interpret this error.
```
Status cod... | 21 | Dataset Viewer issue for wmt16
### Link
https://huggingface.co/datasets/wmt16
### Description
[Reported](https://huggingface.co/spaces/autoevaluate/model-evaluator/discussions/12#62cb83f14c7f35284e796f9c) by a user of AutoTrain Evaluate. AFAIK this dataset was working 1-2 weeks ago, and I'm not sure how to interpr... | [
-0.5481163859367371,
-0.1526145339012146,
0.09161645174026489,
0.4051358103752136,
0.3586500883102417,
0.13037529587745667,
0.3291299343109131,
0.3309023976325989,
0.11468274891376495,
0.09130100905895233,
-0.1458551585674286,
0.16323576867580414,
-0.3421333134174347,
-0.045568861067295074... |
https://github.com/huggingface/datasets/issues/4671 | Dataset Viewer issue for wmt16 | Please note that the above mentioned PR also made an enhancement in the `datasets` library, required by this loading script. This enhancement will only be available to the Viewer once we make our next release. | ### Link
https://huggingface.co/datasets/wmt16
### Description
[Reported](https://huggingface.co/spaces/autoevaluate/model-evaluator/discussions/12#62cb83f14c7f35284e796f9c) by a user of AutoTrain Evaluate. AFAIK this dataset was working 1-2 weeks ago, and I'm not sure how to interpret this error.
```
Status cod... | 35 | Dataset Viewer issue for wmt16
### Link
https://huggingface.co/datasets/wmt16
### Description
[Reported](https://huggingface.co/spaces/autoevaluate/model-evaluator/discussions/12#62cb83f14c7f35284e796f9c) by a user of AutoTrain Evaluate. AFAIK this dataset was working 1-2 weeks ago, and I'm not sure how to interpr... | [
-0.5487927794456482,
-0.11475752294063568,
0.06637750566005707,
0.440825879573822,
0.31966692209243774,
0.1831657886505127,
0.3163139522075653,
0.2971523106098175,
0.015588339418172836,
0.11532560735940933,
-0.1821899563074112,
0.17964889109134674,
-0.3704938292503357,
-0.10303160548210144... |
https://github.com/huggingface/datasets/issues/4670 | Can't extract files from `.7z` zipfile using `download_and_extract` | Hi @bhavitvyamalik, thanks for reporting.
Yes, currently we do not support 7zip archive compression: I think we should.
As a workaround, you could uncompress it explicitly, like done in e.g. `samsum` dataset:
https://github.com/huggingface/datasets/blob/fedf891a08bfc77041d575fad6c26091bc0fce52/datasets/samsum... | ## Describe the bug
I'm adding a new dataset which is a `.7z` zip file in Google drive and contains 3 json files inside. I'm able to download the data files using `download_and_extract` but after downloading it throws this error:
```
>>> dataset = load_dataset("./datasets/mantis/")
Using custom data configuration d... | 33 | Can't extract files from `.7z` zipfile using `download_and_extract`
## Describe the bug
I'm adding a new dataset which is a `.7z` zip file in Google drive and contains 3 json files inside. I'm able to download the data files using `download_and_extract` but after downloading it throws this error:
```
>>> dataset =... | [
-0.30092987418174744,
-0.22019773721694946,
-0.0685814917087555,
0.5899444222450256,
0.024326421320438385,
0.0799030289053917,
-0.002087540924549103,
0.3769165277481079,
0.3110101819038391,
0.020652778446674347,
-0.0629303827881813,
0.23239123821258545,
0.18731090426445007,
0.1382801085710... |
https://github.com/huggingface/datasets/issues/4670 | Can't extract files from `.7z` zipfile using `download_and_extract` | Sure, let me look into and check what can be done. Will keep you guys updated here! | ## Describe the bug
I'm adding a new dataset which is a `.7z` zip file in Google drive and contains 3 json files inside. I'm able to download the data files using `download_and_extract` but after downloading it throws this error:
```
>>> dataset = load_dataset("./datasets/mantis/")
Using custom data configuration d... | 17 | Can't extract files from `.7z` zipfile using `download_and_extract`
## Describe the bug
I'm adding a new dataset which is a `.7z` zip file in Google drive and contains 3 json files inside. I'm able to download the data files using `download_and_extract` but after downloading it throws this error:
```
>>> dataset =... | [
-0.30092987418174744,
-0.22019773721694946,
-0.0685814917087555,
0.5899444222450256,
0.024326421320438385,
0.0799030289053917,
-0.002087540924549103,
0.3769165277481079,
0.3110101819038391,
0.020652778446674347,
-0.0629303827881813,
0.23239123821258545,
0.18731090426445007,
0.1382801085710... |
https://github.com/huggingface/datasets/issues/4670 | Can't extract files from `.7z` zipfile using `download_and_extract` | Initially, I thought of solving this without any external dependency. Almost everywhere I saw `lzma` can be used for this but there is a caveat that lzma doesn’t work with 7z archives but only single files. In my case the 7z archive has multiple files so it didn't work. Is it fine to use external library here? | ## Describe the bug
I'm adding a new dataset which is a `.7z` zip file in Google drive and contains 3 json files inside. I'm able to download the data files using `download_and_extract` but after downloading it throws this error:
```
>>> dataset = load_dataset("./datasets/mantis/")
Using custom data configuration d... | 57 | Can't extract files from `.7z` zipfile using `download_and_extract`
## Describe the bug
I'm adding a new dataset which is a `.7z` zip file in Google drive and contains 3 json files inside. I'm able to download the data files using `download_and_extract` but after downloading it throws this error:
```
>>> dataset =... | [
-0.30092987418174744,
-0.22019773721694946,
-0.0685814917087555,
0.5899444222450256,
0.024326421320438385,
0.0799030289053917,
-0.002087540924549103,
0.3769165277481079,
0.3110101819038391,
0.020652778446674347,
-0.0629303827881813,
0.23239123821258545,
0.18731090426445007,
0.1382801085710... |
https://github.com/huggingface/datasets/issues/4670 | Can't extract files from `.7z` zipfile using `download_and_extract` | Hi @bhavitvyamalik, thanks for your investigation.
On Monday, I started a PR that will eventually close this issue as well: I'm linking it to this.
- #4672
Let me know what you think. | ## Describe the bug
I'm adding a new dataset which is a `.7z` zip file in Google drive and contains 3 json files inside. I'm able to download the data files using `download_and_extract` but after downloading it throws this error:
```
>>> dataset = load_dataset("./datasets/mantis/")
Using custom data configuration d... | 33 | Can't extract files from `.7z` zipfile using `download_and_extract`
## Describe the bug
I'm adding a new dataset which is a `.7z` zip file in Google drive and contains 3 json files inside. I'm able to download the data files using `download_and_extract` but after downloading it throws this error:
```
>>> dataset =... | [
-0.30092987418174744,
-0.22019773721694946,
-0.0685814917087555,
0.5899444222450256,
0.024326421320438385,
0.0799030289053917,
-0.002087540924549103,
0.3769165277481079,
0.3110101819038391,
0.020652778446674347,
-0.0629303827881813,
0.23239123821258545,
0.18731090426445007,
0.1382801085710... |
https://github.com/huggingface/datasets/issues/4668 | Dataset Viewer issue for hungnm/multilingual-amazon-review-sentiment-processed | It seems like a private dataset. The viewer is currently not supported on the private datasets. | ### Link
https://huggingface.co/hungnm/multilingual-amazon-review-sentiment
### Description
_No response_
### Owner
Yes | 16 | Dataset Viewer issue for hungnm/multilingual-amazon-review-sentiment-processed
### Link
https://huggingface.co/hungnm/multilingual-amazon-review-sentiment
### Description
_No response_
### Owner
Yes
It seems like a private dataset. The viewer is currently not supported on the private datasets. | [
-0.38562658429145813,
-0.004425659775733948,
-0.1274886131286621,
0.335946261882782,
-0.08867258578538895,
0.00904032588005066,
0.28803226351737976,
0.19412492215633392,
-0.01653502881526947,
0.06608860194683075,
-0.25731906294822693,
-0.11189071834087372,
-0.006693351082503796,
0.15157796... |
https://github.com/huggingface/datasets/issues/4666 | Issues with concatenating datasets | Hi! I agree we should improve the features equality checks to account for this particular case. However, your code fails due to `answer_start` having the dtype `int64` instead of `int32` after loading from JSON (it's not possible to embed type precision info into a JSON file; `save_to_disk` does that for arrow files), ... | ## Describe the bug
It is impossible to concatenate datasets if a feature is sequence of dict in one dataset and a dict of sequence in another. But based on the document, it should be automatically converted.
> A [datasets.Sequence](https://huggingface.co/docs/datasets/v2.3.2/en/package_reference/main_classes#datas... | 83 | Issues with concatenating datasets
## Describe the bug
It is impossible to concatenate datasets if a feature is sequence of dict in one dataset and a dict of sequence in another. But based on the document, it should be automatically converted.
> A [datasets.Sequence](https://huggingface.co/docs/datasets/v2.3.2/en... | [
0.04380028322339058,
-0.4440591037273407,
-0.01506867352873087,
0.2802368104457855,
0.19299142062664032,
0.18252399563789368,
0.04831010475754738,
0.34112653136253357,
-0.15827949345111847,
-0.023794442415237427,
-0.01996341533958912,
0.40773117542266846,
0.11513891071081161,
0.38394197821... |
https://github.com/huggingface/datasets/issues/4666 | Issues with concatenating datasets | That makes sense. I totally missed the `int64` and `int32` part. Thanks for pointing it out! Will close this issue for now. | ## Describe the bug
It is impossible to concatenate datasets if a feature is sequence of dict in one dataset and a dict of sequence in another. But based on the document, it should be automatically converted.
> A [datasets.Sequence](https://huggingface.co/docs/datasets/v2.3.2/en/package_reference/main_classes#datas... | 22 | Issues with concatenating datasets
## Describe the bug
It is impossible to concatenate datasets if a feature is sequence of dict in one dataset and a dict of sequence in another. But based on the document, it should be automatically converted.
> A [datasets.Sequence](https://huggingface.co/docs/datasets/v2.3.2/en... | [
0.04380028322339058,
-0.4440591037273407,
-0.01506867352873087,
0.2802368104457855,
0.19299142062664032,
0.18252399563789368,
0.04831010475754738,
0.34112653136253357,
-0.15827949345111847,
-0.023794442415237427,
-0.01996341533958912,
0.40773117542266846,
0.11513891071081161,
0.38394197821... |
https://github.com/huggingface/datasets/issues/4665 | Unable to create dataset having Python dataset script only | Hi @aleSuglia, thanks for reporting.
We are having a look at it.
We transfer this issue to the Community tab of the corresponding Hub dataset: https://huggingface.co/datasets/Heriot-WattUniversity/dialog-babi/discussions | ## Describe the bug
Hi there,
I'm trying to add the following dataset to Huggingface datasets: https://huggingface.co/datasets/Heriot-WattUniversity/dialog-babi/blob/
I'm trying to do so using the CLI commands but seems that this command generates the wrong `dataset_info.json` file (you can find it in the repo a... | 26 | Unable to create dataset having Python dataset script only
## Describe the bug
Hi there,
I'm trying to add the following dataset to Huggingface datasets: https://huggingface.co/datasets/Heriot-WattUniversity/dialog-babi/blob/
I'm trying to do so using the CLI commands but seems that this command generates the ... | [
-0.09877757728099823,
-0.18356382846832275,
0.002662086859345436,
0.18234866857528687,
0.24619139730930328,
0.2149367332458496,
0.24684138596057892,
0.3189541697502136,
0.2598186135292053,
0.1377396434545517,
-0.2884330451488495,
-0.022496351972222328,
-0.09905044734477997,
0.3826631009578... |
https://github.com/huggingface/datasets/issues/4661 | Concurrency bug when using same cache among several jobs | I can confirm that if I run one job first that processes the dataset, then I can run any jobs in parallel with no problem (no write-concurrency anymore...). | ## Describe the bug
I used to see this bug with an older version of the datasets. It seems to persist.
This is my concrete scenario: I launch several evaluation jobs on a cluster in which I share the file system and I share the cache directory used by huggingface libraries. The evaluation jobs read the same *.csv ... | 28 | Concurrency bug when using same cache among several jobs
## Describe the bug
I used to see this bug with an older version of the datasets. It seems to persist.
This is my concrete scenario: I launch several evaluation jobs on a cluster in which I share the file system and I share the cache directory used by hugg... | [
-0.4678846597671509,
0.1503218412399292,
-0.005129652097821236,
0.4096810817718506,
0.014813212677836418,
0.036131054162979126,
0.5157450437545776,
0.15018148720264435,
0.39099740982055664,
0.18011978268623352,
-0.11120054870843887,
-0.029217572882771492,
0.11454767733812332,
-0.1449140161... |
https://github.com/huggingface/datasets/issues/4661 | Concurrency bug when using same cache among several jobs | Hi! That's weird. It seems like the error points to the `mkstemp` function, but the official docs state the following:
```
There are no race conditions in the file’s creation, assuming that the platform properly implements the [os.O_EXCL](https://docs.python.org/3/library/os.html#os.O_EXCL) flag for [os.open()](https... | ## Describe the bug
I used to see this bug with an older version of the datasets. It seems to persist.
This is my concrete scenario: I launch several evaluation jobs on a cluster in which I share the file system and I share the cache directory used by huggingface libraries. The evaluation jobs read the same *.csv ... | 105 | Concurrency bug when using same cache among several jobs
## Describe the bug
I used to see this bug with an older version of the datasets. It seems to persist.
This is my concrete scenario: I launch several evaluation jobs on a cluster in which I share the file system and I share the cache directory used by hugg... | [
-0.4678846597671509,
0.1503218412399292,
-0.005129652097821236,
0.4096810817718506,
0.014813212677836418,
0.036131054162979126,
0.5157450437545776,
0.15018148720264435,
0.39099740982055664,
0.18011978268623352,
-0.11120054870843887,
-0.029217572882771492,
0.11454767733812332,
-0.1449140161... |
https://github.com/huggingface/datasets/issues/4642 | Streaming issue for ccdv/pubmed-summarization | Thanks for reporting @lewtun.
I confirm there is an issue with streaming: it does not stream locally. | ### Link
https://huggingface.co/datasets/ccdv/pubmed-summarization
### Description
This was reported by a [user of AutoTrain Evaluate](https://huggingface.co/spaces/autoevaluate/model-evaluator/discussions/7). It seems like streaming doesn't work due to the way the dataset loading script is defined?
```
Status c... | 17 | Streaming issue for ccdv/pubmed-summarization
### Link
https://huggingface.co/datasets/ccdv/pubmed-summarization
### Description
This was reported by a [user of AutoTrain Evaluate](https://huggingface.co/spaces/autoevaluate/model-evaluator/discussions/7). It seems like streaming doesn't work due to the way the dat... | [
-0.5426284074783325,
-0.32878780364990234,
0.06800040602684021,
0.013990174978971481,
0.4679546356201172,
0.014805339276790619,
0.16895155608654022,
0.07700960338115692,
-0.048539482057094574,
0.04441846162080765,
0.024771463125944138,
0.03679649904370308,
0.05722812935709953,
0.3073814511... |
https://github.com/huggingface/datasets/issues/4642 | Streaming issue for ccdv/pubmed-summarization | Oh, after investigation, the source of the issue is in the Hub dataset loading script.
I'm opening a PR on the Hub dataset. | ### Link
https://huggingface.co/datasets/ccdv/pubmed-summarization
### Description
This was reported by a [user of AutoTrain Evaluate](https://huggingface.co/spaces/autoevaluate/model-evaluator/discussions/7). It seems like streaming doesn't work due to the way the dataset loading script is defined?
```
Status c... | 23 | Streaming issue for ccdv/pubmed-summarization
### Link
https://huggingface.co/datasets/ccdv/pubmed-summarization
### Description
This was reported by a [user of AutoTrain Evaluate](https://huggingface.co/spaces/autoevaluate/model-evaluator/discussions/7). It seems like streaming doesn't work due to the way the dat... | [
-0.5918276906013489,
-0.4391922652721405,
0.08316810429096222,
0.012977749109268188,
0.44625014066696167,
0.04814012348651886,
0.16453364491462708,
0.1028277724981308,
-0.033483345061540604,
0.005127079784870148,
-0.06253381818532944,
0.10899093002080917,
0.015544630587100983,
0.2680802941... |
https://github.com/huggingface/datasets/issues/4641 | Dataset Viewer issue for kmfoda/booksum | Thanks for reporting, @lewtun.
It works locally in streaming mode:
```
{'bid': 27681,
'is_aggregate': True,
'source': 'cliffnotes',
'chapter_path': 'all_chapterized_books/27681-chapters/chapters_1_to_2.txt',
'summary_path': 'finished_summaries/cliffnotes/The Last of the Mohicans/section_1_part_0.txt',
'b... | ### Link
https://huggingface.co/datasets/kmfoda/booksum
### Description
A [user of AutoTrain Evaluate](https://huggingface.co/spaces/autoevaluate/model-evaluator/discussions/9) discovered this dataset cannot be streamed due to:
```
Status code: 400
Exception: ClientResponseError
Message: 401, messa... | 90 | Dataset Viewer issue for kmfoda/booksum
### Link
https://huggingface.co/datasets/kmfoda/booksum
### Description
A [user of AutoTrain Evaluate](https://huggingface.co/spaces/autoevaluate/model-evaluator/discussions/9) discovered this dataset cannot be streamed due to:
```
Status code: 400
Exception: Clie... | [
-0.19831311702728271,
0.06330740451812744,
0.006858669221401215,
0.18694746494293213,
0.28380143642425537,
0.15722590684890747,
0.002605423331260681,
0.2719515860080719,
-0.1785537749528885,
-0.007660955190658569,
-0.34514591097831726,
0.28483718633651733,
0.1423894166946411,
-0.0337928161... |
https://github.com/huggingface/datasets/issues/4637 | The "all" split breaks streaming | @albertvillanova Nice! Let me know if it's something I can fix my self; would love to contribtue! | ## Describe the bug
Not sure if this is a bug or just the way streaming works, but setting `streaming=True` did not work when setting `split="all"`
## Steps to reproduce the bug
The following works:
```python
ds = load_dataset('super_glue', 'wsc.fixed', split='all')
```
The following throws `ValueError: Bad ... | 17 | The "all" split breaks streaming
## Describe the bug
Not sure if this is a bug or just the way streaming works, but setting `streaming=True` did not work when setting `split="all"`
## Steps to reproduce the bug
The following works:
```python
ds = load_dataset('super_glue', 'wsc.fixed', split='all')
```
The... | [
-0.43805015087127686,
-0.28562358021736145,
0.06437310576438904,
-0.004342071712017059,
0.1474832445383072,
-0.083074189722538,
0.2635285556316376,
0.20259639620780945,
0.15930144488811493,
-0.08981025218963623,
-0.1584620177745819,
0.17659145593643188,
0.17207029461860657,
0.2076470553874... |
https://github.com/huggingface/datasets/issues/4637 | The "all" split breaks streaming | @cakiki I was working on this but if you would like to contribute, go ahead. I will close my PR. ;)
For the moment I just pushed the test (to see if it impacts other tests). | ## Describe the bug
Not sure if this is a bug or just the way streaming works, but setting `streaming=True` did not work when setting `split="all"`
## Steps to reproduce the bug
The following works:
```python
ds = load_dataset('super_glue', 'wsc.fixed', split='all')
```
The following throws `ValueError: Bad ... | 36 | The "all" split breaks streaming
## Describe the bug
Not sure if this is a bug or just the way streaming works, but setting `streaming=True` did not work when setting `split="all"`
## Steps to reproduce the bug
The following works:
```python
ds = load_dataset('super_glue', 'wsc.fixed', split='all')
```
The... | [
-0.4182455837726593,
-0.2260851263999939,
0.06095176562666893,
-0.04782789200544357,
0.1342654675245285,
-0.06748978793621063,
0.32134050130844116,
0.24418754875659943,
0.1773902177810669,
-0.052293598651885986,
-0.17178554832935333,
0.2135753482580185,
0.14870859682559967,
0.1726538389921... |
https://github.com/huggingface/datasets/issues/4637 | The "all" split breaks streaming | It impacted the test `test_generator_based_download_and_prepare` and I have fixed this.
So that you can copy the test I implemented in my PR and then implement a fix for this issue that passes the test `tests/test_builder.py::test_builder_as_streaming_dataset`. | ## Describe the bug
Not sure if this is a bug or just the way streaming works, but setting `streaming=True` did not work when setting `split="all"`
## Steps to reproduce the bug
The following works:
```python
ds = load_dataset('super_glue', 'wsc.fixed', split='all')
```
The following throws `ValueError: Bad ... | 35 | The "all" split breaks streaming
## Describe the bug
Not sure if this is a bug or just the way streaming works, but setting `streaming=True` did not work when setting `split="all"`
## Steps to reproduce the bug
The following works:
```python
ds = load_dataset('super_glue', 'wsc.fixed', split='all')
```
The... | [
-0.5483454465866089,
-0.09624467045068741,
0.050548192113637924,
0.002654552459716797,
0.19246035814285278,
-0.08195097744464874,
0.2807869613170624,
0.3349410891532898,
0.07637259364128113,
0.012204177677631378,
-0.130035400390625,
0.16125202178955078,
0.10651920735836029,
0.2107376009225... |
https://github.com/huggingface/datasets/issues/4637 | The "all" split breaks streaming | Hi @cakiki are you still interested in working on this? Are you planning to open a PR? | ## Describe the bug
Not sure if this is a bug or just the way streaming works, but setting `streaming=True` did not work when setting `split="all"`
## Steps to reproduce the bug
The following works:
```python
ds = load_dataset('super_glue', 'wsc.fixed', split='all')
```
The following throws `ValueError: Bad ... | 17 | The "all" split breaks streaming
## Describe the bug
Not sure if this is a bug or just the way streaming works, but setting `streaming=True` did not work when setting `split="all"`
## Steps to reproduce the bug
The following works:
```python
ds = load_dataset('super_glue', 'wsc.fixed', split='all')
```
The... | [
-0.4597511291503906,
-0.2987728416919708,
0.057182516902685165,
0.010309368371963501,
0.14496049284934998,
-0.09658189862966537,
0.2634126842021942,
0.201195627450943,
0.1692957729101181,
-0.07788252830505371,
-0.20090919733047485,
0.18641847372055054,
0.15866528451442719,
0.23732282221317... |
https://github.com/huggingface/datasets/issues/4637 | The "all" split breaks streaming | Hi @albertvillanova ! Sorry it took so long; I wanted to spend this weekend working on it. | ## Describe the bug
Not sure if this is a bug or just the way streaming works, but setting `streaming=True` did not work when setting `split="all"`
## Steps to reproduce the bug
The following works:
```python
ds = load_dataset('super_glue', 'wsc.fixed', split='all')
```
The following throws `ValueError: Bad ... | 17 | The "all" split breaks streaming
## Describe the bug
Not sure if this is a bug or just the way streaming works, but setting `streaming=True` did not work when setting `split="all"`
## Steps to reproduce the bug
The following works:
```python
ds = load_dataset('super_glue', 'wsc.fixed', split='all')
```
The... | [
-0.4426620304584503,
-0.27027595043182373,
0.06749042868614197,
-0.007208004593849182,
0.1603326052427292,
-0.07714968919754028,
0.2840169370174408,
0.212457537651062,
0.17918071150779724,
-0.06354288756847382,
-0.19622531533241272,
0.19929417967796326,
0.1826690137386322,
0.20186986029148... |
https://github.com/huggingface/datasets/issues/4635 | Dataset Viewer issue for vadis/sv-ident | Thanks for reporting, @e-tornike
Some context:
- #4527
The dataset loads locally in streaming mode:
```python
In [2]: from datasets import load_dataset; ds = load_dataset("vadis/sv-ident", split="validation", streaming=True); item = next(iter(ds)); item
Using custom data configuration default
Out[2]:
{'s... | ### Link
https://huggingface.co/datasets/vadis/sv-ident/viewer/default/validation
### Description
Error message when loading validation split in the viewer:
```
Status code: 400
Exception: Status400Error
Message: The split cache is empty.
```
### Owner
_No response_ | 75 | Dataset Viewer issue for vadis/sv-ident
### Link
https://huggingface.co/datasets/vadis/sv-ident/viewer/default/validation
### Description
Error message when loading validation split in the viewer:
```
Status code: 400
Exception: Status400Error
Message: The split cache is empty.
```
### Owner
_... | [
-0.34343400597572327,
-0.09418442845344543,
-0.013141758739948273,
0.3741164207458496,
0.16894757747650146,
0.10632995516061783,
0.28053799271583557,
0.47733598947525024,
0.11510291695594788,
0.11659540235996246,
-0.17207522690296173,
-0.06304945796728134,
0.10673781484365463,
0.0037290956... |
https://github.com/huggingface/datasets/issues/4635 | Dataset Viewer issue for vadis/sv-ident | ~~I have forced the refresh of the split in the preview without success.~~
I have forced the refresh of the split in the preview, and now it works. | ### Link
https://huggingface.co/datasets/vadis/sv-ident/viewer/default/validation
### Description
Error message when loading validation split in the viewer:
```
Status code: 400
Exception: Status400Error
Message: The split cache is empty.
```
### Owner
_No response_ | 28 | Dataset Viewer issue for vadis/sv-ident
### Link
https://huggingface.co/datasets/vadis/sv-ident/viewer/default/validation
### Description
Error message when loading validation split in the viewer:
```
Status code: 400
Exception: Status400Error
Message: The split cache is empty.
```
### Owner
_... | [
-0.3355334401130676,
-0.13491253554821014,
0.01818053051829338,
0.3520846366882324,
0.16705593466758728,
0.044746287167072296,
0.3111444115638733,
0.322045236825943,
0.08171223104000092,
0.19327129423618317,
-0.18516139686107635,
-0.07507125288248062,
0.1921989619731903,
-0.042377799749374... |
https://github.com/huggingface/datasets/issues/4635 | Dataset Viewer issue for vadis/sv-ident | OK, thank you @e-tornike.
Apparently, after forcing the refresh, we just had to wait a little until it is effectively refreshed. | ### Link
https://huggingface.co/datasets/vadis/sv-ident/viewer/default/validation
### Description
Error message when loading validation split in the viewer:
```
Status code: 400
Exception: Status400Error
Message: The split cache is empty.
```
### Owner
_No response_ | 21 | Dataset Viewer issue for vadis/sv-ident
### Link
https://huggingface.co/datasets/vadis/sv-ident/viewer/default/validation
### Description
Error message when loading validation split in the viewer:
```
Status code: 400
Exception: Status400Error
Message: The split cache is empty.
```
### Owner
_... | [
-0.3959178626537323,
-0.13096179068088531,
0.004104197025299072,
0.2589777708053589,
0.19081778824329376,
0.049277231097221375,
0.30233871936798096,
0.3355978727340698,
0.09101089835166931,
0.1377878487110138,
-0.2060115486383438,
-0.0875963345170021,
0.2691800892353058,
-0.037942834198474... |
https://github.com/huggingface/datasets/issues/4635 | Dataset Viewer issue for vadis/sv-ident | I'm closing this issue as it was solved after forcing the refresh of the split in the preview. | ### Link
https://huggingface.co/datasets/vadis/sv-ident/viewer/default/validation
### Description
Error message when loading validation split in the viewer:
```
Status code: 400
Exception: Status400Error
Message: The split cache is empty.
```
### Owner
_No response_ | 18 | Dataset Viewer issue for vadis/sv-ident
### Link
https://huggingface.co/datasets/vadis/sv-ident/viewer/default/validation
### Description
Error message when loading validation split in the viewer:
```
Status code: 400
Exception: Status400Error
Message: The split cache is empty.
```
### Owner
_... | [
-0.3871881663799286,
-0.13803379237651825,
0.004316709935665131,
0.3520898222923279,
0.1833469569683075,
0.01337248831987381,
0.32116201519966125,
0.35191860795021057,
0.07210017740726471,
0.1528877466917038,
-0.19447346031665802,
-0.023558838292956352,
0.1666756272315979,
-0.0290647652000... |
https://github.com/huggingface/datasets/issues/4634 | Can't load the Hausa audio dataset | Could you provide the error details. It is difficult to debug otherwise. Also try other config. `ha` is not a valid. | common_voice_train = load_dataset("common_voice", "ha", split="train+validation") | 21 | Can't load the Hausa audio dataset
common_voice_train = load_dataset("common_voice", "ha", split="train+validation")
Could you provide the error details. It is difficult to debug otherwise. Also try other config. `ha` is not a valid. | [
-0.3964959979057312,
-0.23399190604686737,
-0.044343993067741394,
-0.006479017436504364,
0.4224725365638733,
0.0707465335726738,
0.4470020532608032,
0.18957611918449402,
0.10116265714168549,
0.20257815718650818,
-0.41158849000930786,
0.03215447813272476,
-0.029980450868606567,
0.1819353103... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.