sedrickkeh commited on
Commit
200e300
1 Parent(s): a48cd9c

Upload configs.yaml with huggingface_hub

Browse files
Files changed (1) hide show
  1. configs.yaml +48 -0
configs.yaml ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ adam_beta1: '0.9'
2
+ adam_beta2: '0.999'
3
+ assistant_tag: gpt
4
+ bf16: 'True'
5
+ content_tag: value
6
+ cutoff_len: '2048'
7
+ dataset: mlfoundations-dev/oh-dcft-v3.1-gpt-4o-mini
8
+ dataset_dir: ONLINE
9
+ ddp_timeout: '180000000'
10
+ deepspeed: /opt/ml/code/zero3.json
11
+ do_train: 'True'
12
+ enable_liger_kernel: 'False'
13
+ eval_strategy: epoch
14
+ finetuning_type: full
15
+ formatting: sharegpt
16
+ global_batch_size: '512'
17
+ gradient_accumulation_steps: '16'
18
+ gradient_checkpointing: 'True'
19
+ hub_model_id: mlfoundations-dev/hp_ablations_gemma_scheduler_cosine_warmup0.05_minlr5e-7
20
+ learning_rate: 5e-06
21
+ logging_steps: '10'
22
+ lr_scheduler_kwargs: min_lr=5e-07
23
+ lr_scheduler_type: cosine_with_min_lr
24
+ max_grad_norm: '1'
25
+ messages: conversations
26
+ model_name_or_path: google/gemma-2-9b
27
+ neat_packing: 'True'
28
+ num_train_epochs: '3.0'
29
+ output_dir: /opt/ml/model
30
+ overwrite_cache: 'True'
31
+ overwrite_output_dir: 'True'
32
+ packing: 'True'
33
+ per_device_eval_batch_size: '4'
34
+ per_device_train_batch_size: '4'
35
+ plot_loss: 'True'
36
+ preprocessing_num_workers: '16'
37
+ push_to_db: 'True'
38
+ push_to_hub: 'True'
39
+ report_to: wandb
40
+ role_tag: from
41
+ run_name: hp_ablations_gemma_scheduler_cosine_warmup0.05_minlr5e-7
42
+ save_strategy: epoch
43
+ stage: sft
44
+ template: gemma
45
+ user_tag: human
46
+ val_size: '0.05'
47
+ warmup_ratio: '0.05'
48
+ weight_decay: '0.1'