Views
No views yet
0.17.01base_model: google/gemma-4-31B-it
2plugins:
3 - axolotl.integrations.liger.LigerPlugin
4cut_cross_entropy: false
5torch_compile: false
6liger_layer_norm: true
7liger_rope: true
8liger_rms_norm: true
9liger_glu_activation: true
10liger_rms_norm_gated: true
11strict: false
12chat_template: gemma4
13chat_template_kwargs:
14 enable_thinking: false
15
16sequence_len: 2048
17sample_packing: false
18pad_to_sequence_len: false
19dataset_num_proc: 2
20adapter: lora
21
22lora_r: 16
23lora_alpha: 32
24lora_dropout: 0.05
25lora_target_modules: 'model.language_model.layers.[\d]+.(_checkpoint_wrapped_module.)?(mlp|self_attn).(up|down|gate|q|k|v|o)_proj'
26
27micro_batch_size: 1
28gradient_accumulation_steps: 1
29num_epochs: 1
30optimizer: adamw_torch_fused
31lr_scheduler: cosine
32learning_rate: 5.0e-5
33warmup_ratio: 0.05
34
35bf16: true
36tf32: true
37attn_implementation: sdpa
38gradient_checkpointing: false
39weight_decay: 0.0
40
41logging_steps: 10
42evals_per_epoch: 2
43saves_per_epoch: 1
44
45fsdp_version: 2
46fsdp_config:
47 offload_params: false
48 state_dict_type: SHARDED_STATE_DICT
49 auto_wrap_policy: TRANSFORMER_BASED_WRAP
50 transformer_layer_cls_to_wrap: Gemma4TextDecoderLayer
51 reshard_after_forward: true
52 cpu_ram_efficient_loading: true
53
54dp_shard_size: 4
55experimental_skip_move_to_device: true
56
57use_wandb: true
58wandb_project: korail-gemma4
59wandb_name: korail-gemma4-focus-sft-v5
60
61push_to_hub: false
62| Training Loss | Epoch | Step | Validation Loss | Ppl | Active (gib) | Allocated (gib) | Reserved (gib) |
|---|---|---|---|---|---|---|---|
| No log | 0 | 0 | 6.6640 | 783.6891 | 24.22 | 24.22 | 24.51 |
| 1.5144 | 0.5007 | 338 | 1.5955 | 4.9309 | 27.33 | 27.33 | 38.51 |
| 1.6051 | 1.0 | 675 | 1.5416 | 4.6721 | 26.69 | 26.69 | 36.52 |