reinhardh commited on
Commit
47943e0
·
verified ·
1 Parent(s): 1c4703a

Upload configs.yaml with huggingface_hub

Browse files
Files changed (1) hide show
  1. configs.yaml +44 -0
configs.yaml ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ adam_beta1: 0.9
2
+ adam_beta2: 0.999
3
+ bf16: true
4
+ cutoff_len: 2048
5
+ dataset: mlfoundations-dev/wia_dcft_convert_to_shargpt
6
+ dataset_dir: ONLINE
7
+ ddp_timeout: 180000000
8
+ deepspeed: dcft/train/zero3.json
9
+ do_train: true
10
+ enable_liger_kernel: true
11
+ eval_strategy: epoch
12
+ finetuning_type: full
13
+ formatting: sharegpt
14
+ global_batch_size: 512
15
+ gradient_accumulation_steps: 16
16
+ gradient_checkpointing: true
17
+ hub_model_id: mlfoundations-dev/llama3_mammoth_dcft_ablation_50k
18
+ learning_rate: 5.0e-06
19
+ logging_steps: 10
20
+ lr_scheduler_type: constant
21
+ max_grad_norm: 1
22
+ messages: conversations
23
+ model_name_or_path: meta-llama/Llama-3.1-8B
24
+ neat_packing: true
25
+ num_train_epochs: 3.0
26
+ output_dir: /data/horse/ws/rehe951g-p_finetuning/checkpoints
27
+ overwrite_cache: true
28
+ overwrite_output_dir: true
29
+ packing: true
30
+ per_device_eval_batch_size: 4
31
+ per_device_train_batch_size: 8
32
+ plot_loss: true
33
+ preprocessing_num_workers: 16
34
+ push_to_db: true
35
+ push_to_hub: true
36
+ report_to: wandb
37
+ run_name: llama3_mammoth_dcft_ablation_50k
38
+ save_strategy: epoch
39
+ stage: sft
40
+ template: llama3
41
+ val_size: 0.05
42
+ warmup_ratio: 0.1
43
+ warmup_steps: 1738
44
+ weight_decay: 0.1