Merge pull request #2194 from junuMoon/patch-1

fix: typo on README.md
Former-commit-id: 3aa8901994307add09c56a6405b47938241112b4
This commit is contained in:
hoshi-hiyouga 2024-01-15 20:21:28 +08:00 committed by GitHub
commit 675f4d12d7

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 \