sedrickkeh commited on
Commit
d1797d4
·
verified ·
1 Parent(s): d36a4de

Upload configs.yaml with huggingface_hub

Browse files
Files changed (1) hide show
  1. configs.yaml +35 -0
configs.yaml ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ assistant_tag: assistant
2
+ bf16: 'True'
3
+ content_tag: value
4
+ cutoff_len: '16384'
5
+ dataset: open-thoughts/OpenThoughts-114k
6
+ dataset_dir: ONLINE
7
+ ddp_timeout: '180000000'
8
+ deepspeed: /opt/ml/code/zero3.json
9
+ do_train: 'True'
10
+ finetuning_type: full
11
+ formatting: sharegpt
12
+ global_batch_size: '1024'
13
+ gradient_accumulation_steps: '32'
14
+ hub_model_id: mlfoundations-dev/global_batchsize_1024_laradjusted32
15
+ learning_rate: '5.656854e-05'
16
+ logging_steps: '1'
17
+ lr_scheduler_type: cosine
18
+ messages: conversations
19
+ model_name_or_path: Qwen/Qwen2.5-7B-Instruct
20
+ num_train_epochs: '3.0'
21
+ output_dir: /opt/ml/model
22
+ overwrite_cache: 'True'
23
+ per_device_train_batch_size: '1'
24
+ plot_loss: 'True'
25
+ preprocessing_num_workers: '16'
26
+ push_to_db: 'True'
27
+ push_to_hub: 'True'
28
+ report_to: wandb
29
+ role_tag: from
30
+ run_name: global_batchsize_1024_laradjusted32
31
+ save_strategy: epoch
32
+ stage: sft
33
+ template: qwen25
34
+ user_tag: user
35
+ warmup_ratio: '0.1'