marianna13
commited on
Upload configs.yaml with huggingface_hub
Browse files- configs.yaml +42 -0
configs.yaml
ADDED
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
adam_beta1: 0.9
|
2 |
+
adam_beta2: 0.999
|
3 |
+
assistant_tag: gpt
|
4 |
+
bf16: true
|
5 |
+
content_tag: value
|
6 |
+
cutoff_len: 2048
|
7 |
+
dataset: /p/data1/mmlaion/marianna/lf_datasets/mlfoundations-dev/stackoverflow_500000_samples
|
8 |
+
dataset_dir: ONLINE
|
9 |
+
ddp_timeout: 180000000
|
10 |
+
deepspeed: dcft/train/zero3.json
|
11 |
+
do_train: true
|
12 |
+
enable_liger_kernel: false
|
13 |
+
eval_strategy: 'no'
|
14 |
+
finetuning_type: full
|
15 |
+
formatting: sharegpt
|
16 |
+
global_batch_size: 512
|
17 |
+
gradient_accumulation_steps: 4
|
18 |
+
gradient_checkpointing: true
|
19 |
+
hub_model_id: mlfoundations-dev/mlfoundations-dev_stackoverflow_500000_samples
|
20 |
+
learning_rate: 5.0e-06
|
21 |
+
logging_steps: 10
|
22 |
+
lr_scheduler_type: constant
|
23 |
+
max_grad_norm: 1
|
24 |
+
messages: conversations
|
25 |
+
model_name_or_path: meta-llama/Meta-Llama-3.1-8B
|
26 |
+
neat_packing: true
|
27 |
+
num_train_epochs: 3.0
|
28 |
+
output_dir: /p/data1/mmlaion/marianna/dcft_checkpoints/mlfoundations-dev_stackoverflow_500000_samples_meta-llama/Meta-Llama-3.1-8B
|
29 |
+
overwrite_cache: true
|
30 |
+
overwrite_output_dir: false
|
31 |
+
packing: true
|
32 |
+
per_device_train_batch_size: 4
|
33 |
+
plot_loss: false
|
34 |
+
preprocessing_num_workers: 16
|
35 |
+
push_to_db: false
|
36 |
+
push_to_hub: false
|
37 |
+
role_tag: from
|
38 |
+
save_strategy: epoch
|
39 |
+
stage: sft
|
40 |
+
template: llama3
|
41 |
+
user_tag: human
|
42 |
+
weight_decay: 0.1
|