Views
No views yet
0.6.01# train w/ shisa-ai/shisa-v1-athenev2-reannotated-filtered
2
3base_model: meta-llama/Meta-Llama-3.1-8B-Instruct
4model_type: LlamaForCausalLM
5tokenizer_type: AutoTokenizer
6
7load_in_8bit: false
8load_in_4bit: false
9strict: false
10
11# User Liger
12plugins:
13 - axolotl.integrations.liger.LigerPlugin
14liger_rope: true
15liger_rms_norm: true
16liger_glu_activation: true
17liger_fused_linear_cross_entropy: true
18
19chat_template: llama3
20datasets:
21 - path: shisa-ai/shisa-v2-code-math-reasoning-sft-mix
22 # type: sharegpt deprecated
23 type: chat_template
24 field_messages: conversations
25 message_property_mappings:
26 role: role
27 content: content
28 roles:
29 system:
30 - system
31 assistant:
32 - gpt
33 - model
34 - assistant
35 user:
36 - human
37 - user
38 roles_to_train: ["system", "input", "assistant"]
39
40dataset_prepared_path: last_run_prepared
41val_set_size: 0.05
42output_dir: ./outputs/ablation-36-cmrmix-shisa-v2-llama-3.1-8b-lr8e6
43
44sequence_len: 8192
45sample_packing: true
46pad_to_sequence_len: true
47
48# marginal difference
49neftune_noise_alpha: 5
50
51use_wandb: true
52wandb_project: shisa-v2
53wandb_entity: augmxnt
54wandb_name: ablation-36-cmrmix-shisa-v2-llama-3.1-8b-lr8e6
55
56gradient_accumulation_steps: 2
57micro_batch_size: 4
58num_epochs: 3
59optimizer: paged_adamw_8bit
60lr_scheduler: linear
61learning_rate: 8e-6
62
63train_on_inputs: false
64group_by_length: false
65bf16: auto
66fp16:
67tf32: false
68
69gradient_checkpointing: true
70gradient_checkpointing_kwargs:
71 use_reentrant: false
72early_stopping_patience:
73resume_from_checkpoint:
74logging_steps: 1
75xformers_attention:
76flash_attention: true
77
78warmup_steps: 100
79evals_per_epoch: 2
80eval_table_size:
81saves_per_epoch: 0
82save_total_limit: 1 # Only store a single checkpoint
83debug:
84deepspeed: zero3_bf16.json
85weight_decay: 0.00
86fsdp:
87fsdp_config:
88special_tokens:
89 pad_token: <|end_of_text|>
90| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 0.9144 | 0.0068 | 1 | 0.6696 |
| 0.6754 | 0.5 | 74 | 0.4514 |
| 0.6119 | 1.0 | 148 | 0.4259 |
| 0.5959 | 1.5 | 222 | 0.4243 |
| 0.5774 | 2.0 | 296 | 0.4207 |
| 0.5075 | 2.5 | 370 | 0.4392 |
| 0.4897 | 3.0 | 444 | 0.4403 |