1base_model: meta-llama/Llama-3.2-3B-Instruct
2
3datasets:
4 - path: axolotl_format_data_llama.json
5 type: input_output
6dataset_prepared_path: last_run_prepared
7
8output_dir: ./models/llama
9sequence_length: 4096
10
11wandb_project: agent-v0
12wandb_name: llama-3b
13
14train_on_inputs: false
15gradient_accumulation_steps: 2
16micro_batch_size: 1
17num_epochs: 5
18optimizer: adamw_torch
19learning_rate: 2e-5
20
21bf16: true
22
23logging_steps: 10
24flash_attention: true
25
26warmup_steps: 50
27saves_per_epoch: 1
28weight_decay: 0.0
29
30deepspeed: axolotl/deepspeed_configs/zero3_bf16.json
31
32special_tokens:
33 pad_token: <|end_of_text|>