neginr commited on
Commit
0fb03c8
·
verified ·
1 Parent(s): fbf6c9a

Upload configs.yaml with huggingface_hub

Browse files
Files changed (1) hide show
  1. configs.yaml +42 -0
configs.yaml ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ assistant_tag: assistant
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: mlfoundations-dev/s1K-sharegpt
9
+ dataset_dir: ONLINE
10
+ ddp_timeout: 180000000
11
+ deepspeed: dcft/train/zero3.json
12
+ do_train: true
13
+ enable_liger_kernel: false
14
+ finetuning_type: full
15
+ formatting: sharegpt
16
+ global_batch_size: 96
17
+ gradient_accumulation_steps: 3
18
+ hub_model_id: mlfoundations-dev/s1K-sharegpt
19
+ include_hp: dcft/train/hp_settings/reasoning.yaml
20
+ learning_rate: 1.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
+ neat_packing: true
26
+ num_train_epochs: 3.0
27
+ output_dir: /tmp/dcft_checkpoints/s1K-sharegpt
28
+ overwrite_cache: true
29
+ packing: true
30
+ per_device_train_batch_size: 1
31
+ plot_loss: true
32
+ preprocessing_num_workers: 16
33
+ push_to_db: true
34
+ push_to_hub: true
35
+ report_to: wandb
36
+ role_tag: from
37
+ run_name: s1K-test
38
+ save_strategy: epoch
39
+ stage: sft
40
+ template: qwen25
41
+ user_tag: user
42
+ warmup_ratio: 0.1