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-v1-athenev2-reannotated-filtered
22 type: chat_template
23 field_messages: conversations
24 message_field_role: from
25 message_field_content: value
26 - path: shisa-ai/shisa-v2-code-math-reasoning-sft-mix
27 type: chat_template
28 field_messages: conversations
29 message_property_mappings:
30 role: role
31 content: content
32 roles:
33 system:
34 - system
35 assistant:
36 - gpt
37 - model
38 - assistant
39 user:
40 - human
41 - user
42 roles_to_train: ["system", "input", "assistant"]
43dataset_prepared_path: last_run_prepared
44val_set_size: 0.05
45output_dir: ./outputs/ablation-37-rafathenev2.cmrmix-shisa-v2-llama-3.1-8b-lr8e6
46
47sequence_len: 8192
48sample_packing: true
49pad_to_sequence_len: true
50
51# marginal difference
52neftune_noise_alpha: 5
53
54use_wandb: true
55wandb_project: shisa-v2
56wandb_entity: augmxnt
57wandb_name: ablation-37-rafathenev2.cmrmix-shisa-v2-llama-3.1-8b-lr8e6
58
59gradient_accumulation_steps: 2
60micro_batch_size: 4
61num_epochs: 3
62optimizer: paged_adamw_8bit
63lr_scheduler: linear
64learning_rate: 8e-6
65
66train_on_inputs: false
67group_by_length: false
68bf16: auto
69fp16:
70tf32: false
71
72gradient_checkpointing: true
73gradient_checkpointing_kwargs:
74 use_reentrant: false
75early_stopping_patience:
76resume_from_checkpoint:
77logging_steps: 1
78xformers_attention:
79flash_attention: true
80
81warmup_steps: 100
82evals_per_epoch: 2
83eval_table_size:
84saves_per_epoch: 0
85save_total_limit: 1 # Only store a single checkpoint
86debug:
87deepspeed: zero3_bf16.json
88weight_decay: 0.00
89fsdp:
90fsdp_config:
91special_tokens:
92 pad_token: <|end_of_text|>
93| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 0.8214 | 0.0029 | 1 | 0.8297 |
| 0.6169 | 0.5007 | 170 | 0.6175 |
| 0.5895 | 1.0 | 340 | 0.5899 |
| 0.5321 | 1.5007 | 510 | 0.5841 |
| 0.5542 | 2.0 | 680 | 0.5741 |
| 0.4179 | 2.5007 | 850 | 0.5882 |