fix: typo on README.md

Former-commit-id: 7a320de097114b27855e9358905cfb8a08d05a49
This commit is contained in:
Junu Moon(Fran) 2024-01-15 19:50:35 +09:00 committed by GitHub
parent 21020e51ca
commit 44543fd888

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 \