Open lzd-1230 opened 4 months ago
That's a good question. LitGPT uses the simple_evaluate
function from the LM evaluation harness under the hood:
I currently don't see how one could override the paths for the tasks. There may be a way to do it, but I am not sure at this point.
Hi guys, I’m having trouble downloading huggingface datasets directly from code. So I need to download it through 1. mirror 2. offline by proxy
but by using cmd like
I couldn't find a way to specify my mirror url or my local dataset which is already downloaded. Is there any methods to realize my requirement? Appreciate it!