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: chat_template
23 field_messages: conversations
24 message_property_mappings:
25 role: role
26 content: content
27 roles:
28 system:
29 - system
30 assistant:
31 - gpt
32 - model
33 - assistant
34 user:
35 - human
36 - user
37 roles_to_train: ["assistant"]
38
39dataset_prepared_path: last_run_prepared
40val_set_size: 0.05
41output_dir: ./outputs/ablation-39-cmrmix.masked-shisa-v2-llama-3.1-8b-lr8e6
42
43sequence_len: 8192
44sample_packing: true
45pad_to_sequence_len: true
46
47# marginal difference
48neftune_noise_alpha: 5
49
50use_wandb: true
51wandb_project: shisa-v2
52wandb_entity: augmxnt
53wandb_name: ablation-39-cmrmix.masked-shisa-v2-llama-3.1-8b-lr8e6
54
55gradient_accumulation_steps: 2
56micro_batch_size: 4
57num_epochs: 3
58optimizer: paged_adamw_8bit
59lr_scheduler: linear
60learning_rate: 8e-6
61
62train_on_inputs: false
63group_by_length: false
64bf16: auto
65fp16:
66tf32: false
67
68gradient_checkpointing: true
69gradient_checkpointing_kwargs:
70 use_reentrant: false
71early_stopping_patience:
72resume_from_checkpoint:
73logging_steps: 1
74xformers_attention:
75flash_attention: true
76
77warmup_steps: 100
78evals_per_epoch: 2
79eval_table_size:
80saves_per_epoch: 0
81save_total_limit: 1 # Only store a single checkpoint
82debug:
83deepspeed: zero3_bf16.json
84weight_decay: 0.00
85fsdp:
86fsdp_config:
87special_tokens:
88 pad_token: <|end_of_text|>
89| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 0.9144 | 0.0068 | 1 | 0.6696 |
| 0.6754 | 0.5 | 74 | 0.4513 |
| 0.6119 | 1.0 | 148 | 0.4259 |
| 0.5958 | 1.5 | 222 | 0.4243 |
| 0.5772 | 2.0 | 296 | 0.4208 |
| 0.5074 | 2.5 | 370 | 0.4395 |
| 0.4894 | 3.0 | 444 | 0.4404 |