Views
No views yet
0.14.0.dev01base_model: google/gemma-3-4b-it
2#hub_model_id: AlexHung29629/ModelMerlynIfeEldridge
3plugins:
4 - axolotl.integrations.liger.LigerPlugin
5liger_rope: true
6liger_rms_norm: true
7liger_glu_activation: true
8liger_layer_norm: true
9liger_fused_linear_cross_entropy: true
10liger_use_token_scaling: true
11gradient_checkpointing: true
12gradient_checkpointing_kwargs:
13 use_reentrant: false
14data_seed: 42
15seed: 42
16max_grad_norm: 1
17
18bf16: true
19tf32: true
20
21datasets:
22 - path: AlexHung29629/MerlynIfeEldridge2
23 type: input_output
24
25sequence_len: 758
26sample_packing: false
27optimizer: sgd
28lr_scheduler: constant
29micro_batch_size: 13
30gradient_accumulation_steps: 1
31num_epochs: 16
32learning_rate: 1e-3
33warmup_ratio: 0
34#saves_per_epoch: 1
35use_tensorboard: true
36use_wandb: false
37save_strategy: "no"
38