reinhardh commited on
Commit
ef5a6fb
·
verified ·
1 Parent(s): b93dd28

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: 4096
5
+ dataset: mlfoundations-dev/s1_ablation_diversity_sampling_27k
6
+ dataset_dir: ONLINE
7
+ ddp_timeout: 180000000
8
+ deepspeed: dcft/train/zero3.json
9
+ do_train: true
10
+ enable_liger_kernel: true
11
+ finetuning_type: full
12
+ formatting: sharegpt
13
+ global_batch_size: 96
14
+ gradient_accumulation_steps: 6
15
+ hub_model_id: mlfoundations-dev/qwen_s1ablation_diversity_sampling_27k
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: Qwen/Qwen2.5-7B-Instruct
22
+ neat_packing: true
23
+ num_train_epochs: 3.0
24
+ output_dir: /data/horse/ws/rehe951g-p_finetuning/checkpoints/qwen_s1ablation_diversity_sampling_27k
25
+ overwrite_cache: true
26
+ overwrite_output_dir: false
27
+ packing: true
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: qwen_s1ablation_diversity_sampling_27k
37
+ save_steps: 10
38
+ stage: sft
39
+ template: qwen25
40
+ user_tag: user
41
+ warmup_ratio: 0.1