XIE JINGCHENG
Results
1
comments of
XIE JINGCHENG
I think it is a lm_eval version problem, I modified the code as follows, but encountered other problems ``` def eval_zero_shot(model_name, model, tokenizer, task_list=["boolq","rte","hellaswag","winogrande","arc_challenge","arc_easy","openbookqa"], num_fewshot=0, use_accelerate=False, add_special_tokens=False): from lm_eval import...