From 44543fd888a16496804c680c8436a04b4a4b7b93 Mon Sep 17 00:00:00 2001 From: "Junu Moon(Fran)" Date: Mon, 15 Jan 2024 19:50:35 +0900 Subject: [PATCH] fix: typo on README.md Former-commit-id: 7a320de097114b27855e9358905cfb8a08d05a49 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a3e4d78c..7bb7eb68 100644 --- a/README.md +++ b/README.md @@ -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 \