neginr commited on
Commit
c284d2f
·
verified ·
1 Parent(s): 5f28c95

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: gpt
2
+ bf16: true
3
+ content_tag: value
4
+ cutoff_len: 16384
5
+ dataset: /leonardo_work/EUHPC_E03_068/negin/datasets_cache/mlfoundations-dev/r1_annotated_finqa
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
+ flash_attn: sdpa
13
+ formatting: sharegpt
14
+ global_batch_size: 512
15
+ gradient_accumulation_steps: 16
16
+ hub_model_id: mlfoundations-dev/DCFT-r1_annotated_finqa-etash
17
+ include_hp: dcft/train/hp_settings/reasoning.yaml
18
+ learning_rate: 8.0e-05
19
+ logging_steps: 1
20
+ lr_scheduler_type: cosine
21
+ max_samples: 1000000
22
+ messages: conversations
23
+ model_name_or_path: /leonardo_work/EUHPC_E03_068/eguha/models_cache/Qwen/Qwen2.5-7B-Instruct
24
+ num_train_epochs: 3.0
25
+ output_dir: /leonardo_work/EUHPC_E03_068/negin/checkoints/r1_annotated_finqa
26
+ overwrite_cache: true
27
+ per_device_train_batch_size: 1
28
+ plot_loss: true
29
+ preprocessing_num_workers: 16
30
+ push_to_db: false
31
+ push_to_hub: false
32
+ report_to: wandb
33
+ role_tag: from
34
+ run_name: DCFT-r1_annotated_finqa-etash
35
+ save_strategy: epoch
36
+ stage: sft
37
+ template: qwen25
38
+ torch_compile: true
39
+ use_unsloth_gc: false
40
+ user_tag: human
41
+ warmup_ratio: 0.1