gsmyrnis commited on
Commit
146ddd2
·
verified ·
1 Parent(s): 1cc1cab

Upload configs.yaml with huggingface_hub

Browse files
Files changed (1) hide show
  1. configs.yaml +37 -0
configs.yaml ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ assistant_tag: gpt
2
+ bf16: true
3
+ content_tag: value
4
+ cutoff_len: 16384
5
+ dataset: mlfoundations-dev/code_ablate_duplications_6
6
+ dataset_dir: ONLINE
7
+ ddp_timeout: 180000000
8
+ deepspeed: dcft/train/zero3.json
9
+ do_train: true
10
+ eval_strategy: 'no'
11
+ finetuning_type: full
12
+ formatting: sharegpt
13
+ global_batch_size: 96
14
+ gradient_accumulation_steps: 3
15
+ hub_model_id: mlfoundations-dev/qwen2-5_code_ablate_duplications_6
16
+ include_hp: dcft/train/hp_settings/reasoning_old.yaml
17
+ learning_rate: 1.0e-05
18
+ logging_steps: 1
19
+ lr_scheduler_type: cosine
20
+ messages: conversations
21
+ model_name_or_path: Qwen/Qwen2.5-7B-Instruct
22
+ num_train_epochs: 3.0
23
+ output_dir: /tmp/dcft_checkpoints/train/checkpoints/qwen2-5_code_ablate_duplications_6
24
+ overwrite_cache: true
25
+ per_device_train_batch_size: 1
26
+ plot_loss: true
27
+ preprocessing_num_workers: 16
28
+ push_to_db: true
29
+ push_to_hub: true
30
+ report_to: wandb
31
+ role_tag: from
32
+ run_name: qwen2-5_code_ablate_duplications_6
33
+ save_strategy: epoch
34
+ stage: sft
35
+ template: qwen25
36
+ user_tag: human
37
+ warmup_ratio: 0.1