fix: typo on README.md

Former-commit-id: 372066b559305a1428c88fbd6b01e332bfd5e3e1
This commit is contained in:
Junu Moon(Fran) 2024-01-15 19:50:35 +09:00 committed by GitHub
parent cfe1e24471
commit 18df39e3a1

View File

@ -532,7 +532,7 @@ CUDA_VISIBLE_DEVICES=0 python src/evaluate.py \
--model_name_or_path path_to_llama_model \
--adapter_name_or_path path_to_checkpoint \
--template vanilla \
--finetuning_type lora
--finetuning_type lora \
--task mmlu \
--split test \
--lang en \