| python scripts/main_eval.py \ | |
| --model hf-causal \ | |
| --model_args $MODEL_ARGS \ | |
| --tasks "jsquad-1.1-0.2" \ | |
| --num_fewshot "2" \ | |
| --output_path "result.json" | |
| python scripts/main_eval.py \ | |
| --model hf-causal \ | |
| --model_args $MODEL_ARGS \ | |
| --tasks "jsquad-1.1-0.2" \ | |
| --num_fewshot "2" \ | |
| --output_path "result.json" | |