Views
No views yet
0.13.0.dev01base_model: /home/alex/Workspace/sllama/out_5/checkpoint-1722000
2trust_remote_code: true
3resize_token_embeddings_to_32x: true
4plugins:
5 - axolotl.integrations.cut_cross_entropy.CutCrossEntropyPlugin
6 - axolotl.integrations.liger.LigerPlugin
7liger_rope: true
8liger_rms_norm: true
9liger_glu_activation: true
10liger_layer_norm: true
11
12unfrozen_parameters:
13 - ^(?![\s\S]*embed_tokens)[\s\S]+$
14
15datasets:
16 - path: lima.jsonl
17 type: chat_template
18
19dataloader_num_workers: 0
20group_by_length: false
21dataset_prepared_path: data_prep
22output_dir: ./out_6_lima
23dataloader_pin_memory: true
24shuffle_merged_datasets: true
25
26sequence_len: 2048
27sample_packing: true
28eval_sample_packing: true
29pad_to_sequence_len: true
30
31use_tensorboard: true
32use_wandb: true
33wandb_project: sllama
34
35gradient_accumulation_steps: 1
36
37micro_batch_size: 1
38num_epochs: 4
39#max_steps: 100000
40save_steps: 100
41save_total_limit: 2
42save_only_model: true
43optimizer: sgd
44optim_args:
45 momentum: 0.98
46lr_scheduler: cosine
47learning_rate: 0.1
48#embedding_lr: 5e-7
49cosine_constant_lr_ratio: 0.1
50max_grad_norm: 1.0
51
52bf16: auto
53fp8: true
54
55gradient_checkpointing: false
56gradient_checkpointing_kwargs:
57 use_reentrant: false
58
59logging_steps: 10
60torch_compile: true
61torch_compile_backend: inductor
62torch_compile_mode: default
63flash_attention: true
64
65warmup_ratio: 0.05
66weight_decay: 0.01
67