html_url stringlengths 48 51 | title stringlengths 5 280 | comments stringlengths 63 51.8k | body stringlengths 0 36.2k ⌀ | comment_length int64 16 1.52k | text stringlengths 159 54.1k | embeddings sequencelengths 768 768 |
|---|---|---|---|---|---|---|
https://github.com/huggingface/datasets/issues/7033 | `from_generator` does not allow to specify the split name | Thanks for reporting, @pminervini.
I agree we should give the option to define the split name.
Indeed, there is a PR that addresses precisely this issue:
- #7015
I am reviewing it. | ### Describe the bug
I'm building train, dev, and test using `from_generator`; however, in all three cases, the logger prints `Generating train split:`
It's not possible to change the split name since it seems to be hardcoded: https://github.com/huggingface/datasets/blob/main/src/datasets/packaged_modules/generator/g... | 32 | `from_generator` does not allow to specify the split name
### Describe the bug
I'm building train, dev, and test using `from_generator`; however, in all three cases, the logger prints `Generating train split:`
It's not possible to change the split name since it seems to be hardcoded: https://github.com/huggingface/... | [
-0.08032244443893433,
-0.18822568655014038,
0.051649514585733414,
0.3789212703704834,
0.34946805238723755,
-0.0962342619895935,
0.585552990436554,
0.1975223571062088,
-0.230672687292099,
0.3274785876274109,
0.14162872731685638,
0.3702322840690613,
-0.09433481842279434,
0.24470113217830658,... |
https://github.com/huggingface/datasets/issues/7005 | EmptyDatasetError: The directory at /metadata.jsonl doesn't contain any data files | If you are trying to load your image dataset from a local folder, you should replace "data_dir=path/to/jsonl/metadata.jsonl" with the real folder path in your computer.
https://huggingface.co/docs/datasets/en/image_load#imagefolder | ### Describe the bug
while trying to load custom dataset from jsonl file, I get the error: "metadata.jsonl doesn't contain any data files"
### Steps to reproduce the bug
This is my [metadata_v2.jsonl](https://github.com/user-attachments/files/16016011/metadata_v2.json) file. I have this file in the folder with all ... | 26 | EmptyDatasetError: The directory at /metadata.jsonl doesn't contain any data files
### Describe the bug
while trying to load custom dataset from jsonl file, I get the error: "metadata.jsonl doesn't contain any data files"
### Steps to reproduce the bug
This is my [metadata_v2.jsonl](https://github.com/user-attachm... | [
-0.016234397888183594,
0.07239946722984314,
-0.025297634303569794,
0.6795621514320374,
0.007368864491581917,
0.16623660922050476,
0.01661766692996025,
0.3690929114818573,
0.20603157579898834,
0.08262968063354492,
-0.02496563084423542,
0.1874658465385437,
-0.33143505454063416,
-0.0300496164... |
https://github.com/huggingface/datasets/issues/7005 | EmptyDatasetError: The directory at /metadata.jsonl doesn't contain any data files | Ah yes. My bad. I was giving file name. I should have given the folder directory as the path. That solved my issue. Thank you @albertvillanova and @lhoestq. | ### Describe the bug
while trying to load custom dataset from jsonl file, I get the error: "metadata.jsonl doesn't contain any data files"
### Steps to reproduce the bug
This is my [metadata_v2.jsonl](https://github.com/user-attachments/files/16016011/metadata_v2.json) file. I have this file in the folder with all ... | 28 | EmptyDatasetError: The directory at /metadata.jsonl doesn't contain any data files
### Describe the bug
while trying to load custom dataset from jsonl file, I get the error: "metadata.jsonl doesn't contain any data files"
### Steps to reproduce the bug
This is my [metadata_v2.jsonl](https://github.com/user-attachm... | [
-0.016234397888183594,
0.07239946722984314,
-0.025297634303569794,
0.6795621514320374,
0.007368864491581917,
0.16623660922050476,
0.01661766692996025,
0.3690929114818573,
0.20603157579898834,
0.08262968063354492,
-0.02496563084423542,
0.1874658465385437,
-0.33143505454063416,
-0.0300496164... |
https://github.com/huggingface/datasets/issues/7001 | Datasetbuilder Local Download FileNotFoundError | Ok it seems the solution is to use the directory string without the trailing "/" which in my case as:
`parquet_dir = "~/data/Parquet" `
Still i think this is a weird behavior... | ### Describe the bug
So I was trying to download a dataset and save it as parquet and I follow the [tutorial](https://huggingface.co/docs/datasets/filesystems#download-and-prepare-a-dataset-into-a-cloud-storage) of Huggingface. However, during the excution I face a FileNotFoundError.
I debug the code and it seems... | 32 | Datasetbuilder Local Download FileNotFoundError
### Describe the bug
So I was trying to download a dataset and save it as parquet and I follow the [tutorial](https://huggingface.co/docs/datasets/filesystems#download-and-prepare-a-dataset-into-a-cloud-storage) of Huggingface. However, during the excution I face a F... | [
-0.09115815162658691,
0.007688999176025391,
0.09595905244350433,
0.43190717697143555,
0.4101852774620056,
-0.025620467960834503,
-0.22146721184253693,
-0.05176712945103645,
-0.20363929867744446,
0.24639157950878143,
0.09236932545900345,
0.071162648499012,
-0.008753609843552113,
-0.00749091... |
https://github.com/huggingface/datasets/issues/6995 | ImportError when importing datasets.load_dataset | What is the version of your installed `huggingface-hub`:
```python
import huggingface_hub
print(huggingface_hub.__version__)
```
It seems you have a very old version of `huggingface-hub`, where `CommitInfo` was not still implemented. You need to update it:
```
pip install -U huggingface-hub
```
Note that `... | ### Describe the bug
I encountered an ImportError while trying to import `load_dataset` from the `datasets` module in Hugging Face. The error message indicates a problem with importing 'CommitInfo' from 'huggingface_hub'.
### Steps to reproduce the bug
1. pip install git+https://github.com/huggingface/datasets
2. f... | 52 | ImportError when importing datasets.load_dataset
### Describe the bug
I encountered an ImportError while trying to import `load_dataset` from the `datasets` module in Hugging Face. The error message indicates a problem with importing 'CommitInfo' from 'huggingface_hub'.
### Steps to reproduce the bug
1. pip instal... | [
-0.27894434332847595,
-0.16736024618148804,
-0.019220074638724327,
0.3342856764793396,
0.27266108989715576,
0.03040923923254013,
0.09082164615392685,
0.2282353639602661,
0.17126117646694183,
0.17551535367965698,
-0.1372210830450058,
-0.05400799587368965,
-0.09396711736917496,
0.36028906702... |
https://github.com/huggingface/datasets/issues/6995 | ImportError when importing datasets.load_dataset | The error message says there is no CommitInfo in your installed huggingface-hub library:
```
ImportError: cannot import name 'CommitInfo' from 'huggingface_hub' (D:\Anaconda3\envs\CS224S\Lib\site-packages\huggingface_hub_init_.py)
```
And this is implemented since version 0.10.0:
- https://github.com/huggingface... | ### Describe the bug
I encountered an ImportError while trying to import `load_dataset` from the `datasets` module in Hugging Face. The error message indicates a problem with importing 'CommitInfo' from 'huggingface_hub'.
### Steps to reproduce the bug
1. pip install git+https://github.com/huggingface/datasets
2. f... | 32 | ImportError when importing datasets.load_dataset
### Describe the bug
I encountered an ImportError while trying to import `load_dataset` from the `datasets` module in Hugging Face. The error message indicates a problem with importing 'CommitInfo' from 'huggingface_hub'.
### Steps to reproduce the bug
1. pip instal... | [
-0.27894434332847595,
-0.16736024618148804,
-0.019220074638724327,
0.3342856764793396,
0.27266108989715576,
0.03040923923254013,
0.09082164615392685,
0.2282353639602661,
0.17126117646694183,
0.17551535367965698,
-0.1372210830450058,
-0.05400799587368965,
-0.09396711736917496,
0.36028906702... |
https://github.com/huggingface/datasets/issues/6992 | Dataset with streaming doesn't work with proxy | Hi ! can you try updating `datasets` and `huggingface_hub` ?
```
pip install -U datasets huggingface_hub
``` | ### Describe the bug
I'm currently trying to stream data using dataset since the dataset is too big but it hangs indefinitely without loading the first batch. I use AIMOS which is a supercomputer that uses proxy to connect to the internet. I assume it has to do with the network configurations. I've already set up both... | 17 | Dataset with streaming doesn't work with proxy
### Describe the bug
I'm currently trying to stream data using dataset since the dataset is too big but it hangs indefinitely without loading the first batch. I use AIMOS which is a supercomputer that uses proxy to connect to the internet. I assume it has to do with the... | [
-0.7595154047012329,
-0.10635515302419662,
-0.07152166217565536,
0.05183333158493042,
0.46253055334091187,
-0.08935867249965668,
0.3620522618293762,
-0.005497589707374573,
0.16050976514816284,
-0.06045207381248474,
0.04542510211467743,
-0.0038897281046956778,
0.20361945033073425,
0.1351694... |
https://github.com/huggingface/datasets/issues/6985 | AttributeError: module 'pyarrow.lib' has no attribute 'ListViewType' | "Please note that the error is raised just at import:\r\n```python\r\nimport pyarrow.parquet as pq\r(...TRUNCATED) | "### Describe the bug\n\nI have been struggling with this for two days, any help would be appreciate(...TRUNCATED) | 121 | "AttributeError: module 'pyarrow.lib' has no attribute 'ListViewType' \n ### Describe the bug\n\nI h(...TRUNCATED) | [-0.18593543767929077,-0.4933111071586609,-0.03907205909490585,0.42739152908325195,0.484800398349761(...TRUNCATED) |
https://github.com/huggingface/datasets/issues/6985 | AttributeError: module 'pyarrow.lib' has no attribute 'ListViewType' | "It is not a problem with the `datasets` library: we support latest version of `pyarrow` and our Con(...TRUNCATED) | "### Describe the bug\n\nI have been struggling with this for two days, any help would be appreciate(...TRUNCATED) | 211 | "AttributeError: module 'pyarrow.lib' has no attribute 'ListViewType' \n ### Describe the bug\n\nI h(...TRUNCATED) | [-0.18593543767929077,-0.4933111071586609,-0.03907205909490585,0.42739152908325195,0.484800398349761(...TRUNCATED) |
https://github.com/huggingface/datasets/issues/6984 | Convert polars DataFrame back to datasets | "Hi ! Thanks for reporting :)\r\n\r\nWe don't support `large_list` yet, though it should be added to(...TRUNCATED) | "### Feature request\n\nThis returns error.\r\n```python\r\nfrom datasets import Dataset\r\n\r\ndsdf(...TRUNCATED) | 25 | "Convert polars DataFrame back to datasets \n ### Feature request\n\nThis returns error.\r\n```pytho(...TRUNCATED) | [-0.29300931096076965,-0.4047183096408844,-0.11217483878135681,0.10133212804794312,0.460617959499359(...TRUNCATED) |
End of preview. Expand in Data Studio
README.md exists but content is empty.
- Downloads last month
- 7