sedrickkeh commited on
Commit
73ad8b4
1 Parent(s): 98899fb

Upload configs.yaml with huggingface_hub

Browse files
Files changed (1) hide show
  1. configs.yaml +47 -0
configs.yaml ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ adam_beta1: '0.9'
2
+ adam_beta2: '0.999'
3
+ assistant_tag: assistant
4
+ bf16: 'True'
5
+ content_tag: content
6
+ cutoff_len: '2048'
7
+ dataset: mlfoundations-dev/dcft_orca-agentinstruct-1M-v1-cleaned-singleturn
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: '2'
18
+ gradient_checkpointing: 'True'
19
+ hub_model_id: mlfoundations-dev/dcft_orca-agentinstruct-1M-v1-cleaned-singleturn
20
+ learning_rate: 5e-06
21
+ logging_steps: '10'
22
+ lr_scheduler_type: constant
23
+ max_grad_norm: '1'
24
+ messages: messages
25
+ model_name_or_path: meta-llama/Meta-Llama-3.1-8B
26
+ neat_packing: 'True'
27
+ num_train_epochs: '3.0'
28
+ output_dir: /opt/ml/checkpoints
29
+ overwrite_cache: 'True'
30
+ overwrite_output_dir: 'True'
31
+ packing: 'True'
32
+ per_device_train_batch_size: '8'
33
+ plot_loss: 'True'
34
+ preprocessing_num_workers: '16'
35
+ push_to_db: 'True'
36
+ push_to_hub: 'True'
37
+ report_to: wandb
38
+ role_tag: role
39
+ run_name: dcft_orca-agentinstruct-1M-v1-cleaned-singleturn
40
+ save_strategy: epoch
41
+ stage: sft
42
+ template: llama3
43
+ user_tag: user
44
+ val_size: '0.05'
45
+ warmup_ratio: '0.1'
46
+ warmup_steps: '1738'
47
+ weight_decay: '0.1'