update examples

Former-commit-id: b6e008c152
This commit is contained in:
hiyouga
2024-06-13 03:15:06 +08:00
parent 8fccaf20c5
commit 0926d81053
27 changed files with 128 additions and 199 deletions

View File

@@ -8,9 +8,6 @@ do_train: true
finetuning_type: lora
lora_target: all
### ddp
ddp_timeout: 180000000
### dataset
dataset: identity,alpaca_en_demo
template: llama3
@@ -34,6 +31,7 @@ num_train_epochs: 3.0
lr_scheduler_type: cosine
warmup_ratio: 0.1
fp16: true
ddp_timeout: 180000000
### eval
val_size: 0.1