id
int64
953M
3.35B
number
int64
2.72k
7.75k
title
stringlengths
1
290
state
stringclasses
2 values
created_at
timestamp[s]date
2021-07-26 12:21:17
2025-08-23 00:18:43
updated_at
timestamp[s]date
2021-07-26 13:27:59
2025-08-23 12:34:39
closed_at
timestamp[s]date
2021-07-26 13:27:59
2025-08-20 16:35:55
html_url
stringlengths
49
51
pull_request
dict
user_login
stringlengths
3
26
is_pull_request
bool
2 classes
comments
listlengths
0
30
1,717,983,961
5,877
Request for text deduplication feature
open
2023-05-20T01:56:00
2024-01-25T14:40:09
null
https://github.com/huggingface/datasets/issues/5877
null
SupreethRao99
false
[ "The \"exact match\" deduplication will be possible when we resolve https://github.com/huggingface/datasets/issues/2514 (first, https://github.com/apache/arrow/issues/30950 needs to be addressed on the Arrow side). In the meantime, you can use Polars or DuckDB (e.g., via [datasets-sql](https://github.com/mariosasko...
1,717,978,985
5,876
Incompatibility with DataLab
closed
2023-05-20T01:39:11
2023-05-25T06:42:34
2023-05-25T06:42:34
https://github.com/huggingface/datasets/issues/5876
null
helpmefindaname
false
[ "Indeed, `clobber=True` (with a warning if the existing protocol will be overwritten) should fix the issue, but maybe a better solution is to register our compression filesystem before the script is executed and unregister them afterward. WDYT @lhoestq @albertvillanova?", "I think we should use clobber and show a...
1,716,770,394
5,875
Why split slicing doesn't behave like list slicing ?
closed
2023-05-19T07:21:10
2024-01-31T15:54:18
2024-01-31T15:54:18
https://github.com/huggingface/datasets/issues/5875
null
astariul
false
[ "A duplicate of https://github.com/huggingface/datasets/issues/1774" ]
1,715,708,930
5,874
Using as_dataset on a "parquet" builder
closed
2023-05-18T14:09:03
2023-05-31T13:23:55
2023-05-31T13:23:55
https://github.com/huggingface/datasets/issues/5874
null
rems75
false
[ "Hi! You can refer to [this doc](https://huggingface.co/docs/datasets/filesystems#load-and-save-your-datasets-using-your-cloud-storage-filesystem) to see the intended usage (basically, it skips the Arrow -> Parquet conversion step in `ds = load_dataset(...); ds.to_parquet(\"path/to/parquet\")`) and allows writing P...
1,713,269,724
5,873
Allow setting the environment variable for the lock file path
open
2023-05-17T07:10:02
2023-05-17T07:11:05
null
https://github.com/huggingface/datasets/issues/5873
null
xin3he
false
[]
1,713,174,662
5,872
Fix infer module for uppercase extensions
closed
2023-05-17T05:56:45
2023-05-17T14:26:59
2023-05-17T14:19:18
https://github.com/huggingface/datasets/pull/5872
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/5872", "html_url": "https://github.com/huggingface/datasets/pull/5872", "diff_url": "https://github.com/huggingface/datasets/pull/5872.diff", "patch_url": "https://github.com/huggingface/datasets/pull/5872.patch", "merged_at": "2023-05-17T14:19:18" }
albertvillanova
true
[ "_The documentation is not available anymore as the PR was closed or merged._", "<details>\n<summary>Show benchmarks</summary>\n\nPyArrow==8.0.0\n\n<details>\n<summary>Show updated benchmarks!</summary>\n\n### Benchmark: benchmark_array_xd.json\n\n| metric | read_batch_formatted_as_numpy after write_array2d | rea...
1,712,573,073
5,871
data configuration hash suffix depends on uncanonicalized data_dir
closed
2023-05-16T18:56:04
2023-06-02T15:52:05
2023-06-02T15:52:05
https://github.com/huggingface/datasets/issues/5871
null
kylrth
false
[ "It could even use `os.path.realpath` to resolve symlinks.", "Indeed, it makes sense to normalize `data_dir`. Feel free to submit a PR (this can be \"fixed\" [here](https://github.com/huggingface/datasets/blob/89f775226321ba94e5bf4670a323c0fb44f5f65c/src/datasets/builder.py#L173))", "#self-assign" ]
1,712,156,282
5,870
Behaviour difference between datasets.map and IterableDatasets.map
open
2023-05-16T14:32:57
2023-05-16T14:36:05
null
https://github.com/huggingface/datasets/issues/5870
null
llStringll
false
[ "PS - some work is definitely needed for 'special cases' docs, not explanations, just usages of 'functions' under mixture of special cases, like a combination of custom databuilder + iterable dataset for large size + dynamic .map() application." ]
1,711,990,003
5,869
Image Encoding Issue when submitting a Parquet Dataset
closed
2023-05-16T09:42:58
2023-06-16T12:48:38
2023-06-16T09:30:48
https://github.com/huggingface/datasets/issues/5869
null
PhilippeMoussalli
false
[ "Hi @PhilippeMoussalli thanks for opening a detailed issue. It seems the issue is more related to the `datasets` library so I'll ping @lhoestq @mariosasko on this one :) \n\n(edit: also can one of you move the issue to the datasets repo? Thanks in advance 🙏)", "Hi ! The `Image()` info is stored in the **schema m...
1,711,173,098
5,868
Is it possible to change a cached file and 're-cache' it instead of re-generating?
closed
2023-05-16T03:45:42
2023-05-17T11:21:36
2023-05-17T11:21:36
https://github.com/huggingface/datasets/issues/5868
null
zyh3826
false
[ "Arrow files/primitives (tables and arrays) are immutable, so re-generating them is the only option, I'm afraid.", "> \r\n\r\nGot it, thanks for your reply" ]
1,710,656,067
5,867
Add logic for hashing modules/functions optimized with `torch.compile`
closed
2023-05-15T19:03:35
2024-01-11T06:30:50
2023-11-27T20:03:31
https://github.com/huggingface/datasets/pull/5867
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/5867", "html_url": "https://github.com/huggingface/datasets/pull/5867", "diff_url": "https://github.com/huggingface/datasets/pull/5867.diff", "patch_url": "https://github.com/huggingface/datasets/pull/5867.patch", "merged_at": null }
mariosasko
true
[ "<details>\n<summary>Show benchmarks</summary>\n\nPyArrow==8.0.0\n\n<details>\n<summary>Show updated benchmarks!</summary>\n\n### Benchmark: benchmark_array_xd.json\n\n| metric | read_batch_formatted_as_numpy after write_array2d | read_batch_formatted_as_numpy after write_flattened_sequence | read_batch_formatted_a...
1,710,496,993
5,866
Issue with Sequence features
closed
2023-05-15T17:13:29
2023-05-26T11:57:17
2023-05-26T11:57:17
https://github.com/huggingface/datasets/issues/5866
null
alialamiidrissi
false
[ "Thanks for reporting! I've opened a PR with a fix." ]
1,710,455,738
5,865
Deprecate task api
closed
2023-05-15T16:48:24
2023-07-10T12:33:59
2023-07-10T12:24:01
https://github.com/huggingface/datasets/pull/5865
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/5865", "html_url": "https://github.com/huggingface/datasets/pull/5865", "diff_url": "https://github.com/huggingface/datasets/pull/5865.diff", "patch_url": "https://github.com/huggingface/datasets/pull/5865.patch", "merged_at": "2023-07-10T12:24:01" }
mariosasko
true
[ "_The documentation is not available anymore as the PR was closed or merged._", "If it's easy to keep supporting it we can keep it no ? There are many datasets on the hub that implement the tasks templates in dataset scripts and it's maybe easier to keep task templates than opening PRs to those datasets.", "do ...
1,710,450,047
5,864
Slow iteration over Torch tensors
open
2023-05-15T16:43:58
2024-10-08T10:21:48
null
https://github.com/huggingface/datasets/issues/5864
null
crisostomi
false
[ "I am highly interested performance of dataset so I ran your example as a curious user.\r\n```python\r\ntrain_dataset.cast_column(\"x\", Array3D(shape=img_shape, dtype=\"float32\"))\r\n```\r\nhave return values and \"x\" is a new column, it shoulde be\r\n```python\r\nds=train_dataset.cast_column(\"img\", Array3D(sh...
1,710,335,905
5,863
Use a new low-memory approach for tf dataset index shuffling
closed
2023-05-15T15:28:34
2023-06-08T16:40:18
2023-06-08T16:32:51
https://github.com/huggingface/datasets/pull/5863
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/5863", "html_url": "https://github.com/huggingface/datasets/pull/5863", "diff_url": "https://github.com/huggingface/datasets/pull/5863.diff", "patch_url": "https://github.com/huggingface/datasets/pull/5863.patch", "merged_at": "2023-06-08T16:32:50" }
Rocketknight1
true
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_5863). All of your documentation changes will be reflected on that endpoint.", "<details>\n<summary>Show benchmarks</summary>\n\nPyArrow==8.0.0\n\n<details>\n<summary>Show updated benchmarks!</summary>\n\n### Benchmark: benchma...
1,710,140,646
5,862
IndexError: list index out of range with data hosted on Zenodo
open
2023-05-15T13:47:19
2023-09-25T12:09:51
null
https://github.com/huggingface/datasets/issues/5862
null
albertvillanova
false
[ "This error is also raised when data is hosted on Google Drive:\r\n- https://huggingface.co/datasets/docred/discussions/5\r\n- https://huggingface.co/datasets/linnaeus/discussions/3\r\n- https://huggingface.co/datasets/poleval2019_mt/discussions/3\r\n- https://huggingface.co/datasets/reddit_tifu/discussions/2\r\n- ...
1,709,807,340
5,861
Better error message when combining dataset dicts instead of datasets
closed
2023-05-15T10:36:24
2023-05-23T10:40:13
2023-05-23T10:32:58
https://github.com/huggingface/datasets/pull/5861
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/5861", "html_url": "https://github.com/huggingface/datasets/pull/5861", "diff_url": "https://github.com/huggingface/datasets/pull/5861.diff", "patch_url": "https://github.com/huggingface/datasets/pull/5861.patch", "merged_at": "2023-05-23T10:32:58" }
lhoestq
true
[ "_The documentation is not available anymore as the PR was closed or merged._", "<details>\n<summary>Show benchmarks</summary>\n\nPyArrow==8.0.0\n\n<details>\n<summary>Show updated benchmarks!</summary>\n\n### Benchmark: benchmark_array_xd.json\n\n| metric | read_batch_formatted_as_numpy after write_array2d | rea...
1,709,727,460
5,860
Minor tqdm optim
closed
2023-05-15T09:49:37
2023-05-17T18:46:46
2023-05-17T18:39:35
https://github.com/huggingface/datasets/pull/5860
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/5860", "html_url": "https://github.com/huggingface/datasets/pull/5860", "diff_url": "https://github.com/huggingface/datasets/pull/5860.diff", "patch_url": "https://github.com/huggingface/datasets/pull/5860.patch", "merged_at": "2023-05-17T18:39:35" }
lhoestq
true
[ "_The documentation is not available anymore as the PR was closed or merged._", "<details>\n<summary>Show benchmarks</summary>\n\nPyArrow==8.0.0\n\n<details>\n<summary>Show updated benchmarks!</summary>\n\n### Benchmark: benchmark_array_xd.json\n\n| metric | read_batch_formatted_as_numpy after write_array2d | rea...
1,709,554,829
5,859
Raise TypeError when indexing a dataset with bool
closed
2023-05-15T08:08:42
2023-05-25T16:31:24
2023-05-25T16:23:17
https://github.com/huggingface/datasets/pull/5859
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/5859", "html_url": "https://github.com/huggingface/datasets/pull/5859", "diff_url": "https://github.com/huggingface/datasets/pull/5859.diff", "patch_url": "https://github.com/huggingface/datasets/pull/5859.patch", "merged_at": "2023-05-25T16:23:17" }
albertvillanova
true
[ "_The documentation is not available anymore as the PR was closed or merged._", "@lhoestq any idea why this only fails (CI integration fails are unrelated) in \"Build PR Documentation / build / build_pr_documentation\" (which uses Python 3.8), with message:\r\n```\r\nTypeError: Type subscription requires python >...
1,709,332,632
5,858
Throw an error when dataset improperly indexed
closed
2023-05-15T05:15:53
2023-05-25T16:23:19
2023-05-25T16:23:19
https://github.com/huggingface/datasets/issues/5858
null
sarahwie
false
[ "Thanks for reporting, @sarahwie.\r\n\r\nPlease note that in `datasets` we do not have vectorized operation like `pandas`. Therefore, your equality comparisons above are `False`:\r\n- For example: `squad['question']` returns a `list`, and this list is not equal to `\"Who was the Norse leader?\"`\r\n\r\nThe `False` ...
1,709,326,622
5,857
Adding chemistry dataset/models in huggingface
closed
2023-05-15T05:09:49
2023-07-21T13:45:40
2023-07-21T13:45:40
https://github.com/huggingface/datasets/issues/5857
null
knc6
false
[ "Hi! \r\n\r\nThis would be a nice addition to the Hub! You can find the existing chemistry datasets/models on the Hub (using the `chemistry` tag) [here](https://huggingface.co/search/full-text?q=chemistry&type=model&type=dataset).\r\n\r\nFeel free to ping us here on the Hub if you need help adding the datasets.\r\n...
1,709,218,242
5,856
Error loading natural_questions
closed
2023-05-15T02:46:04
2023-06-05T09:11:19
2023-06-05T09:11:18
https://github.com/huggingface/datasets/issues/5856
null
Crownor
false
[ "Hi! You can avoid this error by using the preprocessed version:\r\n```python\r\nimport datasets\r\nds = datasets.load_dataset('natural_questions')\r\n```\r\n\r\nPS: Once we finish https://github.com/huggingface/datasets/pull/5364, this error will no longer be a problem.", "> Hi! You can avoid this error by using...
1,708,784,943
5,855
`to_tf_dataset` consumes too much memory
closed
2023-05-14T01:22:29
2023-06-08T16:32:52
2023-06-08T16:32:52
https://github.com/huggingface/datasets/issues/5855
null
massquantity
false
[ "Cc @amyeroberts @Rocketknight1 \r\n\r\nIndded I think it's because it does something like this under the hood when there's no multiprocessing:\r\n\r\n```python\r\ntf_dataset = tf_dataset.shuffle(len(dataset))\r\n```\r\n\r\nPS: with multiprocessing it appears to be different:\r\n\r\n```python\r\nindices = np.arange...
1,708,779,300
5,854
Can not load audiofolder dataset on kaggle
closed
2023-05-14T00:50:47
2023-08-16T13:35:36
2023-07-21T13:53:45
https://github.com/huggingface/datasets/issues/5854
null
ILG2021
false
[ "Hi! `audiofolder` requires `datasets>=2.5.0`, so please update the `datasets`' installation (`pip install -U datasets`) in the environment (and restart the env for the update to take effect) to resolve the issue.", "> Hi! `audiofolder` requires `datasets>=2.5.0`, so please update the `datasets`' installation (`p...
1,708,092,786
5,853
[docs] Redirects, migrated from nginx
closed
2023-05-12T19:19:27
2023-05-15T10:37:19
2023-05-15T10:30:14
https://github.com/huggingface/datasets/pull/5853
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/5853", "html_url": "https://github.com/huggingface/datasets/pull/5853", "diff_url": "https://github.com/huggingface/datasets/pull/5853.diff", "patch_url": "https://github.com/huggingface/datasets/pull/5853.patch", "merged_at": "2023-05-15T10:30:14" }
julien-c
true
[ "_The documentation is not available anymore as the PR was closed or merged._", "@mishig25 note that it's not exactly the same behavior as in nginx as here it interacts a bit with the `version` and the `language`\r\n\r\nShould be close enough, though.", "<details>\n<summary>Show benchmarks</summary>\n\nPyArrow=...
1,707,927,165
5,852
Iterable torch formatting
closed
2023-05-12T16:48:49
2023-06-13T16:04:05
2023-06-13T15:57:05
https://github.com/huggingface/datasets/pull/5852
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/5852", "html_url": "https://github.com/huggingface/datasets/pull/5852", "diff_url": "https://github.com/huggingface/datasets/pull/5852.diff", "patch_url": "https://github.com/huggingface/datasets/pull/5852.patch", "merged_at": "2023-06-13T15:57:05" }
lhoestq
true
[ "<details>\n<summary>Show benchmarks</summary>\n\nPyArrow==8.0.0\n\n<details>\n<summary>Show updated benchmarks!</summary>\n\n### Benchmark: benchmark_array_xd.json\n\n| metric | read_batch_formatted_as_numpy after write_array2d | read_batch_formatted_as_numpy after write_flattened_sequence | read_batch_formatted_a...
1,707,678,911
5,850
Make packaged builders skip non-supported file formats
open
2023-05-12T13:52:34
2023-06-07T12:26:38
null
https://github.com/huggingface/datasets/pull/5850
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/5850", "html_url": "https://github.com/huggingface/datasets/pull/5850", "diff_url": "https://github.com/huggingface/datasets/pull/5850.diff", "patch_url": "https://github.com/huggingface/datasets/pull/5850.patch", "merged_at": null }
albertvillanova
true
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_5850). All of your documentation changes will be reflected on that endpoint.", "Good idea. @mariosasko!!!\r\n\r\nPlease note that before this PR, the files are not evenly distributed for archives: `_generate_examples` gets a li...
1,707,551,511
5,849
CSV datasets should only read the CSV data files in the repo
closed
2023-05-12T12:29:53
2023-06-22T14:16:27
2023-06-22T14:16:27
https://github.com/huggingface/datasets/issues/5849
null
albertvillanova
false
[]
1,707,506,734
5,848
Add `accelerate` as metric's test dependency to fix CI error
closed
2023-05-12T12:01:01
2023-05-12T13:48:47
2023-05-12T13:39:06
https://github.com/huggingface/datasets/pull/5848
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/5848", "html_url": "https://github.com/huggingface/datasets/pull/5848", "diff_url": "https://github.com/huggingface/datasets/pull/5848.diff", "patch_url": "https://github.com/huggingface/datasets/pull/5848.patch", "merged_at": "2023-05-12T13:39:06" }
mariosasko
true
[ "_The documentation is not available anymore as the PR was closed or merged._", "<details>\n<summary>Show benchmarks</summary>\n\nPyArrow==8.0.0\n\n<details>\n<summary>Show updated benchmarks!</summary>\n\n### Benchmark: benchmark_array_xd.json\n\n| metric | read_batch_formatted_as_numpy after write_array2d | rea...
1,706,616,634
5,847
Streaming IterableDataset not working with translation pipeline
open
2023-05-11T21:52:38
2023-05-16T15:59:55
null
https://github.com/huggingface/datasets/issues/5847
null
jlquinn
false
[ "I wasn't sure to file this against transformers or datasets.", "[`KeyDataset`](https://github.com/huggingface/transformers/blob/7f8b909189547944617741d8d3c6c84504701693/src/transformers/pipelines/pt_utils.py#L296) doesn't support iterable datasets, so you either need to implement a version that does (and also in...
1,707,907,048
5,851
Error message not clear in interleaving datasets
closed
2023-05-11T20:52:13
2023-05-23T10:32:59
2023-05-23T10:32:59
https://github.com/huggingface/datasets/issues/5851
null
surya-narayanan
false
[]
1,706,289,290
5,846
load_dataset('bigcode/the-stack-dedup', streaming=True) very slow!
closed
2023-05-11T17:58:57
2024-04-08T12:53:17
2024-04-05T12:28:58
https://github.com/huggingface/datasets/issues/5846
null
tbenthompson
false
[ "This is due to the slow resolution of the data files: https://github.com/huggingface/datasets/issues/5537.\r\n\r\nWe plan to switch to `huggingface_hub`'s `HfFileSystem` soon to make the resolution faster (will be up to 20x faster once we merge https://github.com/huggingface/huggingface_hub/pull/1443)\r\n\r\n", ...
1,706,253,251
5,845
Add `date_format` param to the CSV reader
closed
2023-05-11T17:29:57
2023-05-15T07:39:13
2023-05-12T15:14:48
https://github.com/huggingface/datasets/pull/5845
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/5845", "html_url": "https://github.com/huggingface/datasets/pull/5845", "diff_url": "https://github.com/huggingface/datasets/pull/5845.diff", "patch_url": "https://github.com/huggingface/datasets/pull/5845.patch", "merged_at": "2023-05-12T15:14:48" }
mariosasko
true
[ "_The documentation is not available anymore as the PR was closed or merged._", "<details>\n<summary>Show benchmarks</summary>\n\nPyArrow==8.0.0\n\n<details>\n<summary>Show updated benchmarks!</summary>\n\n### Benchmark: benchmark_array_xd.json\n\n| metric | read_batch_formatted_as_numpy after write_array2d | rea...
1,705,907,812
5,844
TypeError: Couldn't cast array of type struct<answer: struct<unanswerable: bool, answerType: string, free_form_answer: string, evidence: list<item: string>, evidenceAnnotate: list<item: string>, highlighted_evidence: list<item: string>>> to ...
open
2023-05-11T14:15:01
2023-05-11T14:15:01
null
https://github.com/huggingface/datasets/issues/5844
null
chen-coding
false
[]
1,705,286,639
5,841
Abusurdly slow on iteration
closed
2023-05-11T08:04:09
2023-05-15T15:38:13
2023-05-15T15:38:13
https://github.com/huggingface/datasets/issues/5841
null
fecet
false
[ "Hi ! You can try to use the [Image](https://huggingface.co/docs/datasets/v2.12.0/en/package_reference/main_classes#datasets.Image) type which [decodes images on-the-fly](https://huggingface.co/docs/datasets/v2.12.0/en/about_dataset_features#image-feature) into pytorch tensors :)\r\n\r\n```python\r\nds = Dataset.fr...
1,705,212,085
5,840
load model error.
closed
2023-05-11T07:12:38
2023-05-12T13:44:07
2023-05-12T13:44:06
https://github.com/huggingface/datasets/issues/5840
null
LanShanPi
false
[ "Please report this in the `transformers` repo, as it's not related to `datasets`" ]
1,705,510,602
5,842
Remove columns in interable dataset
closed
2023-05-11T03:48:46
2023-06-21T16:36:42
2023-06-21T16:36:41
https://github.com/huggingface/datasets/issues/5842
null
surya-narayanan
false
[ "Transferring this issue as it's related to the 🤗 Datasets library ", "Hi @surya-narayanan! Could you provide some code snippet?", "This method has been recently added to the `IterableDataset`, so you need to update the `datasets`' installation (`pip install -U datasets`) to use it." ]
1,705,514,551
5,843
Can't add iterable datasets to a Dataset Dict.
closed
2023-05-11T02:09:29
2023-05-25T04:51:59
2023-05-25T04:51:59
https://github.com/huggingface/datasets/issues/5843
null
surya-narayanan
false
[ "Transferring as this is relating to the 🤗 Datasets library", "You need to use `IterableDatasetDict` instead of `DatasetDict` for iterable datasets." ]
1,704,554,718
5,839
Make models/functions optimized with `torch.compile` hashable
closed
2023-05-10T20:02:08
2023-11-28T16:29:33
2023-11-28T16:29:33
https://github.com/huggingface/datasets/issues/5839
null
mariosasko
false
[]
1,703,210,848
5,838
Streaming support for `load_from_disk`
closed
2023-05-10T06:25:22
2024-10-28T14:19:44
2023-05-12T09:37:45
https://github.com/huggingface/datasets/issues/5838
null
Nilabhra
false
[ "As the name says, `load_from_disk` load the data from your disk. If the data is hosted on S3, it is first downloaded locally and then loaded from your disk.\r\n\r\nThere is a discussion on streaming data from S3 here though: #5281 ", "@lhoestq \r\nThanks for your comment. I have checked out the discussion before...
1,703,019,816
5,837
Use DeepSpeed load myself " .csv " dataset.
open
2023-05-10T02:39:28
2023-05-15T03:51:36
null
https://github.com/huggingface/datasets/issues/5837
null
LanShanPi
false
[ "Hi ! Doing `load_dataset(\"path/to/data.csv\")` is not supported yet, but you can do\r\n\r\n```python\r\nds = load_dataset(\"csv\", data_files=[\"path/to/data.csv\"])\r\n```", "@lhoestq thank you.", "The other question: \r\nTraceback (most recent call last):\r\n File \"<stdin>\", line 1, in <module>\r\n Fil...
1,702,773,316
5,836
[docs] Custom decoding transforms
closed
2023-05-09T21:21:41
2023-05-15T07:36:12
2023-05-10T20:23:03
https://github.com/huggingface/datasets/pull/5836
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/5836", "html_url": "https://github.com/huggingface/datasets/pull/5836", "diff_url": "https://github.com/huggingface/datasets/pull/5836.diff", "patch_url": "https://github.com/huggingface/datasets/pull/5836.patch", "merged_at": "2023-05-10T20:23:03" }
stevhliu
true
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_5836). All of your documentation changes will be reflected on that endpoint.", "The error seems unrelated to the changes, so feel free to merge.", "<details>\n<summary>Show benchmarks</summary>\n\nPyArrow==8.0.0\n\n<details>\...
1,702,522,620
5,835
Always set nullable fields in the writer
closed
2023-05-09T18:16:59
2023-05-23T16:10:29
2023-05-19T13:04:30
https://github.com/huggingface/datasets/pull/5835
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/5835", "html_url": "https://github.com/huggingface/datasets/pull/5835", "diff_url": "https://github.com/huggingface/datasets/pull/5835.diff", "patch_url": "https://github.com/huggingface/datasets/pull/5835.patch", "merged_at": "2023-05-19T13:04:30" }
lhoestq
true
[ "_The documentation is not available anymore as the PR was closed or merged._", "<details>\n<summary>Show benchmarks</summary>\n\nPyArrow==8.0.0\n\n<details>\n<summary>Show updated benchmarks!</summary>\n\n### Benchmark: benchmark_array_xd.json\n\n| metric | read_batch_formatted_as_numpy after write_array2d | rea...
1,702,448,892
5,834
Is uint8 supported?
closed
2023-05-09T17:31:13
2023-05-13T05:04:21
2023-05-13T05:04:21
https://github.com/huggingface/datasets/issues/5834
null
ryokan0123
false
[ "Hi ! The numpy formatting detaults to int64 and float32 - but you can use uint8 using\r\n```python\r\nds = ds.with_format(\"numpy\", dtype=np.uint8)\r\n```", "Related to https://github.com/huggingface/datasets/issues/5517.", "Thank you!\r\nBy setting `ds.with_format(\"numpy\", dtype=np.uint8)`, the dataset ret...
1,702,280,682
5,833
Unable to push dataset - `create_pr` problem
closed
2023-05-09T15:32:55
2023-10-24T18:22:29
2023-10-24T18:22:29
https://github.com/huggingface/datasets/issues/5833
null
agombert
false
[ "Thanks for reporting, @agombert.\r\n\r\nIn this case, I think the root issue is authentication: before pushing to Hub, you should authenticate. See our docs: https://huggingface.co/docs/datasets/upload_dataset#upload-with-python\r\n> 2. To upload a dataset on the Hub in Python, you need to log in to your Hugging F...
1,702,135,336
5,832
404 Client Error: Not Found for url: https://huggingface.co/api/models/bert-large-cased
closed
2023-05-09T14:14:59
2023-05-09T14:25:59
2023-05-09T14:25:59
https://github.com/huggingface/datasets/issues/5832
null
varungupta31
false
[ "moved to https://github.com/huggingface/transformers/issues/23233" ]
1,701,813,835
5,831
[Bug]504 Server Error when loading dataset which was already cached
open
2023-05-09T10:31:07
2023-05-10T01:48:20
null
https://github.com/huggingface/datasets/issues/5831
null
SingL3
false
[ "I am experiencing the same problem with the following environment:\r\n\r\n* `datasets` version: 2.11.0\r\n* Platform: `Linux 5.19.0-41-generic x86_64 GNU/Linux`\r\n* Python version: `3.8.5`\r\n* Huggingface_hub version: 0.13.3\r\n* PyArrow version: `11.0.0`\r\n* Pandas version: `1.5.3`\r\n\r\nTrying to get some di...
1,701,451,399
5,830
Debug windows #2
closed
2023-05-09T06:40:34
2023-05-09T06:40:47
2023-05-09T06:40:47
https://github.com/huggingface/datasets/pull/5830
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/5830", "html_url": "https://github.com/huggingface/datasets/pull/5830", "diff_url": "https://github.com/huggingface/datasets/pull/5830.diff", "patch_url": "https://github.com/huggingface/datasets/pull/5830.patch", "merged_at": null }
HyukjinKwon
true
[]
1,699,958,189
5,829
(mach-o file, but is an incompatible architecture (have 'arm64', need 'x86_64'))
closed
2023-05-08T10:07:14
2023-06-30T11:39:14
2023-05-09T00:46:42
https://github.com/huggingface/datasets/issues/5829
null
elcolie
false
[ "Can you paste the error stack trace?", "That is weird. I can't reproduce it again after reboot.\r\n```python\r\nIn [2]: import platform\r\n\r\nIn [3]: platform.platform()\r\nOut[3]: 'macOS-13.2-arm64-arm-64bit'\r\n\r\nIn [4]: from datasets import load_dataset\r\n ...:\r\n ...: jazzy = load_dataset(\"nomic-ai...
1,699,235,739
5,828
Stream data concatenation issue
closed
2023-05-07T21:02:54
2023-06-29T20:07:56
2023-05-10T05:05:47
https://github.com/huggingface/datasets/issues/5828
null
krishnapriya-18
false
[ "Hi! \r\n\r\nYou can call `map` as follows to avoid the error:\r\n```python\r\naugmented_dataset_cln = dataset_cln['train'].map(augment_dataset, features=dataset_cln['train'].features)\r\n```", "Thanks it is solved", "Hi! \r\nI have run into the same problem with you. Could you please let me know how you solve ...
1,698,891,246
5,827
load json dataset interrupt when dtype cast problem occured
open
2023-05-07T04:52:09
2023-05-10T12:32:28
null
https://github.com/huggingface/datasets/issues/5827
null
1014661165
false
[ "Indeed the JSON dataset builder raises an error when it encounters an unexpected type.\r\n\r\nThere's an old PR open to add away to ignore such elements though, if it can help: https://github.com/huggingface/datasets/pull/2838" ]
1,698,155,751
5,826
Support working_dir in from_spark
closed
2023-05-05T20:22:40
2023-05-25T17:45:54
2023-05-25T08:46:15
https://github.com/huggingface/datasets/pull/5826
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/5826", "html_url": "https://github.com/huggingface/datasets/pull/5826", "diff_url": "https://github.com/huggingface/datasets/pull/5826.diff", "patch_url": "https://github.com/huggingface/datasets/pull/5826.patch", "merged_at": "2023-05-25T08:46:15" }
maddiedawson
true
[ "_The documentation is not available anymore as the PR was closed or merged._", "Added env var", "@lhoestq would you or another maintainer be able to review please? :)", "I removed the env var", "<details>\n<summary>Show benchmarks</summary>\n\nPyArrow==8.0.0\n\n<details>\n<summary>Show updated benchmarks!<...
1,697,327,483
5,825
FileNotFound even though exists
closed
2023-05-05T09:49:55
2023-08-16T10:02:01
2023-08-16T10:02:01
https://github.com/huggingface/datasets/issues/5825
null
Muennighoff
false
[ "Hi! \r\n\r\nThis would only work if `bigscience/xP3` was a no-code dataset, but it isn't (it has a Python builder script).\r\n\r\nBut this should work: \r\n```python\r\nload_dataset(\"json\", data_files=\"https://huggingface.co/datasets/bigscience/xP3/resolve/main/ur/xp3_facebook_flores_spa_Latn-urd_Arab_devtest_a...
1,697,152,148
5,824
Fix incomplete docstring for `BuilderConfig`
closed
2023-05-05T07:34:28
2023-05-05T12:39:14
2023-05-05T12:31:54
https://github.com/huggingface/datasets/pull/5824
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/5824", "html_url": "https://github.com/huggingface/datasets/pull/5824", "diff_url": "https://github.com/huggingface/datasets/pull/5824.diff", "patch_url": "https://github.com/huggingface/datasets/pull/5824.patch", "merged_at": "2023-05-05T12:31:54" }
Laurent2916
true
[ "_The documentation is not available anymore as the PR was closed or merged._", "<details>\n<summary>Show benchmarks</summary>\n\nPyArrow==8.0.0\n\n<details>\n<summary>Show updated benchmarks!</summary>\n\n### Benchmark: benchmark_array_xd.json\n\n| metric | read_batch_formatted_as_numpy after write_array2d | rea...
1,697,024,789
5,823
[2.12.0] DatasetDict.save_to_disk not saving to S3
closed
2023-05-05T05:22:59
2024-05-30T16:11:31
2023-05-05T15:01:17
https://github.com/huggingface/datasets/issues/5823
null
thejamesmarq
false
[ "Hi ! Can you try adding the `s3://` prefix ?\r\n```python\r\nf\"s3://{s3_bucket}/{s3_dir}/{dataset_name}\"\r\n```", "Ugh, yeah that was it. Thank you!", "Hi @thejamesmarq, by any chance, did you use multiprocessing `num_proc > 1` when saving your dataset on the s3 bucket ? I'm struggling making it work in a mu...
1,696,627,308
5,822
Audio Dataset with_format torch problem
closed
2023-05-04T20:07:51
2023-05-11T20:45:53
2023-05-11T20:45:53
https://github.com/huggingface/datasets/issues/5822
null
paulbauriegel
false
[ "Hi ! Can you try with a more recent version of `datasets` ?", "Ok, yes it worked with the most recent version. Thanks" ]
1,696,400,343
5,821
IterableDataset Arrow formatting
closed
2023-05-04T17:23:43
2023-05-31T09:43:26
2023-05-31T09:36:18
https://github.com/huggingface/datasets/pull/5821
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/5821", "html_url": "https://github.com/huggingface/datasets/pull/5821", "diff_url": "https://github.com/huggingface/datasets/pull/5821.diff", "patch_url": "https://github.com/huggingface/datasets/pull/5821.patch", "merged_at": "2023-05-31T09:36:18" }
lhoestq
true
[ "<details>\n<summary>Show benchmarks</summary>\n\nPyArrow==8.0.0\n\n<details>\n<summary>Show updated benchmarks!</summary>\n\n### Benchmark: benchmark_array_xd.json\n\n| metric | read_batch_formatted_as_numpy after write_array2d | read_batch_formatted_as_numpy after write_flattened_sequence | read_batch_formatted_a...
1,695,892,811
5,820
Incomplete docstring for `BuilderConfig`
closed
2023-05-04T12:14:34
2023-05-05T12:31:56
2023-05-05T12:31:56
https://github.com/huggingface/datasets/issues/5820
null
Laurent2916
false
[ "Thanks for reporting! You are more than welcome to improve `BuilderConfig`'s docstring.\r\n\r\nThis class serves an identical purpose as `tensorflow_datasets`'s `BuilderConfig`, and its docstring is [here](https://github.com/tensorflow/datasets/blob/a95e38b5bb018312c3d3720619c2a8ef83ebf57f/tensorflow_datasets/core...
1,695,536,738
5,819
Cannot pickle error in Dataset.from_generator()
closed
2023-05-04T08:39:09
2023-05-05T19:20:59
2023-05-05T19:20:58
https://github.com/huggingface/datasets/issues/5819
null
xinghaow99
false
[ "Hi! It should work if you put `model = torch.compile(model)` inside the `generate_data` function. If a referenced object is outside, it needs to be pickable, and that's not the case for the compiled models (or functions). ", "> Hi! It should work if you put `model = torch.compile(model)` inside the `generate_da...
1,695,052,555
5,818
Ability to update a dataset
open
2023-05-04T01:08:13
2023-05-04T20:43:39
null
https://github.com/huggingface/datasets/issues/5818
null
davidgilbertson
false
[ "This [reply](https://discuss.huggingface.co/t/how-do-i-add-things-rows-to-an-already-saved-dataset/27423) from @mariosasko on the forums may be useful :)", "In this case, I think we can avoid the `PermissionError` by unpacking the underlying `ConcatenationTable` and saving only the newly added data blocks (in ne...
1,694,891,866
5,817
Setting `num_proc` errors when `.map` returns additional items.
closed
2023-05-03T21:46:53
2023-05-04T21:14:21
2023-05-04T20:22:25
https://github.com/huggingface/datasets/issues/5817
null
davidgilbertson
false
[ "Hi ! Unfortunately I couldn't reproduce on my side locally and with datasets 2.11 and python 3.10.11 on colab.\r\nWhat version of `multiprocess` are you using ?", "I've got `multiprocess` version `0.70.14`.\r\n\r\nI've done some more testing and the error only occurs in PyCharm's Python Console. It seems to be [...
1,694,590,856
5,816
Preserve `stopping_strategy` of shuffled interleaved dataset (random cycling case)
closed
2023-05-03T18:34:18
2023-05-04T14:31:55
2023-05-04T14:24:49
https://github.com/huggingface/datasets/pull/5816
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/5816", "html_url": "https://github.com/huggingface/datasets/pull/5816", "diff_url": "https://github.com/huggingface/datasets/pull/5816.diff", "patch_url": "https://github.com/huggingface/datasets/pull/5816.patch", "merged_at": "2023-05-04T14:24:49" }
mariosasko
true
[ "<details>\n<summary>Show benchmarks</summary>\n\nPyArrow==8.0.0\n\n<details>\n<summary>Show updated benchmarks!</summary>\n\n### Benchmark: benchmark_array_xd.json\n\n| metric | read_batch_formatted_as_numpy after write_array2d | read_batch_formatted_as_numpy after write_flattened_sequence | read_batch_formatted_a...
1,693,216,778
5,814
Repro windows crash
closed
2023-05-02T23:30:18
2024-01-08T18:30:45
2024-01-08T18:30:45
https://github.com/huggingface/datasets/pull/5814
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/5814", "html_url": "https://github.com/huggingface/datasets/pull/5814", "diff_url": "https://github.com/huggingface/datasets/pull/5814.diff", "patch_url": "https://github.com/huggingface/datasets/pull/5814.patch", "merged_at": null }
maddiedawson
true
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_5814). All of your documentation changes will be reflected on that endpoint." ]
1,693,701,743
5,815
Easy way to create a Kaggle dataset from a Huggingface dataset?
open
2023-05-02T21:43:33
2023-07-26T16:13:31
null
https://github.com/huggingface/datasets/issues/5815
null
hrbigelow
false
[ "Hi @hrbigelow , I'm no expert for such a question so I'll ping @lhoestq from the `datasets` library (also this issue could be moved there if someone with permission can do it :) )", "Hi ! Many datasets are made of several files, and how they are parsed often requires a python script. Because of that, datasets li...
1,691,908,535
5,813
[DO-NOT-MERGE] Debug Windows issue at #3
closed
2023-05-02T07:19:34
2023-05-02T07:21:30
2023-05-02T07:21:30
https://github.com/huggingface/datasets/pull/5813
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/5813", "html_url": "https://github.com/huggingface/datasets/pull/5813", "diff_url": "https://github.com/huggingface/datasets/pull/5813.diff", "patch_url": "https://github.com/huggingface/datasets/pull/5813.patch", "merged_at": null }
HyukjinKwon
true
[]
1,691,798,169
5,812
Cannot shuffle interleaved IterableDataset with "all_exhausted" stopping strategy
closed
2023-05-02T05:26:17
2023-05-04T14:24:51
2023-05-04T14:24:51
https://github.com/huggingface/datasets/issues/5812
null
offchan42
false
[]
1,689,919,046
5,811
load_dataset: TypeError: 'NoneType' object is not callable, on local dataset filename changes
open
2023-04-30T13:27:17
2025-02-27T07:32:30
null
https://github.com/huggingface/datasets/issues/5811
null
durapensa
false
[ "This error means a `DatasetBuilder` subclass that generates the dataset could not be found inside the script, so make sure `dushowxa-characters/dushowxa-characters.py `is a valid dataset script (assuming `path_or_dataset` is `dushowxa-characters`)\r\n\r\nAlso, we should improve the error to make it more obvious wh...
1,689,917,822
5,810
Add `fn_kwargs` to `map` and `filter` of `IterableDataset` and `IterableDatasetDict`
closed
2023-04-30T13:23:01
2023-05-22T08:12:39
2023-05-22T08:05:31
https://github.com/huggingface/datasets/pull/5810
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/5810", "html_url": "https://github.com/huggingface/datasets/pull/5810", "diff_url": "https://github.com/huggingface/datasets/pull/5810.diff", "patch_url": "https://github.com/huggingface/datasets/pull/5810.patch", "merged_at": "2023-05-22T08:05:31" }
yuukicammy
true
[ "_The documentation is not available anymore as the PR was closed or merged._", "Sorry, the local test passed because it was inadvertently testing the main branch. I am currently fixing where the test failed.", "- I have fixed the bug and addressed the above two points.\r\n- I have tested locally and confirmed ...
1,689,797,293
5,809
wiki_dpr details for Open Domain Question Answering tasks
closed
2023-04-30T06:12:04
2023-07-21T14:11:00
2023-07-21T14:11:00
https://github.com/huggingface/datasets/issues/5809
null
yulgok22
false
[ "Hi ! I don't remember exactly how it was done, but maybe you have to embed `f\"{title}<sep>{text}\"` ?\r\n\r\nUsing a HF tokenizer it corresponds to doing\r\n```python\r\ntokenized = tokenizer(titles, texts)\r\n```" ]
1,688,977,237
5,807
Support parallelized downloading in load_dataset with Spark
closed
2023-04-28T18:34:32
2023-05-25T16:54:14
2023-05-25T16:54:14
https://github.com/huggingface/datasets/pull/5807
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/5807", "html_url": "https://github.com/huggingface/datasets/pull/5807", "diff_url": "https://github.com/huggingface/datasets/pull/5807.diff", "patch_url": "https://github.com/huggingface/datasets/pull/5807.patch", "merged_at": null }
es94129
true
[ "Hi @lhoestq or other maintainers, this is ready for review, could you please take a look?", "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_5807). All of your documentation changes will be reflected on that endpoint.", "Per the discussion in #5798, will implement with `jo...
1,688,598,095
5,806
Return the name of the currently loaded file in the load_dataset function.
open
2023-04-28T13:50:15
2025-08-10T05:26:27
null
https://github.com/huggingface/datasets/issues/5806
null
s-JoL
false
[ "Implementing this makes sense (e.g., `tensorflow_datasets`' imagefolder returns image filenames). Also, in Datasets 3.0, we plan only to store the bytes of an image/audio, not its path, so this feature would be useful when the path info is still needed.", "Hey @mariosasko, Can I work on this issue, this one seem...
1,688,558,577
5,805
Improve `Create a dataset` tutorial
open
2023-04-28T13:26:22
2024-07-26T21:16:13
null
https://github.com/huggingface/datasets/issues/5805
null
polinaeterna
false
[ "I can work on this. The link to the tutorial seems to be broken though @polinaeterna. ", "@isunitha98selvan would be great, thank you! which link are you talking about? I think it should work: https://huggingface.co/docs/datasets/create_dataset", "Hey I don't mind working on this issue. From my understanding, ...
1,688,285,666
5,804
Set dev version
closed
2023-04-28T10:10:01
2023-04-28T10:18:51
2023-04-28T10:10:29
https://github.com/huggingface/datasets/pull/5804
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/5804", "html_url": "https://github.com/huggingface/datasets/pull/5804", "diff_url": "https://github.com/huggingface/datasets/pull/5804.diff", "patch_url": "https://github.com/huggingface/datasets/pull/5804.patch", "merged_at": "2023-04-28T10:10:29" }
lhoestq
true
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_5804). All of your documentation changes will be reflected on that endpoint.", "<details>\n<summary>Show benchmarks</summary>\n\nPyArrow==8.0.0\n\n<details>\n<summary>Show updated benchmarks!</summary>\n\n### Benchmark: benchma...
1,688,256,290
5,803
Release: 2.12.0
closed
2023-04-28T09:52:11
2023-04-28T10:18:56
2023-04-28T09:54:43
https://github.com/huggingface/datasets/pull/5803
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/5803", "html_url": "https://github.com/huggingface/datasets/pull/5803", "diff_url": "https://github.com/huggingface/datasets/pull/5803.diff", "patch_url": "https://github.com/huggingface/datasets/pull/5803.patch", "merged_at": "2023-04-28T09:54:43" }
lhoestq
true
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_5803). All of your documentation changes will be reflected on that endpoint.", "<details>\n<summary>Show benchmarks</summary>\n\nPyArrow==8.0.0\n\n<details>\n<summary>Show updated benchmarks!</summary>\n\n### Benchmark: benchma...
1,686,509,799
5,802
Validate non-empty data_files
closed
2023-04-27T09:51:36
2023-04-27T14:59:47
2023-04-27T14:51:40
https://github.com/huggingface/datasets/pull/5802
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/5802", "html_url": "https://github.com/huggingface/datasets/pull/5802", "diff_url": "https://github.com/huggingface/datasets/pull/5802.diff", "patch_url": "https://github.com/huggingface/datasets/pull/5802.patch", "merged_at": "2023-04-27T14:51:40" }
albertvillanova
true
[ "_The documentation is not available anymore as the PR was closed or merged._", "<details>\n<summary>Show benchmarks</summary>\n\nPyArrow==8.0.0\n\n<details>\n<summary>Show updated benchmarks!</summary>\n\n### Benchmark: benchmark_array_xd.json\n\n| metric | read_batch_formatted_as_numpy after write_array2d | rea...
1,686,348,096
5,800
Change downloaded file permission based on umask
closed
2023-04-27T08:13:30
2023-04-27T09:33:05
2023-04-27T09:30:16
https://github.com/huggingface/datasets/pull/5800
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/5800", "html_url": "https://github.com/huggingface/datasets/pull/5800", "diff_url": "https://github.com/huggingface/datasets/pull/5800.diff", "patch_url": "https://github.com/huggingface/datasets/pull/5800.patch", "merged_at": "2023-04-27T09:30:16" }
albertvillanova
true
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
1,686,334,572
5,799
Files downloaded to cache do not respect umask
closed
2023-04-27T08:06:05
2023-04-27T09:30:17
2023-04-27T09:30:17
https://github.com/huggingface/datasets/issues/5799
null
albertvillanova
false
[]
1,685,904,526
5,798
Support parallelized downloading and processing in load_dataset with Spark
open
2023-04-27T00:16:11
2023-05-25T14:11:41
null
https://github.com/huggingface/datasets/issues/5798
null
es94129
false
[ "Hi ! We're using process pools for parallelism right now. I was wondering if there's a package that implements the same API as a process pool but runs with Spark under the hood ? That or something similar would be cool because users could use whatever distributed framework they want this way.\r\n\r\nFeel free to p...
1,685,501,199
5,797
load_dataset is case sentitive?
open
2023-04-26T18:19:04
2023-04-27T11:56:58
null
https://github.com/huggingface/datasets/issues/5797
null
haonan-li
false
[ "Hi @haonan-li , thank you for the report! It seems to be a bug on the [`huggingface_hub`](https://github.com/huggingface/huggingface_hub) site, there is even no such dataset as `mbzuai/bactrian-x` on the Hub. I opened and [issue](https://github.com/huggingface/huggingface_hub/issues/1453) there.", "I think `loa...
1,685,451,919
5,796
Spark docs
closed
2023-04-26T17:39:43
2023-04-27T16:41:50
2023-04-27T16:34:45
https://github.com/huggingface/datasets/pull/5796
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/5796", "html_url": "https://github.com/huggingface/datasets/pull/5796", "diff_url": "https://github.com/huggingface/datasets/pull/5796.diff", "patch_url": "https://github.com/huggingface/datasets/pull/5796.patch", "merged_at": "2023-04-27T16:34:45" }
lhoestq
true
[ "_The documentation is not available anymore as the PR was closed or merged._", "<details>\n<summary>Show benchmarks</summary>\n\nPyArrow==8.0.0\n\n<details>\n<summary>Show updated benchmarks!</summary>\n\n### Benchmark: benchmark_array_xd.json\n\n| metric | read_batch_formatted_as_numpy after write_array2d | rea...
1,685,414,505
5,795
Fix spark imports
closed
2023-04-26T17:09:32
2023-04-26T17:49:03
2023-04-26T17:39:12
https://github.com/huggingface/datasets/pull/5795
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/5795", "html_url": "https://github.com/huggingface/datasets/pull/5795", "diff_url": "https://github.com/huggingface/datasets/pull/5795.diff", "patch_url": "https://github.com/huggingface/datasets/pull/5795.patch", "merged_at": "2023-04-26T17:39:12" }
lhoestq
true
[ "_The documentation is not available anymore as the PR was closed or merged._", "<details>\n<summary>Show benchmarks</summary>\n\nPyArrow==8.0.0\n\n<details>\n<summary>Show updated benchmarks!</summary>\n\n### Benchmark: benchmark_array_xd.json\n\n| metric | read_batch_formatted_as_numpy after write_array2d | rea...
1,685,196,061
5,794
CI ZeroDivisionError
closed
2023-04-26T14:55:23
2024-05-17T09:12:11
2024-05-17T09:12:11
https://github.com/huggingface/datasets/issues/5794
null
albertvillanova
false
[ "Hello!\r\nThis issue seems to have been fixed in https://github.com/huggingface/transformers/pull/24049 \r\nI was looking for my first issue to work on when I noticed this; not sure if there is a specific protocol for suggesting to close an issue.", "Thanks for informing, @zeppdev. I am closing this issue.\r\n\r...
1,684,777,320
5,793
IterableDataset.with_format("torch") not working
closed
2023-04-26T10:50:23
2023-06-13T15:57:06
2023-06-13T15:57:06
https://github.com/huggingface/datasets/issues/5793
null
jiangwangyi
false
[ "Hi ! Thanks for reporting, I'm working on it ;)" ]
1,683,473,943
5,791
TIFF/TIF support
closed
2023-04-25T16:14:18
2024-01-15T16:40:33
2024-01-15T16:40:16
https://github.com/huggingface/datasets/issues/5791
null
sebasmos
false
[ "The issue with multichannel TIFF images has already been reported in Pillow (https://github.com/python-pillow/Pillow/issues/1888). We can't do much about it on our side.\r\n\r\nStill, to avoid the error, you can bypass the default Pillow decoding and define a custom one as follows:\r\n```python\r\nimport tifffile ...
1,683,229,126
5,790
Allow to run CI on push to ci-branch
closed
2023-04-25T13:57:26
2023-04-26T13:43:08
2023-04-26T13:35:47
https://github.com/huggingface/datasets/pull/5790
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/5790", "html_url": "https://github.com/huggingface/datasets/pull/5790", "diff_url": "https://github.com/huggingface/datasets/pull/5790.diff", "patch_url": "https://github.com/huggingface/datasets/pull/5790.patch", "merged_at": "2023-04-26T13:35:47" }
albertvillanova
true
[ "_The documentation is not available anymore as the PR was closed or merged._", "<details>\n<summary>Show benchmarks</summary>\n\nPyArrow==8.0.0\n\n<details>\n<summary>Show updated benchmarks!</summary>\n\n### Benchmark: benchmark_array_xd.json\n\n| metric | read_batch_formatted_as_numpy after write_array2d | rea...
1,682,611,179
5,789
Support streaming datasets that use jsonlines
open
2023-04-25T07:40:02
2023-04-25T07:40:03
null
https://github.com/huggingface/datasets/issues/5789
null
albertvillanova
false
[]
1,681,136,256
5,788
Prepare tests for hfh 0.14
closed
2023-04-24T12:13:03
2023-04-25T14:32:56
2023-04-25T14:25:30
https://github.com/huggingface/datasets/pull/5788
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/5788", "html_url": "https://github.com/huggingface/datasets/pull/5788", "diff_url": "https://github.com/huggingface/datasets/pull/5788.diff", "patch_url": "https://github.com/huggingface/datasets/pull/5788.patch", "merged_at": "2023-04-25T14:25:30" }
Wauplin
true
[ "_The documentation is not available anymore as the PR was closed or merged._", "<details>\n<summary>Show benchmarks</summary>\n\nPyArrow==8.0.0\n\n<details>\n<summary>Show updated benchmarks!</summary>\n\n### Benchmark: benchmark_array_xd.json\n\n| metric | read_batch_formatted_as_numpy after write_array2d | rea...
1,680,965,959
5,787
Fix inferring module for unsupported data files
closed
2023-04-24T10:44:50
2023-04-27T13:06:01
2023-04-27T12:57:28
https://github.com/huggingface/datasets/pull/5787
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/5787", "html_url": "https://github.com/huggingface/datasets/pull/5787", "diff_url": "https://github.com/huggingface/datasets/pull/5787.diff", "patch_url": "https://github.com/huggingface/datasets/pull/5787.patch", "merged_at": "2023-04-27T12:57:28" }
albertvillanova
true
[ "_The documentation is not available anymore as the PR was closed or merged._", "I think you can revert the last commit - it should fail if data_files={} IMO", "The validation of non-empty data_files is addressed in this PR:\r\n- #5802", "<details>\n<summary>Show benchmarks</summary>\n\nPyArrow==8.0.0\n\n<det...
1,680,957,070
5,786
Multiprocessing in a `filter` or `map` function with a Pytorch model
closed
2023-04-24T10:38:07
2023-05-30T09:56:30
2023-04-24T10:43:58
https://github.com/huggingface/datasets/issues/5786
null
HugoLaurencon
false
[ "Hi ! PyTorch may hang when calling `load_state_dict()` in a subprocess. To fix that, set the multiprocessing start method to \"spawn\". Since `datasets` uses `multiprocess`, you should do:\r\n\r\n```python\r\n# Required to avoid issues with pytorch (otherwise hangs during load_state_dict in multiprocessing)\r\nimp...
1,680,956,964
5,785
Unsupported data files raise TypeError: 'NoneType' object is not iterable
closed
2023-04-24T10:38:03
2023-04-27T12:57:30
2023-04-27T12:57:30
https://github.com/huggingface/datasets/issues/5785
null
albertvillanova
false
[]
1,680,950,726
5,784
Raise subprocesses traceback when interrupting
closed
2023-04-24T10:34:03
2023-04-26T16:04:42
2023-04-26T15:54:44
https://github.com/huggingface/datasets/pull/5784
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/5784", "html_url": "https://github.com/huggingface/datasets/pull/5784", "diff_url": "https://github.com/huggingface/datasets/pull/5784.diff", "patch_url": "https://github.com/huggingface/datasets/pull/5784.patch", "merged_at": "2023-04-26T15:54:44" }
lhoestq
true
[ "_The documentation is not available anymore as the PR was closed or merged._", "<details>\n<summary>Show benchmarks</summary>\n\nPyArrow==8.0.0\n\n<details>\n<summary>Show updated benchmarks!</summary>\n\n### Benchmark: benchmark_array_xd.json\n\n| metric | read_batch_formatted_as_numpy after write_array2d | rea...
1,679,664,393
5,783
Offset overflow while doing regex on a text column
open
2023-04-22T19:12:03
2023-09-22T06:44:07
null
https://github.com/huggingface/datasets/issues/5783
null
nishanthcgit
false
[ "Hi! This looks like an Arrow bug, but it can be avoided by reducing the `writer_batch_size`.\r\n\r\n(`ds = ds.map(get_text_caption, writer_batch_size=100)` in Colab runs without issues)\r\n", "@mariosasko I ran into this problem with load_dataset. What should I do", "@AisingioroHao0 You can also pass the `wri...
1,679,622,367
5,782
Support for various audio-loading backends instead of always relying on SoundFile
closed
2023-04-22T17:09:25
2023-05-10T20:23:04
2023-05-10T20:23:04
https://github.com/huggingface/datasets/issues/5782
null
BoringDonut
false
[ "Hi! \r\n\r\nYou can use `set_transform`/`with_transform` to define a custom decoding for audio formats not supported by `soundfile`:\r\n```python\r\naudio_dataset_amr = Dataset.from_dict({\"audio\": [\"audio_samples/audio.amr\"]})\r\n\r\ndef decode_audio(batch):\r\n batch[\"audio\"] = [read_ffmpeg(audio_path) f...
1,679,580,460
5,781
Error using `load_datasets`
closed
2023-04-22T15:10:44
2023-05-02T23:41:25
2023-05-02T23:41:25
https://github.com/huggingface/datasets/issues/5781
null
gjyoungjr
false
[ "It looks like an issue with your installation of scipy, can you try reinstalling it ?", "Sorry for the late reply, but that worked @lhoestq . Thanks for the assist." ]
1,679,367,149
5,780
TypeError: 'NoneType' object does not support item assignment
closed
2023-04-22T06:22:43
2023-04-23T08:49:18
2023-04-23T08:49:18
https://github.com/huggingface/datasets/issues/5780
null
ben-8543
false
[]
1,678,669,865
5,779
Call fs.makedirs in save_to_disk
closed
2023-04-21T15:04:28
2023-04-26T12:20:01
2023-04-26T12:11:15
https://github.com/huggingface/datasets/pull/5779
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/5779", "html_url": "https://github.com/huggingface/datasets/pull/5779", "diff_url": "https://github.com/huggingface/datasets/pull/5779.diff", "patch_url": "https://github.com/huggingface/datasets/pull/5779.patch", "merged_at": "2023-04-26T12:11:15" }
lhoestq
true
[ "_The documentation is not available anymore as the PR was closed or merged._", "<details>\n<summary>Show benchmarks</summary>\n\nPyArrow==8.0.0\n\n<details>\n<summary>Show updated benchmarks!</summary>\n\n### Benchmark: benchmark_array_xd.json\n\n| metric | read_batch_formatted_as_numpy after write_array2d | rea...
1,678,125,951
5,778
Schrödinger's dataset_dict
closed
2023-04-21T08:38:12
2023-07-24T15:15:14
2023-07-24T15:15:14
https://github.com/huggingface/datasets/issues/5778
null
liujuncn
false
[ "Hi ! Passing `data_files=\"path/test.json\"` is equivalent to `data_files={\"train\": [\"path/test.json\"]}`, that's why you end up with a train split. If you don't pass `data_files=`, then split names are inferred from the data files names" ]
1,677,655,969
5,777
datasets.load_dataset("code_search_net", "python") : NotADirectoryError: [Errno 20] Not a directory
closed
2023-04-21T02:08:07
2023-06-05T05:49:52
2023-05-11T11:51:56
https://github.com/huggingface/datasets/issues/5777
null
ghost
false
[ "Note:\r\nI listed the datasets and grepped around to find what appears to be an alternative source for this:\r\n\r\nraw_datasets = load_dataset(\"espejelomar/code_search_net_python_10000_examples\", \"python\")", "Thanks for reporting, @jason-brian-anderson.\r\n\r\nYes, this is a known issue: the [CodeSearchNet]...
1,677,116,100
5,776
Use Pandas' `read_json` in the JSON builder
open
2023-04-20T17:15:49
2023-04-20T17:15:49
null
https://github.com/huggingface/datasets/issues/5776
null
mariosasko
false
[]
1,677,089,901
5,775
ArrowDataset.save_to_disk lost some logic of remote
closed
2023-04-20T16:58:01
2023-04-26T12:11:36
2023-04-26T12:11:17
https://github.com/huggingface/datasets/issues/5775
null
Zoupers
false
[ "We just fixed this on `main` and will do a new release soon :)" ]