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-2
9sequence_length: 2048
10
11wandb_project: agent-v0
12wandb_name: llama-3b
13
14train_on_inputs: false
15gradient_checkpointing: true
16gradient_accumulation_steps: 4
17micro_batch_size: 1
18num_epochs: 3
19optimizer: adamw_torch
20learning_rate: 2e-5
21
22bf16: true
23tf32: false
24
25logging_steps: 5
26flash_attention: true
27
28warmup_steps: 10
29saves_per_epoch: 1
30weight_decay: 0.0
31
32deepspeed: axolotl/deepspeed_configs/zero3_bf16.json
33
34special_tokens:
35 pad_token: <|end_of_text|>