update examples

Former-commit-id: 0a690ada6f
This commit is contained in:
hiyouga
2024-08-09 20:13:46 +08:00
parent 5eacd17090
commit f8c11bd540
3 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
### model
model_name_or_path: meta-llama/Meta-Llama-3-8B-Instruct
model_name_or_path: Qwen/Qwen2-1.5B-Instruct
### method
stage: sft
@@ -9,14 +9,14 @@ use_adam_mini: true
### dataset
dataset: identity,alpaca_en_demo
template: llama3
template: qwen
cutoff_len: 1024
max_samples: 1000
overwrite_cache: true
preprocessing_num_workers: 16
### output
output_dir: saves/llama3-8b/full/sft
output_dir: saves/qwen2-1_5b/full/sft
logging_steps: 10
save_steps: 500
plot_loss: true