LLaMA-Factory-310P3/examples/train_lora/llama3_lora_eval.yaml

20 lines
292 B
YAML
Raw Normal View History

2024-05-17 01:02:00 +08:00
### model
2024-05-06 21:47:00 +08:00
model_name_or_path: meta-llama/Meta-Llama-3-8B-Instruct
adapter_name_or_path: saves/llama3-8b/lora/sft
2024-05-17 01:02:00 +08:00
### method
2024-05-06 21:47:00 +08:00
finetuning_type: lora
2024-05-17 01:02:00 +08:00
### dataset
2024-05-06 21:47:00 +08:00
task: mmlu
split: test
template: fewshot
lang: en
n_shot: 5
2024-05-17 01:02:00 +08:00
### output
2024-05-06 21:47:00 +08:00
save_dir: saves/llama3-8b/lora/eval
2024-05-17 01:02:00 +08:00
### eval
2024-05-06 21:47:00 +08:00
batch_size: 4