Open pedrogengo opened 1 year ago
Hey!
I'm trying to run the following command using the lm-eval cli, but I can't reproduce the results you shared. Did you do something different? If not, do you have any idea where I'm doing wrong?
python main.py \ --model gpt2 \ --model_args pretrained=EleutherAI/gpt-neo-125M \ --device 0 \ --tasks wikitext \ --batch_size 1
May I ask what is the result of the EleutherAI/gpt-neo-125? Did you get an error when using it?
Hey!
I'm trying to run the following command using the lm-eval cli, but I can't reproduce the results you shared. Did you do something different? If not, do you have any idea where I'm doing wrong?