huggingface / huggingface_hub

The official Python client for the Huggingface Hub.
https://huggingface.co/docs/huggingface_hub
Apache License 2.0
2.13k stars 559 forks source link

dataset is not working (Salama1429/tarteel-ai-everyayah-Quran) #2630

Open abdullah90ir opened 1 month ago

abdullah90ir commented 1 month ago

Describe the bug

the issue is when we try to download loading the dataset from the Huggingface (Salama1429/tarteel-ai-everyayah-Quran) :

File "/home/albaheli/.local/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 570, in http_get raise EnvironmentError( OSError: Consistency check failed: file should be of size 413081101 but has size 336252805 ((…)-00076-of-00192-b6fdc630acae1423.parquet). We are sorry for the inconvenience. Please retry with force_download=True. If the issue persists, please let us know by opening an issue on https://github.com/huggingface/huggingface_hub.

Reproduction

File "/home/albaheli/.local/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 570, in http_get raise EnvironmentError( OSError: Consistency check failed: file should be of size 413081101 but has size 336252805 ((…)-00076-of-00192-b6fdc630acae1423.parquet). We are sorry for the inconvenience. Please retry with force_download=True. If the issue persists, please let us know by opening an issue on https://github.com/huggingface/huggingface_hub.

Logs

the issue is when we try to download loading the dataset from the Huggingface (Salama1429/tarteel-ai-everyayah-Quran) :  OSError: Consistency check failed: file should be of size 413081101 but has size 336252805 ((…)-00076-of-00192-b6fdc630acae1423.parquet).
We are sorry for the inconvenience. Please retry with `force_download=True`.
If the issue persists, please let us know by opening an issue on https://github.com/huggingface/huggingface_hub.

System info

- Running in notebook ?: No
- Running in Google Colab ?: No
- Token path ?: /home/albaheli/.cache/huggingface/token
- Has saved token ?: False
- Configured git credential helpers:
- FastAI: N/A
- Tensorflow: 2.17.0
- Torch: 2.0.1
- Jinja2: 3.0.3
- Graphviz: 0.20.3
- keras: 3.4.1
- Pydot: N/A
- Pillow: 9.2.0
- hf_transfer: N/A
- gradio: N/A
- tensorboard: N/A
- numpy: 1.26.4
- pydantic: N/A
- aiohttp: 3.9.5
- ENDPOINT: https://huggingface.co
- HF_HUB_CACHE: /home/albaheli/.cache/huggingface/hub
- HF_ASSETS_CACHE: /home/albaheli/.cache/huggingface/assets
- HF_TOKEN_PATH: /home/albaheli/.cache/huggingface/token
- HF_HUB_OFFLINE: False
- HF_HUB_DISABLE_TELEMETRY: False
- HF_HUB_DISABLE_PROGRESS_BARS: None
- HF_HUB_DISABLE_SYMLINKS_WARNING: False
- HF_HUB_DISABLE_EXPERIMENTAL_WARNING: False
- HF_HUB_DISABLE_IMPLICIT_TOKEN: False
- HF_HUB_ENABLE_HF_TRANSFER: False
- HF_HUB_ETAG_TIMEOUT: 10
- HF_HUB_DOWNLOAD_TIMEOUT: 10
Wauplin commented 3 weeks ago

Hi @abdullah90ir I'm sorry for the inconvenience. Unfortunately, we can't do much about it. This usually happens when a silent network issue occurs while downloading the file. Retrying the download usually fixes it.