Views
No views yet
0.13.0.dev01base_model: meta-llama/Llama-3.1-8B
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-5epochs/
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.7258 | 27.81 | 27.81 | 28.15 |
| 1.2815 | 0.3498 | 100 | 1.2255 | 61.65 | 61.65 | 87.65 |
| 0.9525 | 0.6996 | 200 | 0.9414 | 61.65 | 61.65 | 88.96 |
| 0.4994 | 1.0490 | 300 | 0.7800 | 61.65 | 61.65 | 88.27 |
| 0.395 | 1.3988 | 400 | 0.5504 | 61.65 | 61.65 | 88.96 |
| 0.2815 | 1.7486 | 500 | 0.4127 | 61.65 | 61.65 | 88.96 |
| 0.1236 | 2.0979 | 600 | 0.3046 | 61.65 | 61.65 | 88.27 |
| 0.1034 | 2.4477 | 700 | 0.2522 | 61.65 | 61.65 | 88.27 |
| 0.0795 | 2.7976 | 800 | 0.2028 | 61.65 | 61.65 | 88.27 |
| 0.0423 | 3.1469 | 900 | 0.1590 | 61.65 | 61.65 | 88.27 |
| 0.0376 | 3.4967 | 1000 | 0.1414 | 61.65 | 61.65 | 88.96 |
| 0.0322 | 3.8465 | 1100 | 0.1316 | 61.65 | 61.65 | 88.96 |
| 0.0287 | 4.1959 | 1200 | 0.1281 | 61.65 | 61.65 | 88.96 |
| 0.0272 | 4.5457 | 1300 | 0.1270 | 61.65 | 61.65 | 88.96 |
| 0.0277 | 4.8955 | 1400 | 0.1268 | 61.65 | 61.65 | 88.96 |