Views
No views yet
0.8.0.dev01# train w/ shisa-ai/shisa-v1-athenev2-reannotated-filtered
2
3base_model: mistralai/Mistral-Small-24B-Instruct-2501
4
5load_in_8bit: false
6load_in_4bit: false
7strict: false
8
9# User Liger
10plugins:
11 - axolotl.integrations.liger.LigerPlugin
12liger_rope: true
13liger_rms_norm: true
14liger_glu_activation: true
15liger_fused_linear_cross_entropy: true
16
17chat_template: mistral_v7_tekken
18datasets:
19 - path: shisa-ai/shisa-v2-best-of-n-athenev2-tulu70b-llama33-only-no-sysprompt
20 type: chat_template
21 field_messages: conversations
22 message_field_role: from
23 message_field_content: value
24 - path: shisa-ai/shisa-v2-roleplaying-sft
25 type: chat_template
26 field_messages: conversations
27 message_property_mappings:
28 role: role
29 content: content
30 roles:
31 system:
32 - system
33 assistant:
34 - gpt
35 - model
36 - assistant
37 user:
38 - human
39 - user
40 roles_to_train: ["assistant"]
41 - path: shisa-ai/translation_set_april_6
42 split: train[:25%]
43 type: chat_template
44 field_messages: conversations
45 message_property_mappings:
46 role: role
47 content: content
48 roles:
49 system:
50 - system
51 assistant:
52 - gpt
53 - model
54 - assistant
55 user:
56 - human
57 - user
58 roles_to_train: ["assistant"]
59 - path: shisa-ai/rewild-set-deepseek-subset
60 split: train[:25%]
61 type: chat_template
62 field_messages: conversations
63 message_property_mappings:
64 role: role
65 content: content
66 roles:
67 system:
68 - system
69 assistant:
70 - gpt
71 - model
72 - assistant
73 user:
74 - human
75 - user
76 roles_to_train: ["assistant"]
77 - path: shisa-ai/magpie-ultra-set
78 split: train[:8%]
79 type: chat_template
80 field_messages: conversations
81 message_property_mappings:
82 role: role
83 content: content
84 roles:
85 system:
86 - system
87 assistant:
88 - gpt
89 - model
90 - assistant
91 user:
92 - human
93 - user
94 roles_to_train: ["assistant"]
95 - path: shisa-ai/magpie-advanced-questions-set
96 split: train[:8%]
97 type: chat_template
98 field_messages: conversations
99 message_property_mappings:
100 role: role
101 content: content
102 roles:
103 system:
104 - system
105 assistant:
106 - gpt
107 - model
108 - assistant
109 user:
110 - human
111 - user
112 roles_to_train: ["assistant"]
113 - path: shisa-ai/japan-magpie-set
114 split: train
115 type: chat_template
116 field_messages: conversations
117 message_property_mappings:
118 role: role
119 content: content
120 roles:
121 system:
122 - system
123 assistant:
124 - gpt
125 - model
126 - assistant
127 user:
128 - human
129 - user
130 roles_to_train: ["assistant"]
131 - path: shisa-ai/shisa-v2-instruction-following-sft
132 split: train[:50%]
133 type: chat_template
134 field_messages: conversations
135 message_property_mappings:
136 role: role
137 content: content
138 roles:
139 system:
140 - system
141 assistant:
142 - gpt
143 - model
144 - assistant
145 user:
146 - human
147 - user
148 roles_to_train: ["assistant"]
149
150dataset_prepared_path: last_run_prepared
151val_set_size: 0.05
152output_dir: ./outputs/ablation-195-finalsft2-shisa-v2-mistral-small-24b
153
154sequence_len: 8192
155sample_packing: true
156pad_to_sequence_len: true
157
158# marginal difference
159neftune_noise_alpha: 5
160
161use_wandb: true
162wandb_project: shisa-v2
163wandb_entity: augmxnt
164wandb_name: ablation-195-finalsft2-shisa-v2-mistral-small-24b
165
166gradient_accumulation_steps: 1
167micro_batch_size: 4
168num_epochs: 3
169optimizer: paged_adamw_8bit
170lr_scheduler: linear
171learning_rate: 5.8e-6
172
173train_on_inputs: false
174group_by_length: false
175bf16: auto
176fp16:
177tf32: false
178
179gradient_checkpointing: true
180gradient_checkpointing_kwargs:
181 use_reentrant: false
182early_stopping_patience:
183resume_from_checkpoint:
184logging_steps: 1
185xformers_attention:
186flash_attention: true
187
188warmup_steps: 100
189evals_per_epoch: 2
190eval_table_size:
191saves_per_epoch: 0
192save_total_limit: 1 # Only store a single checkpoint
193debug:
194deepspeed: zero3_bf16.json
195weight_decay: 1e-4
196fsdp:
197fsdp_config:
198special_tokens:
199| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 0.8376 | 0.0022 | 1 | 0.8441 |
| 0.5706 | 0.5011 | 229 | 0.5798 |
| 0.4254 | 1.0022 | 458 | 0.5555 |
| 0.4167 | 1.5033 | 687 | 0.5570 |
| 0.302 | 2.0044 | 916 | 0.5593 |
| 0.3056 | 2.5055 | 1145 | 0.5855 |