reinhardh commited on
Commit
6e09d14
·
verified ·
1 Parent(s): c546e4b

Upload configs.yaml with huggingface_hub

Browse files
Files changed (1) hide show
  1. configs.yaml +41 -0
configs.yaml ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ assistant_tag: assistant
2
+ bf16: true
3
+ content_tag: value
4
+ cutoff_len: 2048
5
+ dataset: mlfoundations-dev/openthoughts1_short
6
+ dataset_dir: ONLINE
7
+ ddp_timeout: 180000000
8
+ deepspeed: dcft/train/zero3_dclm.json
9
+ do_train: true
10
+ enable_liger_kernel: true
11
+ finetuning_type: full
12
+ formatting: sharegpt
13
+ global_batch_size: 16
14
+ gradient_accumulation_steps: 2
15
+ hub_model_id: mlfoundations-dev/dclm_baseline_openthoughts1
16
+ learning_rate: 1.0e-05
17
+ logging_steps: 1
18
+ lr_scheduler_type: cosine
19
+ max_samples: 1000000
20
+ messages: conversations
21
+ model_name_or_path: apple/DCLM-7B
22
+ neat_packing: false
23
+ num_train_epochs: 5.0
24
+ output_dir: /data/horse/ws/rehe951g-p_finetuning/checkpoints/dclm_baseline_openthoughts1
25
+ overwrite_cache: true
26
+ overwrite_output_dir: true
27
+ packing: false
28
+ per_device_eval_batch_size: 2
29
+ per_device_train_batch_size: 2
30
+ plot_loss: true
31
+ preprocessing_num_workers: 16
32
+ push_to_db: true
33
+ push_to_hub: true
34
+ report_to: wandb
35
+ role_tag: from
36
+ run_name: dclm_baseline_openthoughts1
37
+ save_steps: 10
38
+ stage: sft
39
+ template: qwen25
40
+ user_tag: user
41
+ warmup_ratio: 0.1