1base_model: IntervitensInc/gemma-2-9b-chatml
2model_type: AutoModelForCausalLM
3tokenizer_type: AutoTokenizer
4
5load_in_8bit: false
6load_in_4bit: false
7strict: false
8
9datasets:
10 - path: FourOhFour/Instruct_Phase
11 type: sharegpt
12 conversation: chatml
13
14chat_template: chatml
15
16val_set_size: 0.0025
17output_dir: ./outputs/out
18
19adapter:
20lora_r:
21lora_alpha:
22lora_dropout:
23lora_target_linear:
24
25sequence_len: 8192
26sample_packing: true
27eval_sample_packing: false
28pad_to_sequence_len: true
29
30plugins:
31 - axolotl.integrations.liger.LigerPlugin
32liger_rope: true
33liger_rms_norm: false
34liger_swiglu: true
35liger_fused_linear_cross_entropy: false
36
37wandb_project: chatml9B
38wandb_entity:
39wandb_watch:
40wandb_name: chatml9B
41wandb_log_model:
42
43gradient_accumulation_steps: 32
44micro_batch_size: 1
45num_epochs: 2
46optimizer: adamw_bnb_8bit
47lr_scheduler: cosine
48learning_rate: 0.000008
49weight_decay: 0.05
50
51train_on_inputs: false
52group_by_length: false
53bf16: auto
54fp16:
55tf32: true
56
57gradient_checkpointing: true
58early_stopping_patience:
59resume_from_checkpoint:
60local_rank:
61logging_steps: 1
62xformers_attention:
63flash_attention: true
64
65warmup_ratio: 0.1
66evals_per_epoch: 4
67eval_table_size:
68eval_max_new_tokens: 128
69saves_per_epoch: 2
70
71debug:
72deepspeed: deepspeed_configs/zero3_bf16.json
73fsdp:
74fsdp_config:
75
76special_tokens:
77 pad_token: <pad>
78