Closed JingyangXiang closed 6 months ago
hii sorry for the bothering. how to solve this?
Thanksss.
lm_eval can not preprocess piaq automatically, you can visit https://huggingface.co/datasets/piqa and download piqa.py, preprocess the piqa into .cache dir via datasets package before you run lm_eval.
"I encountered the error UnicodeDecodeError: 'utf-8' codec can't decode byte 0xb5 in position 1: invalid start byte while using hellaswag
. My solution is the following:"
Descrption
An error occurs when running
lm_eval
with the piqa task using EleutherAI/gpt-j-6b as follows:UnicodeDecodeError: 'utf-8' codec can't decode byte 0x8b in position 1: invalid start byte
Steps to Reproduce: