1base_model: meta-llama/Meta-Llama-3-8B
2
3load_in_8bit: false
4load_in_4bit: false
5strict: false
6
7load_in_8bit: false
8load_in_4bit: false
9strict: false
10
11datasets:
12 - path: Kquant03/Sandevistan_Reformat
13 type: customllama3_stan
14dataset_prepared_path: last_run_prepared
15val_set_size: 0.05
16output_dir: ./outputs/out
17max_steps: 80000
18
19fix_untrained_tokens: true
20
21sequence_len: 4096
22sample_packing: true
23pad_to_sequence_len: true
24
25wandb_project: Pneuma
26wandb_entity:
27wandb_watch:
28wandb_name:
29wandb_log_model:
30
31gradient_accumulation_steps: 16
32micro_batch_size: 8
33num_epochs: 1
34optimizer: paged_adamw_8bit
35lr_scheduler: cosine
36learning_rate: 0.00001
37max_grad_norm: 1
38
39train_on_inputs: false
40group_by_length: false
41bf16: auto
42fp16:
43tf32: false
44
45gradient_checkpointing: unsloth
46early_stopping_patience:
47resume_from_checkpoint:
48logging_steps: 1
49xformers_attention:
50flash_attention: true
51eval_sample_packing: false
52
53plugins:
54 - axolotl.integrations.liger.LigerPlugin
55liger_rope: true
56liger_rms_norm: true
57liger_swiglu: true
58liger_fused_linear_cross_entropy: true
59
60hub_model_id: Replete-AI/L3-Pneuma-8B
61hub_strategy: every_save
62
63warmup_steps: 10
64evals_per_epoch: 3
65eval_table_size:
66saves_per_epoch: 3
67debug:
68deepspeed:
69weight_decay: 0.1
70fsdp:
71fsdp_config:
72special_tokens:
73 bos_token: "<|begin_of_text|>"
74 eos_token: "<|end_of_text|>"
75 pad_token: "<|end_of_text|>"
76tokens: