sedrickkeh commited on
Commit
bdc6d3a
·
verified ·
1 Parent(s): d7a5915

Upload configs.yaml with huggingface_hub

Browse files
Files changed (1) hide show
  1. configs.yaml +43 -0
configs.yaml ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ adam_beta1: '0.9'
2
+ adam_beta2: '0.999'
3
+ bf16: 'True'
4
+ cutoff_len: '2048'
5
+ dataset: mlfoundations-dev/oh-dcft-v3.1-llama-3.1-405b
6
+ dataset_dir: ONLINE
7
+ ddp_timeout: '180000000'
8
+ deepspeed: /opt/ml/code/zero3.json
9
+ do_train: 'True'
10
+ enable_liger_kernel: 'False'
11
+ eval_strategy: epoch
12
+ finetuning_type: full
13
+ formatting: sharegpt
14
+ global_batch_size: '512'
15
+ gradient_accumulation_steps: '8'
16
+ gradient_checkpointing: 'True'
17
+ hub_model_id: mlfoundations-dev/mistral_7b_0-3_oh-dcft-v3.1-llama-3.1-405b-v2dummytesting
18
+ learning_rate: 5e-06
19
+ logging_steps: '10'
20
+ lr_scheduler_kwargs: min_lr=5e-07
21
+ lr_scheduler_type: cosine_with_min_lr
22
+ max_grad_norm: '1'
23
+ messages: conversations
24
+ model_name_or_path: mistralai/Mistral-7B-v0.3
25
+ neat_packing: 'True'
26
+ num_train_epochs: '3.0'
27
+ output_dir: /opt/ml/model
28
+ overwrite_cache: 'True'
29
+ overwrite_output_dir: 'True'
30
+ packing: 'True'
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: mistral_7b_0-3_oh-dcft-v3.1-llama-3.1-405b
38
+ save_strategy: epoch
39
+ stage: sft
40
+ template: mistral
41
+ val_size: '0.05'
42
+ warmup_ratio: '0.05'
43
+ weight_decay: '0.1'