[Bug] piqa or lambada dataset is not available
Prerequisite
- [x] I have searched Issues and Discussions but cannot get the expected help.
- [x] The bug has not been fixed in the latest version.
Type
I'm evaluating with the officially supported tasks/models/datasets.
Environment
I use python run.py --datasets piqa_gen --hf-type base --hf-path /root/autodl-tmp/deepseek-Qwen-1.5B --debug but get error other dataset like aime or math or HellaSwag or WinoGrande is avaliable, piqa and lambada dataset get error
Reproduces the problem - code/configuration sample
python run.py --datasets piqa_gen --hf-type base --hf-path /root/autodl-tmp/deepseek-Qwen-1.5B --debug
Reproduces the problem - command or script
python run.py --datasets piqa_gen --hf-type base --hf-path /root/autodl-tmp/deepseek-Qwen-1.5B --debug
Reproduces the problem - error message
(quarot) root@autodl-container-fee8478cb9-083f90fa:~/autodl-tmp/opencompass# python run.py --datasets piqa_gen --hf-type base --hf-path /root/autodl-tmp/deepseek-Qwen-1.5B --debug --batch-size 50
07/08 18:19:02 - OpenCompass - INFO - Loading piqa_gen: /root/autodl-tmp/opencompass/opencompass/configs/./datasets/piqa/piqa_gen.py
07/08 18:19:02 - OpenCompass - INFO - Loading example: /root/autodl-tmp/opencompass/opencompass/configs/./summarizers/example.py
07/08 18:19:02 - OpenCompass - INFO - Current exp folder: outputs/default/20250708_181902
07/08 18:19:02 - OpenCompass - WARNING - SlurmRunner is not used, so the partition argument is ignored.
07/08 18:19:02 - OpenCompass - INFO - ./data/piqa does not exist!Start Download data automatically!If you have downloaded the data before,You can specific COMPASS_DATA_CACHE to avoid downloading~
Traceback (most recent call last):
File "/root/autodl-tmp/opencompass/run.py", line 5, in
AssertionError: No valid url for ./data/piqa!
Please make sure ./data/piqa is correct
Other information
No response