From 80a34902a4a28a342b5eb8f66db7c0f69d4c2e5d Mon Sep 17 00:00:00 2001 From: 4n3mone Date: Mon, 1 Jul 2024 00:17:10 +0000 Subject: [PATCH] fix : fix typo and depreciated argment in example --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cb1ea3f..8f4430f 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,8 @@ pr 적극 환영합니다. ## Evalutation Example EEVE 템플릿, GPU 0,1 사용, model_len 4096 ``` -python generator.py --model yanolja/EEVE-Korean-Instruct-10.8B-v1.0 --template templates/template-EEVE.json --gpu_devices 0,1 --model_len 4096 -python judgement.py --o yanolja_EEVE-Korean-Instruct-10.8B-v1.0.jsonl --k sk-somethingsomething --t 30 +python generator.py --model yanolja/EEVE-Korean-Instruct-10.8B-v1.0 --gpu_devices 0,1 --model_len 4096 +python judgement.py -o yanolja_EEVE-Korean-Instruct-10.8B-v1.0.jsonl -k sk-somethingsomething -t 30 python score.py -p ./results/judge_HyperClovaX.jsonl ```