microsoft / LMOps

General technology for enabling AI capabilities w/ LLMs and MLLMs
https://aka.ms/GeneralAI
MIT License
3.71k stars 283 forks source link

[UPRISE}When use llm to score the prompt,the connection stopped. #245

Closed zhouchang123 closed 2 weeks ago

zhouchang123 commented 4 months ago

When use llm to score the prompt,the connection stopped.Thus the files are not complete. Can I operate a new same order to continue score the prompts? image

zhouchang123 commented 4 months ago

image When load piqa dataset ,a problem happened.

cdxeve commented 4 months ago

try pip install --upgrade datasets? And it seems that the huggingface official piqa dataset has been removed, you may download this one.

zhouchang123 commented 4 months ago

Do you mean download the file to local and download from remote like this? image

cdxeve commented 4 months ago

Both are okay. Please read the official documentation for detailed instructions.