Upload configs.yaml with huggingface_hub
Browse files- configs.yaml +38 -0
configs.yaml
ADDED
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
assistant_tag: assistant
|
2 |
+
bf16: true
|
3 |
+
content_tag: value
|
4 |
+
cutoff_len: 16384
|
5 |
+
dataset: /leonardo_work/EUHPC_E03_068/marianna/lf_datasets/mlfoundations-dev/code-stratos-verified-scaled-0.5
|
6 |
+
dataset_dir: ONLINE
|
7 |
+
ddp_timeout: 180000000
|
8 |
+
deepspeed: dcft/train/zero3_offload.json
|
9 |
+
do_train: true
|
10 |
+
enable_liger_kernel: true
|
11 |
+
finetuning_type: full
|
12 |
+
formatting: sharegpt
|
13 |
+
global_batch_size: 96
|
14 |
+
gradient_accumulation_steps: 1
|
15 |
+
hub_model_id: mlfoundations-dev/mlfoundations-dev_code-stratos-verified-scaled-0_5_stratos_7b
|
16 |
+
learning_rate: 1.0e-05
|
17 |
+
logging_steps: 1
|
18 |
+
lr_scheduler_type: cosine
|
19 |
+
max_samples: 1000000
|
20 |
+
messages: conversations
|
21 |
+
model_name_or_path: Qwen/Qwen2.5-7B-Instruct
|
22 |
+
num_train_epochs: 3.0
|
23 |
+
output_dir: /leonardo_scratch/large/userexternal/mnezhuri/dcft_checkpoints/mlfoundations-dev_code-stratos-verified-scaled-0.5_stratos_7b
|
24 |
+
overwrite_cache: true
|
25 |
+
per_device_train_batch_size: 1
|
26 |
+
plot_loss: true
|
27 |
+
preprocessing_num_workers: 16
|
28 |
+
push_to_db: false
|
29 |
+
push_to_hub: false
|
30 |
+
report_to: wandb
|
31 |
+
role_tag: from
|
32 |
+
run_name: Bespoke-Stratos-17k
|
33 |
+
save_steps: 100
|
34 |
+
stage: sft
|
35 |
+
template: qwen25
|
36 |
+
tokenized_path: /leonardo_work/EUHPC_E03_068/marianna/lf_datasets/mlfoundations-dev_code-stratos-verified-scaled-0.5_tokenized
|
37 |
+
user_tag: user
|
38 |
+
warmup_ratio: 0.1
|