neginr commited on
Commit
9bd7b3f
·
verified ·
1 Parent(s): ff7e785

Upload configs.yaml with huggingface_hub

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