From eada49e56b3c58ce8afe27495e2530e958955658 Mon Sep 17 00:00:00 2001 From: codingma Date: Wed, 7 Aug 2024 18:24:19 +0800 Subject: [PATCH] fix eval_dataset in example Former-commit-id: e1ffc54f7e58419cc8da958a4d3c2697e18d5583 --- examples/train_full/llama3_full_predict.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/train_full/llama3_full_predict.yaml b/examples/train_full/llama3_full_predict.yaml index ebe303c9..965c8e89 100644 --- a/examples/train_full/llama3_full_predict.yaml +++ b/examples/train_full/llama3_full_predict.yaml @@ -7,7 +7,7 @@ do_predict: true finetuning_type: full ### dataset -dataset: identity,alpaca_en_demo +eval_dataset: alpaca_en_demo template: llama3 cutoff_len: 1024 max_samples: 50