File size: 157 Bytes
277ed5d |
1 2 3 4 5 6 7 |
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"
|
277ed5d |
1 2 3 4 5 6 7 |
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"
|