LLaMA-Factory-Mirror/examples/train_full/llama3_full_predict.yaml

24 lines
413 B
YAML
Raw Normal View History

2024-05-17 01:02:00 +08:00
### model
2024-05-06 22:51:02 +08:00
model_name_or_path: saves/llama3-8b/full/sft
2024-05-17 01:02:00 +08:00
### method
2024-05-06 22:51:02 +08:00
stage: sft
do_predict: true
finetuning_type: full
2024-05-17 01:02:00 +08:00
### dataset
2024-05-18 03:44:56 +08:00
dataset: identity,alpaca_en_demo
2024-05-06 22:51:02 +08:00
template: llama3
cutoff_len: 1024
max_samples: 50
overwrite_cache: true
preprocessing_num_workers: 16
2024-05-17 01:02:00 +08:00
### output
2024-05-06 22:51:02 +08:00
output_dir: saves/llama3-8b/full/predict
overwrite_output_dir: true
2024-05-17 01:02:00 +08:00
### eval
2024-05-06 22:51:02 +08:00
per_device_eval_batch_size: 1
predict_with_generate: true