Views
No views yet
0.13.0.dev01base_model: meta-llama/Llama-3.2-3B-Instruct
2trust_remote_code: true
3strict: false
4
5chat_template: chatml
6
7load_in_8bit: false
8load_in_4bit: false
9
10plugins:
11 - axolotl.integrations.liger.LigerPlugin
12
13liger_rope: true
14liger_rms_norm: true
15liger_glu_activation: true
16liger_layer_norm: true
17liger_fused_linear_cross_entropy: true
18
19datasets:
20 - path: ./outputs/dataset_tokenlab/train
21 type: chat_template
22 weight: 0.8
23 - path: ./outputs/dataset_cemig/train
24 type: chat_template
25 weight: 0.2
26
27validation_datasets:
28 - path: ./outputs/dataset_tokenlab/validation
29 type: chat_template
30 weight: 0.8
31 - path: ./outputs/dataset_cemig/validation
32 type: chat_template
33 weight: 0.2
34
35test_datasets:
36 - path: ./outputs/dataset_tokenlab/test
37 type: chat_template
38 weight: 0.8
39 - path: ./outputs/dataset_cemig/test
40 type: chat_template
41 weight: 0.2
42
43val_set_size: 0.0
44
45dataset_prepared_path: ./outputs/dataset_prepared
46output_dir: ./outputs/cemig-sft-2gpu-chatml-2048/
47
48sequence_len: 2048
49sample_packing: true
50pad_to_sequence_len: true
51flash_attn: true
52
53gradient_checkpointing: true
54micro_batch_size: 4
55gradient_accumulation_steps: 4
56
57num_epochs: 2
58optimizer: adamw_torch_fused
59learning_rate: 1.0e-5
60lr_scheduler: cosine
61cosine_constant_lr_ratio: 0
62cosine_min_lr_ratio: 0.1
63warmup_ratio: 0.1
64weight_decay: 0.0
65
66bf16: true
67tf32: true
68save_only_model: true
69
70logging_steps: 1
71evals_per_epoch: 4
72saves_per_epoch: 2
73
74special_tokens:
75 pad_token: <|finetune_right_pad_id|>
76
77dataloader_num_workers: 4
78dataloader_prefetch_factor: 2
79
80wandb_project: llama32-3b-dados-cemig-chatml-2048
81wandb_entity: null
82wandb_name: llama3.2-3b-tokenlab-more-cemig-data-chatml-2048
83wandb_log_model: checkpoint
84| Training Loss | Epoch | Step | Validation Loss | Active (gib) | Allocated (gib) | Reserved (gib) |
|---|---|---|---|---|---|---|
| No log | 0 | 0 | 1.9833 | 17.34 | 17.34 | 17.48 |
| 0.7873 | 0.2500 | 9959 | 0.7749 | 30.79 | 30.79 | 36.74 |
| 0.6617 | 0.5000 | 19918 | 0.6996 | 30.79 | 30.79 | 35.42 |
| 0.6314 | 0.7500 | 29877 | 0.6771 | 30.79 | 30.79 | 35.42 |
| 0.6538 | 1.0001 | 39836 | 0.6668 | 30.79 | 30.79 | 35.42 |
| 0.7352 | 1.2501 | 49795 | 0.6615 | 30.79 | 30.79 | 35.42 |
| 0.66 | 1.5001 | 59754 | 0.6585 | 30.79 | 30.79 | 35.42 |
| 0.6365 | 1.7501 | 69713 | 0.6568 | 30.79 | 30.79 | 35.42 |