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
19# https://axolotl-ai-cloud.github.io/axolotl/docs/config.html - shards should let us uses half?
20# https://github.com/axolotl-ai-cloud/axolotl/discussions/2280
21chat_template: llama3
22datasets:
23 - path: shisa-ai/shisa-v1-athenev2-reannotated-filtered
24 type: chat_template
25 field_messages: conversations
26 message_field_role: from
27 message_field_content: value
28 split: train[:50%]
29 - path: shisa-ai/shisa-v2-code-math-reasoning-sft-mix
30 type: chat_template
31 field_messages: conversations
32 message_property_mappings:
33 role: role
34 content: content
35 roles:
36 system:
37 - system
38 assistant:
39 - gpt
40 - model
41 - assistant
42 user:
43 - human
44 - user
45 roles_to_train: ["system", "input", "assistant"]
46 split: train[:50%]
47dataset_prepared_path: last_run_prepared
48val_set_size: 0.05
49output_dir: ./outputs/ablation-38-rafathenev2.cmrmix.fixedlength-shisa-v2-llama-3.1-8b-lr8e6
50
51sequence_len: 8192
52sample_packing: true
53pad_to_sequence_len: true
54
55# marginal difference
56neftune_noise_alpha: 5
57
58use_wandb: true
59wandb_project: shisa-v2
60wandb_entity: augmxnt
61wandb_name: ablation-38-rafathenev2.cmrmix.fixedlength-shisa-v2-llama-3.1-8b-lr8e6
62
63gradient_accumulation_steps: 2
64micro_batch_size: 4
65num_epochs: 3
66optimizer: paged_adamw_8bit
67lr_scheduler: linear
68learning_rate: 8e-6
69
70train_on_inputs: false
71group_by_length: false
72bf16: auto
73fp16:
74tf32: false
75
76gradient_checkpointing: true
77gradient_checkpointing_kwargs:
78 use_reentrant: false
79early_stopping_patience:
80resume_from_checkpoint:
81logging_steps: 1
82xformers_attention:
83flash_attention: true
84
85warmup_steps: 100
86evals_per_epoch: 2
87eval_table_size:
88saves_per_epoch: 0
89save_total_limit: 1 # Only store a single checkpoint
90debug:
91deepspeed: zero3_bf16.json
92weight_decay: 0.00
93fsdp:
94fsdp_config:
95special_tokens:
96 pad_token: <|end_of_text|>
97| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 0.8916 | 0.0056 | 1 | 0.8836 |
| 0.6897 | 0.5028 | 89 | 0.7048 |
| 0.6052 | 1.0056 | 178 | 0.6718 |
| 0.6128 | 1.5085 | 267 | 0.6615 |
| 0.5137 | 2.0113 | 356 | 0.6573 |
| 0.514 | 2.5141 | 445 | 0.6626 |