sedrickkeh commited on
Commit
ff59855
·
verified ·
1 Parent(s): a7caec7

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: gpt
2
+ bf16: 'True'
3
+ content_tag: value
4
+ cutoff_len: '16384'
5
+ dataloader_num_workers: '8'
6
+ dataloader_persistent_workers: 'True'
7
+ dataloader_pin_memory: 'True'
8
+ dataset: mlfoundations-dev/wikipedia_seed_science
9
+ dataset_dir: ONLINE
10
+ ddp_timeout: '180000000'
11
+ deepspeed: /opt/ml/code/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: mlfoundations-dev/ds_no_offload_liger_packing_dataloader
19
+ learning_rate: 1e-05
20
+ logging_steps: '1'
21
+ lr_scheduler_type: cosine
22
+ max_samples: '1000000'
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: /opt/ml/model
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: ds_no_offload_liger_packing_dataloader
38
+ save_strategy: epoch
39
+ stage: sft
40
+ template: qwen25
41
+ user_tag: human
42
+ warmup_ratio: '0.1'