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