Views
No views yet
0.13.0.dev01base_model: meta-llama/Llama-3.2-3B
2tokenizer_type: AutoTokenizer
3trust_remote_code: true
4strict: false
5
6is_llama_derived_model: true
7
8chat_template: chatml
9
10plugins:
11 - axolotl.integrations.liger.LigerPlugin
12
13special_tokens:
14 pad_token: "<|eot_id|>"
15
16datasets:
17 - path: nvidia/Llama-Nemotron-Post-Training-Dataset
18 name: SFT
19 split: chat
20 type: chat_template
21 field_messages: input
22 message_property_mappings:
23 role: role
24 content: content
25 field_output: output
26
27train_on_inputs: false
28
29sequence_len: 8192
30eval_sequence_len: 8192
31pad_to_sequence_len: true
32sample_packing: true
33sample_packing_group_size: 100000
34sample_packing_bin_size: 200
35group_by_length: true
36
37flash_attn: true
38
39micro_batch_size: 1
40gradient_accumulation_steps: 8
41num_epochs: 5
42
43learning_rate: 2.0e-5
44optimizer: adamw_torch_fused
45adam_beta1: 0.9
46adam_beta2: 0.999
47adam_epsilon: 1.0e-8
48
49lr_scheduler: cosine
50warmup_steps: 100
51weight_decay: 0.0
52
53bf16: true
54tf32: true
55gradient_checkpointing: true
56activation_offloading: false
57
58val_set_size: 0.01
59eval_strategy: steps
60eval_steps: 100
61
62save_strategy: steps
63save_steps: 100
64save_total_limit: 3
65save_only_model: false
66save_safetensors: true
67load_best_model_at_end: true
68metric_for_best_model: eval_loss
69greater_is_better: false
70
71logging_steps: 10
72
73output_dir: ./outputs/Llama-3.1-8B-nemotron-3epochs/
74seed: 42
75
76use_wandb: true
77wandb_project: "llama31_base_nemotron"
78wandb_name: "llama31-8b-base-nemotron"
79| Training Loss | Epoch | Step | Validation Loss | Active (gib) | Allocated (gib) | Reserved (gib) |
|---|---|---|---|---|---|---|
| No log | 0 | 0 | 3.5478 | 17.34 | 17.34 | 17.62 |
| 1.6148 | 0.3498 | 100 | 1.5972 | 30.79 | 30.79 | 44.95 |
| 1.3691 | 0.6996 | 200 | 1.3912 | 30.79 | 30.79 | 45.32 |
| 1.1251 | 1.0490 | 300 | 1.2970 | 30.79 | 30.79 | 45.32 |
| 1.0474 | 1.3988 | 400 | 1.1814 | 30.79 | 30.79 | 45.32 |
| 0.9629 | 1.7486 | 500 | 1.1103 | 30.79 | 30.79 | 45.32 |
| 0.83 | 2.0979 | 600 | 1.0493 | 30.79 | 30.79 | 45.32 |
| 0.7925 | 2.4477 | 700 | 1.0025 | 30.79 | 30.79 | 45.32 |
| 0.7611 | 2.7976 | 800 | 0.9681 | 30.79 | 30.79 | 45.32 |
| 0.7252 | 3.1469 | 900 | 0.9482 | 30.79 | 30.79 | 45.32 |
| 0.6937 | 3.4967 | 1000 | 0.9342 | 30.79 | 30.79 | 45.32 |
| 0.6908 | 3.8465 | 1100 | 0.9264 | 30.79 | 30.79 | 45.32 |
| 0.667 | 4.1959 | 1200 | 0.9240 | 30.79 | 30.79 | 45.32 |
| 0.6785 | 4.5457 | 1300 | 0.9224 | 30.79 | 30.79 | 45.32 |
| 0.6817 | 4.8955 | 1400 | 0.9224 | 30.79 | 30.79 | 45.32 |