id stringlengths 18 24 | number int64 2 8.48k | title stringlengths 1 290 | body stringlengths 0 228k | state stringclasses 2
values | createdAt timestamp[s]date 2020-04-14 18:18:51 2026-08-13 03:02:44 | updatedAt timestamp[s]date 2020-04-29 09:23:05 2026-08-15 04:47:12 | closedAt timestamp[s]date 2020-04-29 09:23:05 2026-07-28 10:29:56 ⌀ | url stringlengths 48 51 | author dict | labels dict | comments listlengths 0 30 |
|---|---|---|---|---|---|---|---|---|---|---|---|
I_kwDODunzps5CyaNn | 3,656 | checksum error subjqa dataset | ## Describe the bug
I get a checksum error when loading the `subjqa` dataset (used in the transformers book).
## Steps to reproduce the bug
```python
from datasets import load_dataset
subjqa = load_dataset("subjqa","electronics")
```
## Expected results
Loading the dataset
## Actual results
```
---... | CLOSED | 2022-02-01T10:53:33 | 2022-02-10T10:56:59 | 2022-02-10T10:56:38 | https://github.com/huggingface/datasets/issues/3656 | {
"login": "RensDimmendaal"
} | {
"nodes": [
{
"name": "bug"
}
]
} | [
"Hi @RensDimmendaal, \r\n\r\nI'm sorry but I can't reproduce your bug:\r\n```python\r\nIn [1]: from datasets import load_dataset\r\n ...: ds = load_dataset(\"subjqa\", \"electronics\")\r\nDownloading builder script: 9.15kB [00:00, 4.10MB/s] ... |
I_kwDODunzps5Cvs71 | 3,655 | Pubmed dataset not reachable | ## Describe the bug
Trying to use the `pubmed` dataset fails to reach / download the source files.
## Steps to reproduce the bug
```python
pubmed_train = datasets.load_dataset('pubmed', split='train')
```
## Expected results
Should begin downloading the pubmed dataset.
## Actual results
```
ConnectionEr... | CLOSED | 2022-01-31T18:45:47 | 2022-12-19T19:18:10 | 2022-02-14T14:15:41 | https://github.com/huggingface/datasets/issues/3655 | {
"login": "abhi-mosaic"
} | {
"nodes": [
{
"name": "bug"
}
]
} | [
"Hi @abhi-mosaic, thanks for reporting.\r\n\r\nI'm looking at it... ",
"also hitting this issue",
"Hey @albertvillanova, sorry to reopen this... I can confirm that on `master` branch the dataset is downloadable now but it is still broken in streaming mode:\r\n\r\n```python\r\n >>> import datasets\r\n >>> pubmed... |
I_kwDODunzps5CtXAI | 3,653 | `to_json` in multiprocessing fashion sometimes deadlock | ## Describe the bug
`to_json` in multiprocessing fashion sometimes deadlock, instead of raising exceptions. Temporary solution is to see that it deadlocks, and then reduce the number of processes or batch size in order to reduce the memory footprint.
As @lhoestq pointed out, this might be related to https://bugs.... | OPEN | 2022-01-31T09:35:07 | 2022-01-31T09:35:07 | null | https://github.com/huggingface/datasets/issues/3653 | {
"login": "thomasw21"
} | {
"nodes": [
{
"name": "bug"
}
]
} | [] |
I_kwDODunzps5Cm7sq | 3,649 | Add IGLUE dataset | ## Adding a Dataset
- **Name:** IGLUE
- **Description:** IGLUE brings together 4 vision-and-language tasks across 20 languages (Twitter [thread](https://twitter.com/ebugliarello/status/1487045497583976455?s=20&t=SB4LZGDhhkUW83ugcX_m5w))
- **Paper:** https://arxiv.org/abs/2201.11732
- **Data:** https://github.com/e-... | OPEN | 2022-01-28T14:59:41 | 2022-01-28T15:02:35 | null | https://github.com/huggingface/datasets/issues/3649 | {
"login": "lewtun"
} | {
"nodes": [
{
"name": "dataset request"
},
{
"name": "multimodal"
}
]
} | [] |
I_kwDODunzps5CjRFy | 3,645 | Streaming dataset based on dl_manager.iter_archive/iter_files are not reset correctly | Hi ! When iterating over a streaming dataset once, it's not reset correctly because of some issues with `dl_manager.iter_archive` and `dl_manager.iter_files`. Indeed they are generator functions (so the iterator that is returned can be exhausted). They should be iterables instead, and be reset if we do a for loop again... | CLOSED | 2022-01-27T17:17:41 | 2022-01-28T16:34:28 | 2022-01-28T16:34:28 | https://github.com/huggingface/datasets/issues/3645 | {
"login": "lhoestq"
} | {
"nodes": []
} | [] |
I_kwDODunzps5CjLz2 | 3,644 | Add a GROUP BY operator | **Is your feature request related to a problem? Please describe.**
Using batch mapping, we can easily split examples. However, we lack an appropriate option for merging them back together by some key. Consider this example:
```python
# features:
# {
# "example_id": datasets.Value("int32"),
# "text": datas... | OPEN | 2022-01-27T16:57:54 | 2025-01-28T11:39:48 | null | https://github.com/huggingface/datasets/issues/3644 | {
"login": "felix-schneider"
} | {
"nodes": [
{
"name": "enhancement"
}
]
} | [
"Hi ! At the moment you can use `to_pandas()` to get a pandas DataFrame that supports `group_by` operations (make sure your dataset fits in memory though)\r\n\r\nWe use Arrow as a back-end for `datasets` and it doesn't have native group by (see https://github.com/apache/arrow/issues/2189) unfortunately.\r\n\r\nI ju... |
I_kwDODunzps5ChtmJ | 3,640 | Issues with custom dataset in Wav2Vec2 | We are training Vav2Vec using the run_speech_recognition_ctc_bnb.py-script.
This is working fine with Common Voice, however using our custom dataset and data loader at [NbAiLab/NPSC]( https://huggingface.co/datasets/NbAiLab/NPSC) it crashes after roughly 1 epoch with the following stack trace:
:\r\n```\r\n- ... |
I_kwDODunzps5CfZUm | 3,637 | [TypeError: Couldn't cast array of type] Cannot load dataset in v1.18 | ## Describe the bug
I am trying to load the [`GEM/RiSAWOZ` dataset](https://huggingface.co/datasets/GEM/RiSAWOZ) in `datasets` v1.18.1 and am running into a type error when casting the features. The strange thing is that I can load the dataset with v1.17.0. Note that the error is also present if I install from `master... | CLOSED | 2022-01-26T21:38:02 | 2022-02-09T16:15:53 | 2022-02-09T16:15:53 | https://github.com/huggingface/datasets/issues/3637 | {
"login": "lewtun"
} | {
"nodes": [
{
"name": "bug"
}
]
} | [
"Hi @lewtun!\r\n \r\nThis one was tricky to debug. Initially, I tought there is a bug in the recently-added (by @lhoestq ) `cast_array_to_feature` function because `git bisect` points to the https://github.com/huggingface/datasets/commit/6ca96c707502e0689f9b58d94f46d871fa5a3c9c commit. Then, I noticed that the feat... |
I_kwDODunzps5Cd5Vf | 3,634 | Dataset.shuffle(seed=None) gives fixed row permutation | ## Describe the bug
Repeated attempts to `shuffle` a dataset without specifying a seed give the same results.
## Steps to reproduce the bug
```python
import datasets
# Some toy example
data = datasets.Dataset.from_dict(
{"feature": [1, 2, 3, 4, 5], "label": ["a", "b", "c", "d", "e"]}
)
# Doesn't work... | CLOSED | 2022-01-26T15:13:08 | 2022-01-27T18:16:07 | 2022-01-27T18:16:07 | https://github.com/huggingface/datasets/issues/3634 | {
"login": "elisno"
} | {
"nodes": [
{
"name": "bug"
}
]
} | [
"I'm not sure if this is expected behavior.\r\n\r\nAm I supposed to work with a copy of the dataset, i.e. `shuffled_dataset = data.shuffle(seed=None)`?\r\n\r\n```diff\r\nimport datasets\r\n\r\n# Some toy example\r\ndata = datasets.Dataset.from_dict(\r\n {\"feature\": [1, 2, 3, 4, 5], \"label\": [\"a\", \"b\", \"... |
I_kwDODunzps5Cdfbx | 3,632 | Adding CC-100: Monolingual Datasets from Web Crawl Data (Datasets links are invalid) | ## Describe the bug
The dataset links are no longer valid for CC-100. It seems that the website which was keeping these files are no longer accessible and therefore this dataset became unusable.
Check out the dataset [homepage](http://data.statmt.org/cc-100/) which isn't accessible.
Also the URLs for dataset file ... | CLOSED | 2022-01-26T13:35:37 | 2022-02-10T06:58:11 | 2022-02-10T06:58:11 | https://github.com/huggingface/datasets/issues/3632 | {
"login": "AnzorGozalishvili"
} | {
"nodes": [
{
"name": "bug"
}
]
} | [
"Hi @AnzorGozalishvili,\r\n\r\nMaybe their site was temporarily down, but it seems to work fine now.\r\n\r\nCould you please try again and confirm if the problem persists? ",
"Hi @albertvillanova \r\nI checked and it works. \r\nIt seems that it was really temporarily down.\r\nThanks!"
] |
I_kwDODunzps5CcwL- | 3,631 | Labels conflict when loading a local CSV file. | ## Describe the bug
I am trying to load a local CSV file with a separate file containing label names. It is successfully loaded for the first time, but when I try to load it again, there is a conflict between provided labels and the cached dataset info. Disabling caching globally and/or using `download_mode="force_red... | CLOSED | 2022-01-26T10:00:33 | 2022-02-11T23:02:31 | 2022-02-11T23:02:31 | https://github.com/huggingface/datasets/issues/3631 | {
"login": "pichljan"
} | {
"nodes": [
{
"name": "bug"
}
]
} | [
"Hi @pichljan, thanks for reporting.\r\n\r\nThis should be fixed. I'm looking at it. "
] |
I_kwDODunzps5Cbx7B | 3,630 | DuplicatedKeysError of NewsQA dataset | After processing the dataset following official [NewsQA](https://github.com/Maluuba/newsqa), I used datasets to load it:
```
a = load_dataset('newsqa', data_dir='news')
```
and the following error occurred:
```
Using custom data configuration default-data_dir=news
Downloading and preparing dataset newsqa/defaul... | CLOSED | 2022-01-26T03:05:49 | 2022-02-14T08:37:19 | 2022-02-14T08:37:19 | https://github.com/huggingface/datasets/issues/3630 | {
"login": "StevenTang1998"
} | {
"nodes": [
{
"name": "dataset bug"
}
]
} | [
"Thanks for reporting, @StevenTang1998.\r\n\r\nI'm fixing it. "
] |
I_kwDODunzps5CZTuU | 3,628 | Dataset Card Creator drops information for "Additional Information" Section | First of all, the card creator is a great addition and really helpful for streamlining dataset cards!
## Describe the bug
I encountered an inconvenient bug when entering "Additional Information" in the react app, which drops already entered text when switching to a previous section, and then back again to "Addition... | OPEN | 2022-01-25T14:06:17 | 2022-01-25T14:09:01 | null | https://github.com/huggingface/datasets/issues/3628 | {
"login": "dennlinger"
} | {
"nodes": [
{
"name": "bug"
}
]
} | [] |
I_kwDODunzps5CXy_k | 3,626 | The Pile cannot connect to host | ## Describe the bug
The Pile had issues with their previous host server and have mirrored its content to another server.
The new URL server should be updated.
| CLOSED | 2022-01-25T07:43:33 | 2022-02-14T08:40:58 | 2022-02-14T08:40:58 | https://github.com/huggingface/datasets/issues/3626 | {
"login": "albertvillanova"
} | {
"nodes": [
{
"name": "bug"
}
]
} | [] |
I_kwDODunzps5CV0yy | 3,625 | Add a metadata field for when source data was produced | **Is your feature request related to a problem? Please describe.**
The current problem is that information about when source data was produced is not easily visible. Though there are a variety of metadata fields available in the dataset viewer, time period information is not included. This feature request suggests mak... | OPEN | 2022-01-24T18:52:39 | 2022-06-28T13:54:49 | null | https://github.com/huggingface/datasets/issues/3625 | {
"login": "davanstrien"
} | {
"nodes": [
{
"name": "enhancement"
}
]
} | [
"A question to the datasets maintainers: is there a policy about how the set of allowed metadata fields is maintained and expanded?\r\n\r\nMetadata are very important, but defining the standard is always a struggle between allowing exhaustivity without being too complex. Archivists have Dublin Core, open data has h... |
I_kwDODunzps5CVHat | 3,622 | Extend support for streaming datasets that use os.path.relpath | Extend support for streaming datasets that use `os.path.relpath`.
This feature will also be useful to yield the relative path of audio or image files.
| CLOSED | 2022-01-24T15:58:23 | 2022-02-04T14:03:54 | 2022-02-04T14:03:54 | https://github.com/huggingface/datasets/issues/3622 | {
"login": "albertvillanova"
} | {
"nodes": [
{
"name": "enhancement"
}
]
} | [] |
I_kwDODunzps5CUsQy | 3,621 | Consider adding `ipywidgets` as a dependency. | When I install `datasets` in a fresh virtualenv with jupyterlab I always see this error.
```
ImportError: IProgress not found. Please update jupyter and ipywidgets. See https://ipywidgets.readthedocs.io/en/stable/user_install.html
```
It's a bit of a nuisance, because I need to run shut down the jupyterlab ser... | CLOSED | 2022-01-24T14:27:11 | 2022-02-24T09:04:36 | 2022-02-24T09:04:36 | https://github.com/huggingface/datasets/issues/3621 | {
"login": "koaning"
} | {
"nodes": [
{
"name": "bug"
}
]
} | [
"Hi! We use `tqdm` to display progress bars, so I suggest you open this issue in their repo.",
"It depends on how you use `tqdm`, no? \r\n\r\nDoesn't this library import via; \r\n\r\n```\r\nfrom tqdm.notebook import tqdm\r\n```",
"Hi! Sorry for the late reply. We import `tqdm` as `from tqdm.auto import tqdm`, w... |
I_kwDODunzps5CSafl | 3,618 | TIMIT Dataset not working with GPU | ## Describe the bug
I am working trying to use the TIMIT dataset in order to fine-tune Wav2Vec2 model and I am unable to load the "audio" column from the dataset when working with a GPU.
I am working on Amazon Sagemaker Studio, on the Python 3 (PyTorch 1.8 Python 3.6 GPU Optimized) environment, with a single ml.g4... | CLOSED | 2022-01-24T03:26:03 | 2023-07-25T15:20:20 | 2023-07-25T15:20:20 | https://github.com/huggingface/datasets/issues/3618 | {
"login": "TheSeamau5"
} | {
"nodes": [
{
"name": "bug"
}
]
} | [
"Hi ! I think you should avoid calling `timit_train['audio']`. Indeed by doing so you're **loading all the audio column in memory**. This is problematic in your case because the TIMIT dataset is huge.\r\n\r\nIf you want to access the audio data of some samples, you should do this instead `timit_train[:10][\"train\"... |
I_kwDODunzps5CQVEs | 3,615 | Dataset BnL Historical Newspapers does not work in streaming mode | ## Describe the bug
When trying to load in streaming mode, it "hangs"...
## Steps to reproduce the bug
```python
ds = load_dataset("bnl_newspapers", split="train", streaming=True)
```
## Expected results
The code should be optimized, so that it works fast in streaming mode.
CC: @davanstrien
| CLOSED | 2022-01-22T14:12:59 | 2022-02-04T14:05:21 | 2022-02-04T14:05:21 | https://github.com/huggingface/datasets/issues/3615 | {
"login": "albertvillanova"
} | {
"nodes": [
{
"name": "bug"
}
]
} | [
"@albertvillanova let me know if there is anything I can do to help with this. I had a quick look at the code again and though I could try the following changes:\r\n- use `download` instead of `download_and_extract`\r\nhttps://github.com/huggingface/datasets/blob/d3d339fb86d378f4cb3c5d1de423315c07a466c6/datasets/bn... |
I_kwDODunzps5CM7Fv | 3,613 | Files not updating in dataset viewer | ## Dataset viewer issue for '*name of the dataset*'
**Link:**
Some examples:
* https://huggingface.co/datasets/abidlabs/crowdsourced-speech4
* https://huggingface.co/datasets/abidlabs/test-audio-13
*short description of the issue*
It seems that the dataset viewer is reading a cached version of the dataset and... | CLOSED | 2022-01-21T16:47:20 | 2022-01-22T08:13:13 | 2022-01-22T08:13:13 | https://github.com/huggingface/datasets/issues/3613 | {
"login": "abidlabs"
} | {
"nodes": [
{
"name": "dataset-viewer"
}
]
} | [
"Yes. The jobs queue is full right now, following an upgrade... Back to normality in the next hours hopefully. I'll look at your datasets to be sure the dataset viewer works as expected on them.",
"Should have been fixed now."
] |
I_kwDODunzps5CL1h4 | 3,611 | Indexing bug after dataset.select() | ## Describe the bug
A clear and concise description of what the bug is.
Dataset indexing is not working as expected after `dataset.select(range(100))`
## Steps to reproduce the bug
```python
# Sample code to reproduce the bug
import datasets
task_to_keys = {
"cola": ("sentence", None),
"mnli":... | CLOSED | 2022-01-21T12:09:30 | 2022-01-27T18:16:22 | 2022-01-27T18:16:22 | https://github.com/huggingface/datasets/issues/3611 | {
"login": "kamalkraj"
} | {
"nodes": [
{
"name": "bug"
}
]
} | [
"Hi! Thanks for reporting! I've opened a PR with the fix."
] |
I_kwDODunzps5CJdui | 3,610 | Checksum error when trying to load amazon_review dataset | ## Describe the bug
A clear and concise description of what the bug is.
## Steps to reproduce the bug
I am getting the issue when trying to load dataset using
```
dataset = load_dataset("amazon_polarity")
```
## Expected results
dataset loaded
## Actual results
```
-------------------------------------... | CLOSED | 2022-01-20T21:20:32 | 2022-01-21T13:22:31 | 2022-01-21T13:22:31 | https://github.com/huggingface/datasets/issues/3610 | null | {
"nodes": [
{
"name": "bug"
}
]
} | [
"It is solved now"
] |
I_kwDODunzps5CHr4F | 3,608 | Add support for continuous metrics (RMSE, MAE) | **Is your feature request related to a problem? Please describe.**
I am uploading our dataset and models for the "Constructing interval measures" method we've developed, which uses item response theory to convert multiple discrete labels into a continuous spectrum for hate speech. Once we have this outcome our NLP m... | CLOSED | 2022-01-20T13:35:36 | 2022-03-09T17:18:20 | 2022-03-09T17:18:20 | https://github.com/huggingface/datasets/issues/3608 | {
"login": "ck37"
} | {
"nodes": [
{
"name": "enhancement"
},
{
"name": "good first issue"
}
]
} | [
"Hey @ck37 \r\n\r\nYou can always use a custom metric as explained [in this guide from HF](https://huggingface.co/docs/datasets/master/loading_metrics.html#using-a-custom-metric-script).\r\n\r\nIf this issue needs to be contributed to (for enhancing the metric API) I think [this link](https://scikit-learn.org/stabl... |
I_kwDODunzps5CGMGt | 3,606 | audio column not saved correctly after resampling | ## Describe the bug
After resampling the audio column, saving with save_to_disk doesn't seem to save with the correct type.
## Steps to reproduce the bug
- load a subset of common voice dataset (48Khz)
- resample audio column to 16Khz
- save with save_to_disk()
- load with load_from_disk()
## Expected resul... | CLOSED | 2022-01-20T06:37:10 | 2022-01-23T01:41:01 | 2022-01-23T01:24:14 | https://github.com/huggingface/datasets/issues/3606 | {
"login": "laphang"
} | {
"nodes": [
{
"name": "bug"
}
]
} | [
"Hi ! We just released a new version of `datasets` that should fix this.\r\n\r\nI tested resampling and using save/load_from_disk afterwards and it seems to be fixed now",
"Hi @lhoestq, \r\n\r\nJust tested the latest datasets version, and confirming that this is fixed for me. \r\n\r\nThanks!",
"Also, just an FY... |
I_kwDODunzps5CEgWE | 3,604 | Dataset Viewer not showing Previews for Private Datasets | ## Dataset viewer issue for 'abidlabs/test-audio-13'
It seems that the dataset viewer does not show previews for `private` datasets, even for the user who's private dataset it is. See [1] for example. If I change the visibility to public, then it does show, but it would be useful to have the viewer even for private ... | CLOSED | 2022-01-19T19:29:26 | 2022-09-26T08:04:43 | 2022-09-26T08:04:43 | https://github.com/huggingface/datasets/issues/3604 | {
"login": "abidlabs"
} | {
"nodes": [
{
"name": "enhancement"
},
{
"name": "dataset-viewer"
}
]
} | [
"Sure, it's on the roadmap.",
"Closing in favor of https://github.com/huggingface/datasets-server/issues/39."
] |
I_kwDODunzps5CDHD3 | 3,599 | The `add_column()` method does not work if used on dataset sliced with `select()` | Hello, I posted this as a question on the forums ([here](https://discuss.huggingface.co/t/add-column-does-not-work-if-used-on-dataset-sliced-with-select/13893)):
I have a dataset with 2000 entries
> dataset = Dataset.from_dict({'colA': list(range(2000))})
and from which I want to extract the first one thousan... | CLOSED | 2022-01-19T13:36:50 | 2022-01-28T15:35:57 | 2022-01-28T15:35:57 | https://github.com/huggingface/datasets/issues/3599 | {
"login": "ThGouzias"
} | {
"nodes": [
{
"name": "bug"
}
]
} | [
"similar #3611 "
] |
I_kwDODunzps5CDF-_ | 3,598 | Readme info not being parsed to show on Dataset card page | ## Describe the bug
The info contained in the README.md file is not being shown in the dataset main page. Basic info and table of contents are properly formatted in the README.
## Steps to reproduce the bug
# Sample code to reproduce the bug
The README file is this one: https://huggingface.co/datasets/softcatal... | CLOSED | 2022-01-19T13:32:29 | 2022-01-21T10:20:01 | 2022-01-21T10:20:01 | https://github.com/huggingface/datasets/issues/3598 | {
"login": "davidcanovas"
} | {
"nodes": [
{
"name": "bug"
}
]
} | [
"i suspect a markdown parsing error, @severo do you want to take a quick look at it when you have some time?",
"# Problem\r\nThe issue seems to coming from the front matter of the README\r\n```---\r\nannotations_creators:\r\n- no-annotation\r\nlanguage_creators:\r\n- machine-generated\r\nlanguages:\r\n- 'ca'\r\n-... |
I_kwDODunzps5CDCfA | 3,597 | ERROR: File "setup.py" or "setup.cfg" not found. Directory cannot be installed in editable mode: /content | ## Bug
The install of streaming dataset is giving following error.
## Steps to reproduce the bug
```python
! git clone https://github.com/huggingface/datasets.git
! cd datasets
! pip install -e ".[streaming]"
```
## Actual results
Cloning into 'datasets'...
remote: Enumerating objects: 50816, done.
remot... | CLOSED | 2022-01-19T13:19:28 | 2022-08-05T12:35:51 | 2022-02-14T08:46:34 | https://github.com/huggingface/datasets/issues/3597 | {
"login": "amitkml"
} | {
"nodes": [
{
"name": "bug"
}
]
} | [
"Hi! The `cd` command in Jupyer/Colab needs to start with `%`, so this should work:\r\n```\r\n!git clone https://github.com/huggingface/datasets.git\r\n%cd datasets\r\n!pip install -e \".[streaming]\"\r\n```",
"thanks @mariosasko i had the same mistake and your solution is what was needed"
] |
I_kwDODunzps5CAL-6 | 3,596 | Loss of cast `Image` feature on certain dataset method | ## Describe the bug
When an a column is cast to an `Image` feature, the cast type appears to be lost during certain operations. I first noticed this when using the `push_to_hub` method on a dataset that contained urls pointing to images which had been cast to an `image`. This also happens when using select on a data... | CLOSED | 2022-01-18T20:44:01 | 2022-01-21T18:07:28 | 2022-01-21T18:07:28 | https://github.com/huggingface/datasets/issues/3596 | {
"login": "davanstrien"
} | {
"nodes": [
{
"name": "bug"
}
]
} | [
"Hi! Thanks for reporting! The issue with `cast_column` should be fixed by #3575 and after we merge that PR I'll start working on the `push_to_hub` support for the `Image`/`Audio` feature.",
"> Hi! Thanks for reporting! The issue with `cast_column` should be fixed by #3575 and after we merge that PR I'll start wo... |
I_kwDODunzps5B9zHO | 3,587 | No module named 'fsspec.archive' | ## Describe the bug
Cannot import datasets after installation.
## Steps to reproduce the bug
```shell
$ python
Python 3.9.7 (default, Sep 16 2021, 13:09:58)
[GCC 7.5.0] :: Anaconda, Inc. on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import datasets
Traceback (most recent... | CLOSED | 2022-01-18T10:17:01 | 2022-08-11T09:57:54 | 2022-01-18T10:33:10 | https://github.com/huggingface/datasets/issues/3587 | {
"login": "shuuchen"
} | {
"nodes": [
{
"name": "bug"
}
]
} | [] |
I_kwDODunzps5B8yx4 | 3,586 | Revisit `enable/disable_` toggle function prefix | As discussed in https://github.com/huggingface/transformers/pull/15167, we should revisit the `enable/disable_` toggle function prefix, potentially in favor of `set_enabled_`. Concretely, this translates to
- De-deprecating `disable_progress_bar()`
- Adding `enable_progress_bar()`
- On the caching side, adding `en... | CLOSED | 2022-01-18T04:09:55 | 2022-03-14T15:01:08 | 2022-03-14T15:01:08 | https://github.com/huggingface/datasets/issues/3586 | {
"login": "jaketae"
} | {
"nodes": [
{
"name": "enhancement"
}
]
} | [] |
I_kwDODunzps5B6X8e | 3,585 | Datasets streaming + map doesn't work for `Audio` | ## Describe the bug
When using audio datasets in streaming mode, applying a `map(...)` before iterating leads to an error as the key `array` does not exist anymore.
## Steps to reproduce the bug
```python
from datasets import load_dataset
ds = load_dataset("common_voice", "en", streaming=True, split="train")... | CLOSED | 2022-01-17T12:55:42 | 2022-01-20T13:28:00 | 2022-01-20T13:28:00 | https://github.com/huggingface/datasets/issues/3585 | {
"login": "patrickvonplaten"
} | {
"nodes": [
{
"name": "bug"
},
{
"name": "duplicate"
}
]
} | [
"This seems related to https://github.com/huggingface/datasets/issues/3505."
] |
I_kwDODunzps5B4H-Y | 3,584 | https://huggingface.co/datasets/huggingface/transformers-metadata | ## Dataset viewer issue for '*name of the dataset*'
**Link:** *link to the dataset viewer page*
*short description of the issue*
Am I the one who added this dataset ? Yes-No
| CLOSED | 2022-01-17T00:18:14 | 2022-02-14T08:51:27 | 2022-02-14T08:51:27 | https://github.com/huggingface/datasets/issues/3584 | {
"login": "ecankirkic"
} | {
"nodes": [
{
"name": "wontfix"
},
{
"name": "dataset-viewer"
}
]
} | [] |
I_kwDODunzps5B3_CI | 3,583 | Add The Medical Segmentation Decathlon Dataset | ## Adding a Dataset
- **Name:** *The Medical Segmentation Decathlon Dataset*
- **Description:** The underlying data set was designed to explore the axis of difficulties typically encountered when dealing with medical images, such as small data sets, unbalanced labels, multi-site data, and small objects.
- **Paper:*... | OPEN | 2022-01-16T21:42:25 | 2022-03-18T10:44:42 | null | https://github.com/huggingface/datasets/issues/3583 | {
"login": "omarespejel"
} | {
"nodes": [
{
"name": "dataset request"
},
{
"name": "vision"
}
]
} | [
"Hello! I have recently been involved with a medical image segmentation project myself and was going through the `The Medical Segmentation Decathlon Dataset` as well. \r\nI haven't yet had experience adding datasets to this repository yet but would love to get started. Should I take this issue?\r\nIf yes, I've got ... |
I_kwDODunzps5B2xb3 | 3,582 | conll 2003 dataset source url is no longer valid | ## Describe the bug
Loading `conll2003` dataset fails because it was removed (just yesterday 1/14/2022) from the location it is looking for.
## Steps to reproduce the bug
```python
from datasets import load_dataset
load_dataset("conll2003")
```
## Expected results
The dataset should load.
## Actual r... | CLOSED | 2022-01-15T23:04:17 | 2022-07-20T13:06:40 | 2022-01-21T16:57:32 | https://github.com/huggingface/datasets/issues/3582 | {
"login": "rcanand"
} | {
"nodes": [
{
"name": "bug"
},
{
"name": "dataset bug"
}
]
} | [
"I came to open the same issue.",
"Thanks for reporting !\r\n\r\nI pushed a temporary fix on `master` that uses an URL from a previous commit to access the dataset for now, until we have a better solution",
"I changed the URL again to use another host, the fix is available on `master` and we'll probably do a ne... |
I_kwDODunzps5B2sre | 3,581 | Unable to create a dataset from a parquet file in S3 | ## Describe the bug
Trying to create a dataset from a parquet file in S3.
## Steps to reproduce the bug
```python
import s3fs
from datasets import Dataset
s3 = s3fs.S3FileSystem(anon=False)
with s3.open(PATH_LTR_TOY_CLEAN_DATASET, 'rb') as s3file:
dataset = Dataset.from_parquet(s3file)
```
## Expe... | OPEN | 2022-01-15T21:34:16 | 2022-02-14T08:52:57 | null | https://github.com/huggingface/datasets/issues/3581 | {
"login": "regCode"
} | {
"nodes": [
{
"name": "bug"
},
{
"name": "enhancement"
}
]
} | [
"Hi ! Currently it only works with local paths, file-like objects are not supported yet"
] |
I_kwDODunzps5B19LK | 3,580 | Bug in wiki bio load |
wiki_bio is failing to load because of a failing drive link . Can someone fix this ?

\r\nDownloading: 7.58kB [00:00, 4.42MB/s]\r\nDownloading: 2.71kB [00:00, 1.30MB/s]\r\nUsing custom data configuration default\r\nDownloading and preparing dataset wiki_bio/default (download: 318... |
I_kwDODunzps5BxJkX | 3,578 | label information get lost after parquet serialization | ## Describe the bug
In *dataset_info.json* file, information about the label get lost after the dataset serialization.
## Steps to reproduce the bug
```python
from datasets import load_dataset
# normal save
dataset = load_dataset('glue', 'sst2', split='train')
dataset.save_to_disk("normal_save")
# save ... | CLOSED | 2022-01-14T10:10:38 | 2023-07-25T15:44:53 | 2023-07-25T15:44:53 | https://github.com/huggingface/datasets/issues/3578 | {
"login": "Tudyx"
} | {
"nodes": [
{
"name": "bug"
}
]
} | [
"Hi ! We did a release of `datasets` today that may fix this issue. Can you try updating `datasets` and trying again ?\r\n\r\nEDIT: the issue is still there actually\r\n\r\nI think we can fix that by storing the Features in the parquet schema metadata, and then reload them when loading the parquet file",
"This in... |
I_kwDODunzps5BuFBh | 3,577 | Add The Mexican Emotional Speech Database (MESD) | ## Adding a Dataset
- **Name:** *The Mexican Emotional Speech Database (MESD)*
- **Description:** *Contains 864 voice recordings with six different prosodies: anger, disgust, fear, happiness, neutral, and sadness. Furthermore, three voice categories are included: female adult, male adult, and child. *
- **Paper:** *... | OPEN | 2022-01-13T23:49:36 | 2022-01-27T14:14:38 | null | https://github.com/huggingface/datasets/issues/3577 | {
"login": "omarespejel"
} | {
"nodes": [
{
"name": "dataset request"
},
{
"name": "speech"
}
]
} | [] |
I_kwDODunzps5BmliE | 3,572 | ConnectionError in IndicGLUE dataset | While I am trying to load IndicGLUE dataset (https://huggingface.co/datasets/indic_glue) it is giving me with the error:
```
ConnectionError: Couldn't reach https://storage.googleapis.com/ai4bharat-public-indic-nlp-corpora/evaluations/wikiann-ner.tar.gz (error 403) | CLOSED | 2022-01-12T17:59:36 | 2022-09-15T21:57:34 | 2022-09-15T21:57:34 | https://github.com/huggingface/datasets/issues/3572 | {
"login": "sahoodib"
} | {
"nodes": [
{
"name": "dataset bug"
}
]
} | [
"@sahoodib, thanks for reporting.\r\n\r\nIndeed, none of the data links appearing in the IndicGLUE website are working, e.g.: https://storage.googleapis.com/ai4bharat-public-indic-nlp-corpora/evaluations/soham-articles.tar.gz\r\n```\r\n<Error>\r\n<Code>UserProjectAccountProblem</Code>\r\n<Message>User project billi... |
I_kwDODunzps5BlnnX | 3,568 | Downloading Hugging Face Medical Dialog Dataset NonMatchingSplitsSizesError | I wanted to download the Nedical Dialog Dataset from huggingface, using this github link:
https://github.com/huggingface/datasets/tree/master/datasets/medical_dialog
After downloading the raw datasets from google drive, i unpacked everything and put it in the same folder as the medical_dialog.py which is:
```
... | CLOSED | 2022-01-12T14:03:44 | 2022-02-14T09:32:34 | 2022-02-14T09:32:34 | https://github.com/huggingface/datasets/issues/3568 | {
"login": "fabianslife"
} | {
"nodes": [
{
"name": "dataset bug"
}
]
} | [
"Hi @fabianslife, thanks for reporting.\r\n\r\nI think you were using an old version of `datasets` because this bug was already fixed in version `1.13.0` (13 Oct 2021):\r\n- Fix: 55fd140a63b8f03a0e72985647e498f1fc799d3f\r\n- PR: #3046\r\n- Issue: #2969 \r\n\r\nPlease, feel free to update the library: `pip install -... |
I_kwDODunzps5Bgnug | 3,563 | Dataset.from_pandas preserves useless index | ## Describe the bug
Let's say that you want to create a Dataset object from pandas dataframe. Most likely you will write something like this:
```
import pandas as pd
from datasets import Dataset
df = pd.read_csv('some_dataset.csv')
# Some DataFrame preprocessing code...
dataset = Dataset.from_pandas(df)
`... | CLOSED | 2022-01-11T12:07:07 | 2022-01-12T16:11:27 | 2022-01-12T16:11:27 | https://github.com/huggingface/datasets/issues/3563 | {
"login": "Sorrow321"
} | {
"nodes": [
{
"name": "bug"
}
]
} | [
"Hi! That makes sense. Sure, feel free to open a PR! Just a small suggestion: let's make `preserve_index` a parameter of `Dataset.from_pandas` (which we then pass to `InMemoryTable.from_pandas`) with `None` as a default value to not have this as a breaking change. "
] |
I_kwDODunzps5Bdysm | 3,561 | Cannot load ‘bookcorpusopen’ | ## Describe the bug
Cannot load 'bookcorpusopen'
## Steps to reproduce the bug
```python
dataset = load_dataset('bookcorpusopen')
```
or
```python
dataset = load_dataset('bookcorpusopen',script_version='master')
```
## Actual results
ConnectionError: Couldn't reach https://the-eye.eu/public/AI/pile_pre... | CLOSED | 2022-01-10T20:17:18 | 2022-02-14T09:19:27 | 2022-02-14T09:18:47 | https://github.com/huggingface/datasets/issues/3561 | {
"login": "HUIYINXUE"
} | {
"nodes": [
{
"name": "bug"
},
{
"name": "dataset bug"
}
]
} | [
"The host of this copy of the dataset (https://the-eye.eu) is down and has been down for a good amount of time ([potentially months](https://www.reddit.com/r/Roms/comments/q82s15/theeye_downdied/))\r\n\r\nFinding this dataset is a little esoteric, as the original authors took down the official BookCorpus dataset so... |
I_kwDODunzps5BcouK | 3,558 | Integrate Milvus (pymilvus) library | Milvus is a popular open-source vector database. We should add a new vector index to support this project. | OPEN | 2022-01-10T15:20:29 | 2022-03-05T12:28:36 | null | https://github.com/huggingface/datasets/issues/3558 | {
"login": "mariosasko"
} | {
"nodes": [
{
"name": "enhancement"
}
]
} | [
"Hi @mariosasko,Just search randomly and I found this issue~ I'm the tech lead of Milvus and we are looking forward to integrate milvus together with huggingface datasets.\r\n\r\nAny suggestion on how we could start?\r\n",
"Feel free to assign to me and we probably need some guide on it",
"@mariosasko any updat... |
I_kwDODunzps5BbiMW | 3,555 | DuplicatedKeysError when loading tweet_qa dataset | When loading the tweet_qa dataset with `load_dataset('tweet_qa')`, the following error occurs:
`DuplicatedKeysError: FAILURE TO GENERATE DATASET !
Found duplicate Key: 2a167f9e016ba338e1813fed275a6a1e
Keys should be unique and deterministic in nature
`
Might be related to issues #2433 and #2333
- `datasets` ... | CLOSED | 2022-01-10T10:53:11 | 2022-01-12T15:17:33 | 2022-01-12T15:13:56 | https://github.com/huggingface/datasets/issues/3555 | {
"login": "LeonieWeissweiler"
} | {
"nodes": [
{
"name": "bug"
}
]
} | [
"Hi, we've just merged the PR with the fix. The fixed version of the dataset can be downloaded as follows:\r\n```python\r\nimport datasets\r\ndset = datasets.load_dataset(\"tweet_qa\", revision=\"master\")\r\n```"
] |
I_kwDODunzps5Bbb8H | 3,554 | ImportError: cannot import name 'is_valid_waiter_error' | Based on [SO post](https://stackoverflow.com/q/70606147/17840900).
I'm following along to this [Notebook][1], cell "**Loading the dataset**".
Kernel: `conda_pytorch_p36`.
I run:
```
! pip install datasets transformers optimum[intel]
```
Output:
```
Requirement already satisfied: datasets in /home/ec2-u... | CLOSED | 2022-01-10T10:32:04 | 2022-02-14T09:35:57 | 2022-02-14T09:35:57 | https://github.com/huggingface/datasets/issues/3554 | {
"login": "danielbellhv"
} | {
"nodes": [
{
"name": "bug"
}
]
} | [
"Hi! I can't reproduce this error in Colab, but I'm assuming you are using Amazon SageMaker Studio Notebooks (you mention the `conda_pytorch_p36` kernel), so maybe @philschmid knows more about what might be causing this issue? ",
"Hey @mariosasko. Yes, I am using **Amazon SageMaker Studio Jupyter Labs**. However,... |
I_kwDODunzps5BZr2z | 3,553 | set_format("np") no longer works for Image data | ## Describe the bug
`dataset.set_format("np")` no longer works for image data, previously you could load the MNIST like this:
```python
dataset = load_dataset("mnist")
dataset.set_format("np")
X_train = dataset["train"]["image"][..., None] # <== No longer a numpy array
```
but now it doesn't work, `set_format(... | CLOSED | 2022-01-09T17:18:13 | 2022-10-14T12:03:55 | 2022-10-14T12:03:54 | https://github.com/huggingface/datasets/issues/3553 | {
"login": "cgarciae"
} | {
"nodes": [
{
"name": "bug"
}
]
} | [
"A quick fix for now is doing this:\r\n\r\n```python\r\nX_train = np.stack(dataset[\"train\"][\"image\"])[..., None]",
"This error also propagates to jax and is even trickier to fix, since `.with_format(type='jax')` will use numpy conversion internally (and fail). For a three line failure:\r\n\r\n```python\r\ndat... |
I_kwDODunzps5BW5qJ | 3,550 | Bug in `openbookqa` dataset | ## Describe the bug
Dataset entries contains a typo.
## Steps to reproduce the bug
```python
>>> from datasets import load_dataset
>>> obqa = load_dataset('openbookqa', 'main')
>>> obqa['train'][0]
```
## Expected results
```python
{'id': '7-980', 'question_stem': 'The sun is responsible for', 'choices'... | CLOSED | 2022-01-07T17:32:57 | 2022-05-04T06:33:00 | 2022-05-04T06:32:19 | https://github.com/huggingface/datasets/issues/3550 | {
"login": "lucadiliello"
} | {
"nodes": [
{
"name": "bug"
},
{
"name": "dataset bug"
}
]
} | [
"Closed by:\r\n- #4259"
] |
I_kwDODunzps5BWeGo | 3,548 | Specify the feature types of a dataset on the Hub without needing a dataset script | **Is your feature request related to a problem? Please describe.**
Currently if I upload a CSV with paths to audio files, the column type is string instead of Audio.
**Describe the solution you'd like**
I'd like to be able to specify the types of the column, so that when loading the dataset I directly get the feat... | CLOSED | 2022-01-07T15:17:06 | 2022-01-20T14:48:38 | 2022-01-20T14:48:38 | https://github.com/huggingface/datasets/issues/3548 | {
"login": "lhoestq"
} | {
"nodes": [
{
"name": "enhancement"
}
]
} | [
"After looking into this, discovered that this is already supported if the `dataset_infos.json` file is configured correctly! Here is a working example: https://huggingface.co/datasets/abidlabs/test-audio-13\r\n\r\nThis should be probably be documented, though. "
] |
I_kwDODunzps5BWdIL | 3,547 | Datasets created with `push_to_hub` can't be accessed in offline mode | ## Describe the bug
In offline mode, one can still access previously-cached datasets. This fails with datasets created with `push_to_hub`.
## Steps to reproduce the bug
in Python:
```
import datasets
mpwiki = datasets.load_dataset("teven/matched_passages_wikidata")
```
in bash:
```
export HF_DATASETS_OFFLIN... | CLOSED | 2022-01-07T15:12:25 | 2024-02-15T17:41:24 | 2023-12-21T15:13:12 | https://github.com/huggingface/datasets/issues/3547 | {
"login": "TevenLeScao"
} | {
"nodes": [
{
"name": "bug"
}
]
} | [
"Thanks for reporting. I think this can be fixed by improving the `CachedDatasetModuleFactory` and making it look into the `parquet` cache directory (datasets from push_to_hub are loaded with the parquet dataset builder). I'll look into it",
"Hi, I'm having the same issue. Is there any update on this?",
"We hav... |
I_kwDODunzps5BUFjp | 3,544 | Ability to split a dataset in multiple files. | Hello,
**Is your feature request related to a problem? Please describe.**
My use case is that I have one writer that adds columns and multiple workers reading the same `Dataset`. Each worker should have access to columns added by the writer when they reload the dataset.
I understand that we shouldn't overwrite... | OPEN | 2022-01-06T23:02:25 | 2022-01-06T23:02:25 | null | https://github.com/huggingface/datasets/issues/3544 | {
"login": "Dref360"
} | {
"nodes": [
{
"name": "enhancement"
}
]
} | [] |
I_kwDODunzps5BR9RG | 3,543 | Allow loading community metrics from the hub, just like datasets | **Is your feature request related to a problem? Please describe.**
Currently, I can load a metric implemented by me by providing the local path to the file in `load_metric`.
However, there is no option to do it with the metric uploaded to the hub.
This means that if I want to allow other users to use it, they must d... | CLOSED | 2022-01-06T11:26:26 | 2022-05-31T20:59:14 | 2022-05-31T20:53:37 | https://github.com/huggingface/datasets/issues/3543 | {
"login": "eladsegal"
} | {
"nodes": [
{
"name": "enhancement"
},
{
"name": "generic discussion"
}
]
} | [
"Hi ! Thanks for your message :) This is a great idea indeed. We haven't started working on this yet though. For now I guess you can host your metric on the Hub (either with your model or your dataset) and use `hf_hub_download` to download it (docs [here](https://github.com/huggingface/huggingface_hub/blob/main/doc... |
I_kwDODunzps5BROPk | 3,541 | Support 7-zip compressed data files | **Is your feature request related to a problem? Please describe.**
We should support 7-zip compressed data files:
- [x] in `extract`:
- #4672
- [ ] in `iter_archive`: for streaming mode
both in streaming and non-streaming modes.
| OPEN | 2022-01-06T07:11:03 | 2022-07-19T10:18:30 | null | https://github.com/huggingface/datasets/issues/3541 | {
"login": "albertvillanova"
} | {
"nodes": [
{
"name": "enhancement"
}
]
} | [
"This should also resolve: https://github.com/huggingface/datasets/issues/3185."
] |
I_kwDODunzps5BQtpw | 3,540 | How to convert torch.utils.data.Dataset to datasets.arrow_dataset.Dataset? | Hi,
I use torch.utils.data.Dataset to define my own data, but I need to use the 'map' function of datasets.arrow_dataset.Dataset later, so I hope to convert torch.utils.data.Dataset to datasets.arrow_dataset.Dataset.
Here is an example.
```
from torch.utils.data import Dataset
from datasets.arrow_dataset import ... | OPEN | 2022-01-06T02:13:42 | 2022-01-06T02:17:39 | null | https://github.com/huggingface/datasets/issues/3540 | {
"login": "CindyTing"
} | {
"nodes": [
{
"name": "enhancement"
}
]
} | [] |
I_kwDODunzps5BN39z | 3,533 | Task search function on hub not working correctly | When I want to look at all datasets of the category: `speech-processing` *i.e.* https://huggingface.co/datasets?task_categories=task_categories:speech-processing&sort=downloads , then the following dataset doesn't show up for some reason:
- https://huggingface.co/datasets/speech_commands
even thought it's task t... | OPEN | 2022-01-05T09:36:30 | 2022-05-12T14:45:57 | null | https://github.com/huggingface/datasets/issues/3533 | {
"login": "patrickvonplaten"
} | {
"nodes": [
{
"name": "bug"
}
]
} | [
"known issue due to https://github.com/huggingface/datasets/pull/2362 (and [internal](https://github.com/huggingface/moon-landing/issues/946)) , will be solved soon",
"hmm actually i have no recollection of why I said that",
"Because it has dots in some YAML keys, it can't be parsed and indexed by the back-end"... |
I_kwDODunzps5BNZ-A | 3,531 | Give clearer instructions to add the YAML tags | ## Describe the bug
As reported by @julien-c, many community datasets contain the line `YAML tags:` at the top of the YAML section in the header of the README file. See e.g.: https://huggingface.co/datasets/bigscience/P3/commit/a03bea08cf4d58f268b469593069af6aeb15de32
Maybe we should give clearer instruction/hints... | CLOSED | 2022-01-05T06:44:20 | 2022-01-17T15:54:36 | 2022-01-17T15:54:36 | https://github.com/huggingface/datasets/issues/3531 | {
"login": "albertvillanova"
} | {
"nodes": [
{
"name": "bug"
}
]
} | [] |
I_kwDODunzps5BMi3i | 3,522 | wmt19 is broken (zh-en) | ## Describe the bug
A clear and concise description of what the bug is.
## Steps to reproduce the bug
```python
from datasets import load_dataset
dataset = load_dataset("wmt19", 'zh-en')
```
## Expected results
The dataset should download.
## Actual results
`ConnectionError: Couldn't reach ftp://cwmt-wm... | CLOSED | 2022-01-04T22:33:45 | 2022-05-06T16:27:37 | 2022-05-06T16:27:37 | https://github.com/huggingface/datasets/issues/3522 | {
"login": "AjayP13"
} | {
"nodes": [
{
"name": "bug"
},
{
"name": "dataset bug"
}
]
} | [
"This issue is not reproducible."
] |
I_kwDODunzps5BJtMf | 3,518 | Add PubMed Central Open Access dataset | ## Adding a Dataset
- **Name:** PubMed Central Open Access
- **Description:** The PMC Open Access Subset includes more than 3.4 million journal articles and preprints that are made available under license terms that allow reuse.
- **Paper:** *link to the dataset paper if available*
- **Data:** https://www.ncbi.nlm.... | CLOSED | 2022-01-04T06:54:35 | 2022-01-17T15:25:57 | 2022-01-17T15:25:57 | https://github.com/huggingface/datasets/issues/3518 | {
"login": "albertvillanova"
} | {
"nodes": [
{
"name": "dataset request"
}
]
} | [
"In the framework of BigScience:\r\n- bigscience-workshop/data_tooling#121\r\n\r\nI have created this dataset as a community dataset: https://huggingface.co/datasets/albertvillanova/pmc_open_access\r\n\r\nHowever, I was wondering that it may be more appropriate to move it under an org namespace: `pubmed_central` or... |
I_kwDODunzps5BICE3 | 3,515 | `ExpectedMoreDownloadedFiles` for `evidence_infer_treatment` | ## Describe the bug
I am trying to load a dataset called `evidence_infer_treatment`. The first subset (`1.1`) works fine but the second returns an error (`2.0`). It downloads a file but crashes during the checksums.
## Steps to reproduce the bug
```python
>>> from datasets import load_dataset
>>> load_dataset("e... | CLOSED | 2022-01-03T15:58:38 | 2022-02-14T13:21:43 | 2022-02-14T13:21:43 | https://github.com/huggingface/datasets/issues/3515 | {
"login": "VictorSanh"
} | {
"nodes": [
{
"name": "bug"
},
{
"name": "dataset bug"
}
]
} | [
"Thanks for reporting @VictorSanh.\r\n\r\nI'm looking at it... "
] |
I_kwDODunzps5BHBcl | 3,512 | No Data format found | ## Dataset viewer issue for '*name of the dataset*'
**Link:** *link to the dataset viewer page*
*short description of the issue*
Am I the one who added this dataset ? Yes-No
| CLOSED | 2022-01-03T09:41:11 | 2022-01-17T13:26:05 | 2022-01-17T13:26:05 | https://github.com/huggingface/datasets/issues/3512 | {
"login": "shazzad47"
} | {
"nodes": [
{
"name": "dataset-viewer"
}
]
} | [
"Hi, which dataset is giving you an error?"
] |
I_kwDODunzps5BGTKr | 3,511 | Dataset | ## Dataset viewer issue for '*name of the dataset*'
**Link:** *link to the dataset viewer page*
*short description of the issue*
Am I the one who added this dataset ? Yes-No
| CLOSED | 2022-01-03T02:03:23 | 2022-01-03T08:41:26 | 2022-01-03T08:23:07 | https://github.com/huggingface/datasets/issues/3511 | {
"login": "MIKURI0114"
} | {
"nodes": [
{
"name": "dataset-viewer"
}
]
} | [
"Can you reopen with the correct dataset name (if relevant)?\r\n\r\nThanks",
"The dataset viewer was down tonight. It works again."
] |
I_kwDODunzps5BFo1M | 3,510 | `wiki_dpr` details for Open Domain Question Answering tasks | Hey guys!
Thanks for creating the `wiki_dpr` dataset!
I am currently trying to use the dataset for context retrieval using DPR on NQ questions and need details about what each of the files and data instances mean, which version of the Wikipedia dump it uses, etc. Please respond at your earliest convenience regard... | CLOSED | 2022-01-02T11:04:01 | 2022-02-17T13:46:20 | 2022-02-17T13:46:20 | https://github.com/huggingface/datasets/issues/3510 | {
"login": "pk1130"
} | {
"nodes": []
} | [
"Hi ! According to the DPR paper, the wikipedia dump is the one from Dec. 20, 2018.\r\nEach instance contains a paragraph of at most 100 word, as well as the title of the wikipedia page it comes from and the DPR embedding (a 768-d vector).",
"Closed by:\r\n- #3534"
] |
I_kwDODunzps5BCp3Y | 3,507 | Discuss whether support canonical datasets w/o dataset_infos.json and/or dummy data | I open this PR to have a public discussion about this topic and make a decision.
As previously discussed, once we have the metadata in the dataset card (README file, containing both Markdown info and YAML tags), what is the point of having also the JSON metadata (dataset_infos.json file)?
On the other hand, the d... | CLOSED | 2021-12-30T17:04:25 | 2022-11-04T15:31:38 | 2022-11-04T15:31:37 | https://github.com/huggingface/datasets/issues/3507 | {
"login": "albertvillanova"
} | {
"nodes": [
{
"name": "enhancement"
},
{
"name": "generic discussion"
}
]
} | [
"IMO, the data streaming test is good enough of a test that the dataset works correctly (assuming that we can more or less ensure that if streaming works then the non-streaming case will also work), so that for datasets that have a working dataset preview, we can remove the dummy data IMO. On the other hand, it see... |
I_kwDODunzps5BCaPk | 3,505 | cast_column function not working with map function in streaming mode for Audio features | ## Describe the bug
I am trying to use Audio class for loading audio features using custom dataset. I am able to cast 'audio' feature into 'Audio' format with cast_column function. On using map function, I am not getting 'Audio' casted feature but getting path of audio file only.
I am getting features of 'audio' of s... | CLOSED | 2021-12-30T14:52:01 | 2022-01-18T19:54:07 | 2022-01-18T19:54:07 | https://github.com/huggingface/datasets/issues/3505 | {
"login": "ashu5644"
} | {
"nodes": [
{
"name": "bug"
}
]
} | [
"Hi! This is probably due to the fact that `IterableDataset.map` sets `features` to `None` before mapping examples. We can fix the issue by passing the old `features` dict to the map generator and performing encoding/decoding there (before calling the map transform function)."
] |
I_kwDODunzps5BAn12 | 3,504 | Unable to download PUBMED_title_abstracts_2019_baseline.jsonl.zst | ## Describe the bug
I am unable to download the PubMed dataset from the link provided in the [Hugging Face Course (Chapter 5 Section 4)](https://huggingface.co/course/chapter5/4?fw=pt).
https://the-eye.eu/public/AI/pile_preliminary_components/PUBMED_title_abstracts_2019_baseline.jsonl.zst
## Steps to reproduce ... | CLOSED | 2021-12-29T18:23:20 | 2024-05-20T09:44:59 | 2022-02-17T15:04:25 | https://github.com/huggingface/datasets/issues/3504 | {
"login": "ToddMorrill"
} | {
"nodes": [
{
"name": "bug"
},
{
"name": "dataset bug"
}
]
} | [
"Hi @ToddMorrill, thanks for reporting.\r\n\r\nThree weeks ago I contacted the team who created the Pile dataset to report this issue with their data host server: https://the-eye.eu\r\n\r\nThey told me that unfortunately, the-eye was heavily affected by the recent tornado catastrophe in the US. They hope to have th... |
I_kwDODunzps5A_0sf | 3,503 | Batched in filter throws error | I hope this is really a bug, I could not find it among the open issues
## Describe the bug
using `batched=False` in DataSet.filter throws error
```python
TypeError: filter() got an unexpected keyword argument 'batched'
```
but in the docs it is lister as an argument.
## Steps to reproduce the bug
```python
... | CLOSED | 2021-12-29T12:01:04 | 2022-01-04T10:24:27 | 2022-01-04T10:24:27 | https://github.com/huggingface/datasets/issues/3503 | {
"login": "gpucce"
} | {
"nodes": [
{
"name": "bug"
}
]
} | [] |
I_kwDODunzps5A-hqK | 3,499 | Adjusting chunk size for streaming datasets | **Is your feature request related to a problem? Please describe.**
I want to use mc4 which I cannot save locally, so I stream it. However, I want to process the entire dataset and filter some documents from it. With the current chunk size of around 1000 documents (right?) I hit a performance bottleneck because of the ... | CLOSED | 2021-12-28T21:17:53 | 2022-05-06T16:29:05 | 2022-05-06T16:29:05 | https://github.com/huggingface/datasets/issues/3499 | {
"login": "JoelNiklaus"
} | {
"nodes": [
{
"name": "enhancement"
}
]
} | [
"Hi ! Data streaming uses `fsspec` to read the data files progressively. IIRC the block size for buffering is 5MiB by default. So every time you finish iterating over a block, it downloads the next one. You can still try to increase the `fsspec` block size for buffering if it can help. To do so you just need to inc... |
I_kwDODunzps5A-Nhk | 3,497 | Changing sampling rate in audio dataset and subsequently mapping with `num_proc > 1` leads to weird bug | Running:
```python
from datasets import load_dataset, DatasetDict
import datasets
from transformers import AutoFeatureExtractor
raw_datasets = DatasetDict()
raw_datasets["train"] = load_dataset("common_voice", "ab", split="train")
feature_extractor = AutoFeatureExtractor.from_pretrained("facebook/wav2ve... | CLOSED | 2021-12-28T18:03:49 | 2022-01-21T13:22:27 | 2022-01-21T13:22:27 | https://github.com/huggingface/datasets/issues/3497 | {
"login": "patrickvonplaten"
} | {
"nodes": [
{
"name": "bug"
}
]
} | [
"Same error occures when using max samples with https://github.com/huggingface/transformers/blob/master/examples/pytorch/speech-recognition/run_speech_recognition_seq2seq.py",
"I'm seeing this too, when using preprocessing_num_workers with \r\nhttps://github.com/huggingface/transformers/blob/master/examples/pytor... |
I_kwDODunzps5A99SQ | 3,495 | Add VoxLingua107 | ## Adding a Dataset
- **Name:** VoxLingua107
- **Description:** VoxLingua107 is a speech dataset for training spoken language identification models.
- **Paper:** https://arxiv.org/abs/2011.12998
- **Data:** http://bark.phon.ioc.ee/voxlingua107/
- **Motivation:** 107 languages, totaling 6628 hours for the train sp... | OPEN | 2021-12-28T15:51:43 | 2021-12-28T15:51:43 | null | https://github.com/huggingface/datasets/issues/3495 | {
"login": "jaketae"
} | {
"nodes": [
{
"name": "dataset request"
}
]
} | [] |
I_kwDODunzps5A9tRC | 3,491 | Update version of pib dataset | On the Hub we have v0, while there exists v1.3.
Related to bigscience-workshop/data_tooling#130
| CLOSED | 2021-12-28T14:03:58 | 2021-12-29T08:42:57 | 2021-12-29T08:42:57 | https://github.com/huggingface/datasets/issues/3491 | {
"login": "albertvillanova"
} | {
"nodes": [
{
"name": "dataset request"
}
]
} | [] |
I_kwDODunzps5A8_aF | 3,490 | Does datasets support load text from HDFS? | The raw text data is stored on HDFS due to the dataset's size is too large to store on my develop machine,
so I wander does datasets support read data from hdfs? | OPEN | 2021-12-28T08:56:02 | 2022-02-14T14:00:51 | null | https://github.com/huggingface/datasets/issues/3490 | {
"login": "dancingpipi"
} | {
"nodes": [
{
"name": "enhancement"
}
]
} | [
"Hi ! `datasets` currently supports reading local files or files over HTTP. We may add support for other filesystems (cloud storages, hdfs...) at one point though :)"
] |
I_kwDODunzps5A7hh1 | 3,488 | URL query parameters are set as path in the compression hop for fsspec | ## Describe the bug
There is an ssue with `StreamingDownloadManager._extract`.
I don't know how the test `test_streaming_gg_drive_gzipped` passes:
For
```python
TEST_GG_DRIVE_GZIPPED_URL = "https://drive.google.com/uc?export=download&id=1Bt4Garpf0QLiwkJhHJzXaVa0I0H5Qhwz"
urlpath = StreamingDownloadManager().... | OPEN | 2021-12-27T16:29:00 | 2022-01-05T15:15:25 | null | https://github.com/huggingface/datasets/issues/3488 | {
"login": "albertvillanova"
} | {
"nodes": [
{
"name": "bug"
}
]
} | [
"I think the test passes because it simply ignore what's after `gzip://`.\r\n\r\nThe returned urlpath is expected to look like `gzip://filename::url`, and the filename is currently considered to be what's after the final `/`, hence the result.\r\n\r\nWe can decide to change this and simply have `gzip://::url`, this... |
I_kwDODunzps5A6T39 | 3,485 | skip columns which cannot set to specific format when set_format | **Is your feature request related to a problem? Please describe.**
When using `dataset.set_format("torch")`, I must make sure every columns in datasets can convert to `torch`, however, sometimes I want to keep some string columns.
**Describe the solution you'd like**
skip columns which cannot set to specific forma... | CLOSED | 2021-12-27T07:19:55 | 2021-12-27T09:07:07 | 2021-12-27T09:07:07 | https://github.com/huggingface/datasets/issues/3485 | {
"login": "tshu-w"
} | {
"nodes": [
{
"name": "enhancement"
}
]
} | [
"You can add columns that you wish to set into `torch` format using `dataset.set_format(\"torch\", ['id', 'abc'])` so that input batch of the transform only contains those columns",
"Sorry, I miss `output_all_columns` args and thought after `dataset.set_format(\"torch\", columns=columns)` I can only get specific ... |
I_kwDODunzps5A53RC | 3,484 | make shape verification to use ArrayXD instead of nested lists for map | As describe in https://github.com/huggingface/datasets/issues/2005#issuecomment-793716753 and mentioned by @mariosasko in [image feature example](https://colab.research.google.com/drive/1mIrTnqTVkWLJWoBzT1ABSe-LFelIep1c#scrollTo=ow3XHDvf2I0B&line=1&uniqifier=1), IMO make shape verifcaiton to use ArrayXD instead of nest... | OPEN | 2021-12-27T02:16:02 | 2022-01-05T13:54:03 | null | https://github.com/huggingface/datasets/issues/3484 | {
"login": "tshu-w"
} | {
"nodes": [
{
"name": "enhancement"
}
]
} | [
"Hi! \r\n\r\nYes, this makes sense for numeric values, but first I have to finish https://github.com/huggingface/datasets/pull/3336 because currently ArrayXD only allows the first dimension to be dynamic."
] |
I_kwDODunzps5A3aNm | 3,480 | the compression format requested when saving a dataset in json format is not respected | ## Describe the bug
In the documentation of the `to_json` method, it is stated in the parameters that
> **to_json_kwargs – Parameters to pass to pandas’s pandas.DataFrame.to_json.
however when we pass for example `compression="gzip"`, the saved file is not compressed.
Would you also have expected compression t... | CLOSED | 2021-12-24T09:23:51 | 2022-01-05T13:03:35 | 2022-01-05T13:03:35 | https://github.com/huggingface/datasets/issues/3480 | {
"login": "SaulLu"
} | {
"nodes": [
{
"name": "bug"
}
]
} | [
"Thanks for reporting @SaulLu.\r\n\r\nAt first sight I think the problem is caused because `pandas` only takes into account the `compression` parameter if called with a non-null file path or buffer. And in our implementation, we call pandas `to_json` with `None` `path_or_buf`.\r\n\r\nWe should fix this:\r\n- either... |
I_kwDODunzps5A3R2w | 3,479 | Dataset preview is not available (I think for all Hugging Face datasets) | ## Dataset viewer issue for '*french_book_reviews*'
**Link:** https://huggingface.co/datasets/Abirate/french_book_reviews
**short description of the issue**
For my dataset, the dataset preview is no longer functional (it used to work: The dataset had been added the day before and it was fine...)
And, after lo... | CLOSED | 2021-12-24T08:18:48 | 2021-12-24T14:27:46 | 2021-12-24T14:27:46 | https://github.com/huggingface/datasets/issues/3479 | {
"login": "Abirate"
} | {
"nodes": [
{
"name": "bug"
},
{
"name": "dataset-viewer"
}
]
} | [
"You're right, we have an issue today with the datasets preview. We're investigating.",
"It should be fixed now. Thanks for reporting.",
"Down again. ",
"Fixed for good."
] |
I_kwDODunzps5Az6zp | 3,475 | The rotten_tomatoes dataset of movie reviews contains some reviews in Spanish | ## Describe the bug
See title. I don't think this is intentional and they probably should be removed. If they stay the dataset description should be at least updated to make it clear to the user.
## Steps to reproduce the bug
Go to the [dataset viewer](https://huggingface.co/datasets/viewer/?dataset=rotten_tomato... | OPEN | 2021-12-23T03:56:43 | 2021-12-24T00:23:03 | null | https://github.com/huggingface/datasets/issues/3475 | {
"login": "puzzler10"
} | {
"nodes": [
{
"name": "bug"
}
]
} | [
"Hi @puzzler10, thanks for reporting.\r\n\r\nPlease note this dataset is not hosted on Hugging Face Hub. See: \r\nhttps://github.com/huggingface/datasets/blob/c8f914473b041833fd47178fa4373cdcb56ac522/datasets/rotten_tomatoes/rotten_tomatoes.py#L42\r\n\r\nIf there are issues with the source data of a dataset, you sh... |
I_kwDODunzps5AyVoK | 3,473 | Iterating over a vision dataset doesn't decode the images | ## Describe the bug
If I load `mnist` and I iterate over the dataset, the images are not decoded, and the dictionary with the bytes is returned.
## Steps to reproduce the bug
```python
from datasets import load_dataset
import PIL
mnist = load_dataset("mnist", split="train")
first_image = mnist[0]["image"... | CLOSED | 2021-12-22T15:26:32 | 2021-12-27T14:13:21 | 2021-12-23T15:21:57 | https://github.com/huggingface/datasets/issues/3473 | {
"login": "lhoestq"
} | {
"nodes": [
{
"name": "bug"
},
{
"name": "vision"
}
]
} | [
"As discussed, I remember I set `decoded=False` here to avoid decoding just by iterating over examples of dataset. We wanted to decode only if the \"audio\" field (for Audio feature) was accessed.",
"> I set decoded=False here to avoid decoding just by iterating over examples of dataset. We wanted to decode only ... |
I_kwDODunzps5AseVw | 3,465 | Unable to load 'cnn_dailymail' dataset | ## Describe the bug
I wanted to load cnn_dailymail dataset from huggingface datasets on Google Colab, but I am getting an error while loading it.
## Steps to reproduce the bug
```python
from datasets import load_dataset
dataset = load_dataset('cnn_dailymail', '3.0.0', ignore_verifications = True)
```
## Expe... | CLOSED | 2021-12-21T03:32:21 | 2024-06-12T14:41:17 | 2022-02-17T14:13:57 | https://github.com/huggingface/datasets/issues/3465 | {
"login": "talha1503"
} | {
"nodes": [
{
"name": "bug"
},
{
"name": "duplicate"
},
{
"name": "dataset bug"
}
]
} | [
"Hi @talha1503, thanks for reporting.\r\n\r\nIt seems there is an issue with one of the data files hosted at Google Drive:\r\n```\r\nGoogle Drive - Quota exceeded\r\n\r\nSorry, you can't view or download this file at this time.\r\n\r\nToo many users have viewed or downloaded this file recently. Please try accessing... |
I_kwDODunzps5AseA5 | 3,464 | struct.error: 'i' format requires -2147483648 <= number <= 2147483647 | ## Describe the bug
A clear and concise description of what the bug is.
using latest datasets=datasets-1.16.1-py3-none-any.whl
process my own multilingual dataset by following codes, and the number of rows in all dataset is 306000, the max_length of each sentence is 256:
, for example `500 << 20` (500MiB) ? It should reduce the maximum size of the arrow table being pickled during multiprocessing.\r\n\r\nIf it fixes the issue, we can consider lowering the default value f... |
I_kwDODunzps5ArIs9 | 3,462 | Update swahili_news dataset | Please note also: the HuggingFace version at https://huggingface.co/datasets/swahili_news is outdated. An updated version, with deduplicated text and official splits, can be found at https://zenodo.org/record/5514203.
## Adding a Dataset
- **Name:** swahili_news
Instructions to add a new dataset can be found [he... | CLOSED | 2021-12-20T17:44:01 | 2021-12-21T06:24:02 | 2021-12-21T06:24:01 | https://github.com/huggingface/datasets/issues/3462 | {
"login": "albertvillanova"
} | {
"nodes": [
{
"name": "dataset request"
}
]
} | [] |
I_kwDODunzps5Aq1LI | 3,459 | dataset.filter overwriting previously set dataset._indices values, resulting in the wrong elements being selected. | ## Describe the bug
When using dataset.select to select a subset of a dataset, dataset._indices are set to indicate which elements are now considered in the dataset.
The same thing happens when you shuffle the dataset; dataset._indices are set to indicate what the new order of the data is.
However, if you then use a... | CLOSED | 2021-12-20T16:16:49 | 2021-12-20T16:34:57 | 2021-12-20T16:34:57 | https://github.com/huggingface/datasets/issues/3459 | {
"login": "mmajurski"
} | {
"nodes": [
{
"name": "bug"
}
]
} | [
"I think this is a duplicate of [#3190](https://github.com/huggingface/datasets/issues/3190)?",
"Upgrading the datasets version as per #3190 fixes this bug. \r\nI'm Marking as closed."
] |
I_kwDODunzps5Aqa6p | 3,457 | Add CMU Graphics Lab Motion Capture dataset | ## Adding a Dataset
- **Name:** CMU Graphics Lab Motion Capture database
- **Description:** The database contains free motions which you can download and use.
- **Data:** http://mocap.cs.cmu.edu/
- **Motivation:** Nice motion capture dataset
Instructions to add a new dataset can be found [here](https://github.c... | OPEN | 2021-12-20T14:34:39 | 2022-03-16T16:53:09 | null | https://github.com/huggingface/datasets/issues/3457 | {
"login": "osanseviero"
} | {
"nodes": [
{
"name": "dataset request"
},
{
"name": "vision"
}
]
} | [
"This dataset has files in ASF/AMC format. [ The skeleton file is the ASF file (Acclaim Skeleton File). The motion file is the AMC file (Acclaim Motion Capture data). ] \r\n\r\nSome questions : \r\n1. How do we go about representing these features using datasets.Features and generate examples ?\r\n2. The dataset d... |
I_kwDODunzps5Apa1i | 3,455 | Easier information editing | **Is your feature request related to a problem? Please describe.**
It requires a lot of effort to improve a datasheet.
**Describe the solution you'd like**
UI or at least a link to the place where the code that needs to be edited is (and an easy way to edit this code directly from the site, without cloning, branc... | CLOSED | 2021-12-20T10:10:43 | 2023-07-25T15:36:14 | 2023-07-25T15:36:14 | https://github.com/huggingface/datasets/issues/3455 | {
"login": "borgr"
} | {
"nodes": [
{
"name": "enhancement"
},
{
"name": "generic discussion"
}
]
} | [
"Hi ! I guess you are talking about the dataset cards that are in this repository on github ?\r\n\r\nI think github allows to submit a PR even for 1 line though the `Edit file` button on the page of the dataset card.\r\n\r\nMaybe let's mention this in `CONTRIBUTING.md` ?",
"We now host all the datasets on the HF ... |
I_kwDODunzps5ApGZH | 3,453 | ValueError while iter_archive | ## Describe the bug
After the merge of:
- #3443
the method `iter_archive` throws a ValueError:
```
ValueError: read of closed file
```
## Steps to reproduce the bug
```python
for path, file in dl_manager.iter_archive(archive_path):
pass
```
| CLOSED | 2021-12-20T08:46:18 | 2021-12-20T10:04:59 | 2021-12-20T10:04:59 | https://github.com/huggingface/datasets/issues/3453 | {
"login": "albertvillanova"
} | {
"nodes": [
{
"name": "bug"
}
]
} | [] |
I_kwDODunzps5AmYYq | 3,452 | why the stratify option is omitted from test_train_split function? | why the stratify option is omitted from test_train_split function?
is there any other way implement the stratify option while splitting the dataset? as it is important point to be considered while splitting the dataset. | CLOSED | 2021-12-18T10:37:47 | 2022-05-25T20:43:51 | 2022-05-25T20:43:51 | https://github.com/huggingface/datasets/issues/3452 | {
"login": "j-sieger"
} | {
"nodes": [
{
"name": "enhancement"
},
{
"name": "good second issue"
}
]
} | [
"Hi ! It's simply not added yet :)\r\n\r\nIf someone wants to contribute to add the `stratify` parameter I'd be happy to give some pointers.\r\n\r\nIn the meantime, I guess you can use `sklearn` or other tools to do a stratified train/test split over the **indices** of your dataset and then do\r\n```\r\ntrain_datas... |
I_kwDODunzps5AlCMu | 3,450 | Unexpected behavior doing Split + Filter | ## Describe the bug
I observed unexpected behavior when applying 'train_test_split' followed by 'filter' on dataset. Elements of the training dataset eventually end up in the test dataset (after applying the 'filter')
## Steps to reproduce the bug
```
from datasets import Dataset
import pandas as pd
dic = {'x'... | CLOSED | 2021-12-17T17:00:39 | 2023-07-25T15:38:47 | 2023-07-25T15:38:47 | https://github.com/huggingface/datasets/issues/3450 | {
"login": "jbrachat"
} | {
"nodes": [
{
"name": "bug"
}
]
} | [
"Hi ! This is an issue with `datasets` 1.12. Sorry for the inconvenience. Can you update to `>=1.13` ?\r\nsee https://github.com/huggingface/datasets/issues/3190\r\n\r\nMaybe we should also backport the bug fix to `1.12` (in a new version `1.12.2`)"
] |
I_kwDODunzps5AkvXa | 3,449 | Add `__add__()`, `__iadd__()` and similar to `Dataset` class | **Is your feature request related to a problem? Please describe.**
No.
**Describe the solution you'd like**
I would like to be able to concatenate datasets as follows:
```python
>>> dataset["train"] += dataset["validation"]
```
... instead of using `concatenate_datasets()`:
```python
>>> raw_datasets["trai... | CLOSED | 2021-12-17T15:29:11 | 2024-02-29T16:47:56 | 2023-07-25T15:33:56 | https://github.com/huggingface/datasets/issues/3449 | {
"login": "sgraaf"
} | {
"nodes": [
{
"name": "enhancement"
},
{
"name": "generic discussion"
}
]
} | [
"I was going through the codebase, and I believe the implementation of __add__() and __iadd__() will be similar to concatenate_datasets() after the elimination of code for arguments other than the list of datasets (info, split, axis). \r\n(Assuming elimination of axis means concatenating over axis 1.)",
"Most dat... |
I_kwDODunzps5AkMto | 3,448 | JSONDecodeError with HuggingFace dataset viewer | ## Dataset viewer issue for 'pubmed_neg'
**Link:** https://huggingface.co/datasets/IGESML/pubmed_neg
I am getting the error:
Status code: 400
Exception: JSONDecodeError
Message: Expecting property name enclosed in double quotes: line 61 column 2 (char 1202)
I have checked all files - I am not u... | CLOSED | 2021-12-17T12:52:41 | 2022-02-24T09:10:26 | 2022-02-24T09:10:26 | https://github.com/huggingface/datasets/issues/3448 | {
"login": "kathrynchapman"
} | {
"nodes": [
{
"name": "dataset-viewer"
}
]
} | [
"Hi ! I think the issue comes from the dataset_infos.json file: it has the \"flat\" field twice.\r\n\r\nCan you try deleting this file and regenerating it please ?",
"Thanks! That fixed that, but now I am getting:\r\nServer Error\r\nStatus code: 400\r\nException: KeyError\r\nMessage: 'feature'\r\n\r\n... |
I_kwDODunzps5Ahj8O | 3,447 | HF_DATASETS_OFFLINE=1 didn't stop datasets.builder from downloading | ## Describe the bug
According to https://huggingface.co/docs/datasets/loading_datasets.html#loading-a-dataset-builder, setting HF_DATASETS_OFFLINE to 1 should make datasets to "run in full offline mode". It didn't work for me. At the very beginning, datasets still tried to download "custom data configuration" for JSON... | CLOSED | 2021-12-16T18:51:13 | 2022-02-17T14:16:27 | 2022-02-17T14:16:27 | https://github.com/huggingface/datasets/issues/3447 | {
"login": "dunalduck0"
} | {
"nodes": [
{
"name": "bug"
}
]
} | [
"Hi ! Indeed it says \"downloading and preparing\" but in your case it didn't need to download anything since you used local files (it would have thrown an error otherwise). I think we can improve the logging to make it clearer in this case",
"@lhoestq Thank you for explaining. I am sorry but I was not clear abou... |
I_kwDODunzps5Ag6uY | 3,445 | question | ## Dataset viewer issue for '*name of the dataset*'
**Link:** *link to the dataset viewer page*
*short description of the issue*
Am I the one who added this dataset ? Yes-No
| CLOSED | 2021-12-16T15:57:00 | 2022-01-03T10:09:00 | 2022-01-03T10:09:00 | https://github.com/huggingface/datasets/issues/3445 | {
"login": "csbakayoko"
} | {
"nodes": [
{
"name": "dataset-viewer"
}
]
} | [
"Hi ! What's your question ?"
] |
I_kwDODunzps5Afzbx | 3,444 | Align the Dataset and IterableDataset processing API | ## Intro
items marked like <s>this</s> are done already :)
Currently the two classes have two distinct API for processing:
### The `.map()` method
Both have those parameters in common: function, batched, batch_size
- IterableDataset is missing those parameters:
<s>with_indices</s>, with_rank, <s>input_columns</s>,... | OPEN | 2021-12-16T11:26:11 | 2025-01-31T11:07:07 | null | https://github.com/huggingface/datasets/issues/3444 | {
"login": "lhoestq"
} | {
"nodes": [
{
"name": "enhancement"
},
{
"name": "generic discussion"
}
]
} | [
"Yes I agree, these should be as aligned as possible. Maybe we can also check the feedback in the survey at http://hf.co/oss-survey and see if people mentioned related things on the API (in particular if we go the breaking change way, it would be good to be sure we are taking the right direction for the community).... |
I_kwDODunzps5Ad3nI | 3,441 | Add QuALITY dataset | ## Adding a Dataset
- **Name:** QuALITY
- **Description:** A challenging question answering with very long contexts (Twitter [thread](https://twitter.com/sleepinyourhat/status/1471225421794529281?s=20))
- **Paper:** No ArXiv link yet, but draft is [here](https://github.com/nyu-mll/quality/blob/main/quality_preprint.... | OPEN | 2021-12-15T22:26:19 | 2021-12-28T15:17:05 | null | https://github.com/huggingface/datasets/issues/3441 | {
"login": "lewtun"
} | {
"nodes": [
{
"name": "dataset request"
}
]
} | [
"I'll take this one if no one hasn't yet!"
] |
I_kwDODunzps5AdtBq | 3,440 | datasets keeps reading from cached files, although I disabled it | ## Describe the bug
Hi,
I am trying to avoid dataset library using cached files, I get the following bug when this tried to read the cached files. I tried to do the followings:
```
from datasets import set_caching_enabled
set_caching_enabled(False)
```
also force redownlaod:
```
download_mode='force_redownloa... | CLOSED | 2021-12-15T21:26:22 | 2022-02-24T09:12:22 | 2022-02-24T09:12:22 | https://github.com/huggingface/datasets/issues/3440 | {
"login": "dorost1234"
} | {
"nodes": [
{
"name": "bug"
}
]
} | [
"Hi ! What version of `datasets` are you using ? Can you also provide the logs you get before it raises the error ?"
] |
I_kwDODunzps5AbX3G | 3,434 | Add The People's Speech | ## Adding a Dataset
- **Name:** The People's Speech
- **Description:** a massive English-language dataset of audio transcriptions of full sentences.
- **Paper:** https://openreview.net/pdf?id=R8CwidgJ0yT
- **Data:** https://mlcommons.org/en/peoples-speech/
- **Motivation:** With over 30,000 hours of speech, this ... | CLOSED | 2021-12-15T11:21:21 | 2023-02-28T16:22:29 | 2023-02-28T16:22:28 | https://github.com/huggingface/datasets/issues/3434 | {
"login": "mariosasko"
} | {
"nodes": [
{
"name": "dataset request"
},
{
"name": "speech"
}
]
} | [
"This dataset is now available on the Hub here: https://huggingface.co/datasets/MLCommons/peoples_speech"
] |
I_kwDODunzps5AbWOE | 3,433 | Add Multilingual Spoken Words dataset | ## Adding a Dataset
- **Name:** Multilingual Spoken Words
- **Description:** Multilingual Spoken Words Corpus is a large and growing audio dataset of spoken words in 50 languages for academic research and commercial applications in keyword spotting and spoken term search, licensed under CC-BY 4.0. The dataset contain... | CLOSED | 2021-12-15T11:14:44 | 2022-02-22T10:03:53 | 2022-02-22T10:03:53 | https://github.com/huggingface/datasets/issues/3433 | {
"login": "albertvillanova"
} | {
"nodes": [
{
"name": "dataset request"
},
{
"name": "speech"
}
]
} | [] |
I_kwDODunzps5AXXLj | 3,431 | Unable to resolve any data file after loading once | when I rerun my program, it occurs this error
" Unable to resolve any data file that matches '['**train*']' at /data2/whr/lzy/open_domain_data/retrieval/wiki_dpr with any supported extension ['csv', 'tsv', 'json', 'jsonl', 'parquet', 'txt', 'zip']", so how could i deal with this problem?
thx.
And below is my code .
... | CLOSED | 2021-12-14T15:02:15 | 2022-12-11T10:53:04 | 2022-02-24T09:13:52 | https://github.com/huggingface/datasets/issues/3431 | {
"login": "LzyFischer"
} | {
"nodes": []
} | [
"Hi ! `load_dataset` accepts as input either a local dataset directory or a dataset name from the Hugging Face Hub.\r\n\r\nSo here you are getting this error the second time because it tries to load the local `wiki_dpr` directory, instead of `wiki_dpr` from the Hub. It doesn't work since it's a **cache** directory,... |
I_kwDODunzps5AShn8 | 3,425 | Getting configs names takes too long |
## Steps to reproduce the bug
```python
from datasets import get_dataset_config_names
get_dataset_config_names("allenai/c4")
```
## Expected results
I would expect to get the answer quickly, at least in less than 10s
## Actual results
It takes about 45s on my environment
## Environment info
- `d... | OPEN | 2021-12-13T14:27:57 | 2021-12-13T14:53:33 | null | https://github.com/huggingface/datasets/issues/3425 | {
"login": "severo"
} | {
"nodes": [
{
"name": "bug"
}
]
} | [
"maybe related to https://github.com/huggingface/datasets/issues/2859\r\n",
"It looks like it's currently calling `HfFileSystem.ls()` ~8 times at the root and for each subdirectory:\r\n- \"\"\r\n- \"en.noblocklist\"\r\n- \"en.noclean\"\r\n- \"en\"\r\n- \"multilingual\"\r\n- \"realnewslike\"\r\n\r\nCurrently `ls` ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.