EtashGuha commited on
Commit
e2514eb
·
verified ·
1 Parent(s): c247a10

Upload configs.yaml with huggingface_hub

Browse files
Files changed (1) hide show
  1. configs.yaml +38 -0
configs.yaml ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ assistant_tag: gpt
2
+ bf16: true
3
+ content_tag: value
4
+ cutoff_len: 16384
5
+ dataset: /leonardo_work/EUHPC_E03_068/eguha/datasets_cache/mlfoundations-dev/instruction_filtering_random_code
6
+ dataset_dir: ONLINE
7
+ ddp_timeout: 180000000
8
+ deepspeed: dcft/train/zero3_offload.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: 3
15
+ hub_model_id: mlfoundations-dev/DCFT-instruction_filtering_random_code-etash
16
+ include_hp: dcft/train/hp_settings/reasoning.yaml
17
+ learning_rate: 1.0e-05
18
+ logging_steps: 1
19
+ lr_scheduler_type: cosine
20
+ max_samples: 1000000
21
+ messages: conversations
22
+ model_name_or_path: /leonardo_work/EUHPC_E03_068/eguha/models_cache/Qwen/Qwen2.5-7B-Instruct
23
+ num_train_epochs: 3.0
24
+ output_dir: /leonardo_work/EUHPC_E03_068/eguha/checkoints/instruction_filtering_random_code
25
+ overwrite_cache: true
26
+ per_device_train_batch_size: 1
27
+ plot_loss: true
28
+ preprocessing_num_workers: 16
29
+ push_to_db: false
30
+ push_to_hub: false
31
+ report_to: wandb
32
+ role_tag: from
33
+ run_name: DCFT-instruction_filtering_random_code-etash
34
+ save_strategy: epoch
35
+ stage: sft
36
+ template: qwen25
37
+ user_tag: human
38
+ warmup_ratio: 0.1