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: ["assistant"]
43
44dataset_prepared_path: last_run_prepared
45val_set_size: 0.05
46output_dir: ./outputs/ablation-40-rafathenev2.cmrmix.masked-shisa-v2-llama-3.1-8b-lr8e6
47
48sequence_len: 8192
49sample_packing: true
50pad_to_sequence_len: true
51
52# marginal difference
53neftune_noise_alpha: 5
54
55use_wandb: true
56wandb_project: shisa-v2
57wandb_entity: augmxnt
58wandb_name: ablation-40-rafathenev2.cmrmix.masked-shisa-v2-llama-3.1-8b-lr8e6
59
60gradient_accumulation_steps: 2
61micro_batch_size: 4
62num_epochs: 3
63optimizer: paged_adamw_8bit
64lr_scheduler: linear
65learning_rate: 8e-6
66
67train_on_inputs: false
68group_by_length: false
69bf16: auto
70fp16:
71tf32: false
72
73gradient_checkpointing: true
74gradient_checkpointing_kwargs:
75 use_reentrant: false
76early_stopping_patience:
77resume_from_checkpoint:
78logging_steps: 1
79xformers_attention:
80flash_attention: true
81
82warmup_steps: 100
83evals_per_epoch: 2
84eval_table_size:
85saves_per_epoch: 0
86save_total_limit: 1 # Only store a single checkpoint
87debug:
88deepspeed: zero3_bf16.json
89weight_decay: 0.00
90fsdp:
91fsdp_config:
92special_tokens:
93 pad_token: <|end_of_text|>
94| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 0.8214 | 0.0029 | 1 | 0.8297 |
| 0.6171 | 0.5007 | 170 | 0.6175 |
| 0.5894 | 1.0 | 340 | 0.5899 |
| 0.5325 | 1.5007 | 510 | 0.5843 |
| 0.5543 | 2.0 | 680 | 0.5743 |
| 0.4183 | 2.5007 | 850 | 0.5880 |