Views
No views yet
0.8.0.dev01# train w/ shisa-ai/shisa-v1-athenev2-reannotated-filtered
2
3base_model: Qwen/Qwen2.5-7B-Instruct
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
17datasets:
18 - path: shisa-ai/shisa-v2-best-of-n-athenev2-tulu70b-llama33-only-no-sysprompt
19 type: chat_template
20 field_messages: conversations
21 message_field_role: from
22 message_field_content: value
23 - path: shisa-ai/shisa-v2-roleplaying-sft
24 type: chat_template
25 field_messages: conversations
26 message_property_mappings:
27 role: role
28 content: content
29 roles:
30 system:
31 - system
32 assistant:
33 - gpt
34 - model
35 - assistant
36 user:
37 - human
38 - user
39 roles_to_train: ["assistant"]
40 - path: shisa-ai/translation_set_april_6
41 split: train[:25%]
42 type: chat_template
43 field_messages: conversations
44 message_property_mappings:
45 role: role
46 content: content
47 roles:
48 system:
49 - system
50 assistant:
51 - gpt
52 - model
53 - assistant
54 user:
55 - human
56 - user
57 roles_to_train: ["assistant"]
58 - path: shisa-ai/rewild-set-deepseek-subset
59 split: train[:25%]
60 type: chat_template
61 field_messages: conversations
62 message_property_mappings:
63 role: role
64 content: content
65 roles:
66 system:
67 - system
68 assistant:
69 - gpt
70 - model
71 - assistant
72 user:
73 - human
74 - user
75 roles_to_train: ["assistant"]
76 - path: shisa-ai/magpie-ultra-set
77 split: train[:8%]
78 type: chat_template
79 field_messages: conversations
80 message_property_mappings:
81 role: role
82 content: content
83 roles:
84 system:
85 - system
86 assistant:
87 - gpt
88 - model
89 - assistant
90 user:
91 - human
92 - user
93 roles_to_train: ["assistant"]
94 - path: shisa-ai/magpie-advanced-questions-set
95 split: train[:8%]
96 type: chat_template
97 field_messages: conversations
98 message_property_mappings:
99 role: role
100 content: content
101 roles:
102 system:
103 - system
104 assistant:
105 - gpt
106 - model
107 - assistant
108 user:
109 - human
110 - user
111 roles_to_train: ["assistant"]
112 - path: shisa-ai/japan-magpie-set
113 split: train
114 type: chat_template
115 field_messages: conversations
116 message_property_mappings:
117 role: role
118 content: content
119 roles:
120 system:
121 - system
122 assistant:
123 - gpt
124 - model
125 - assistant
126 user:
127 - human
128 - user
129 roles_to_train: ["assistant"]
130 - path: shisa-ai/shisa-v2-instruction-following-sft
131 split: train[:50%]
132 type: chat_template
133 field_messages: conversations
134 message_property_mappings:
135 role: role
136 content: content
137 roles:
138 system:
139 - system
140 assistant:
141 - gpt
142 - model
143 - assistant
144 user:
145 - human
146 - user
147 roles_to_train: ["assistant"]
148
149dataset_prepared_path: last_run_prepared
150val_set_size: 0.05
151output_dir: ./outputs/ablation-191-finalsft2-shisa-v2-qwen2.5-7b
152
153sequence_len: 8192
154sample_packing: true
155pad_to_sequence_len: true
156
157# marginal difference
158neftune_noise_alpha: 5
159
160use_wandb: true
161wandb_project: shisa-v2
162wandb_entity: augmxnt
163wandb_name: ablation-191-finalsft2-shisa-v2-qwen2.5-7b
164
165gradient_accumulation_steps: 1
166micro_batch_size: 4
167num_epochs: 3
168optimizer: paged_adamw_8bit
169lr_scheduler: linear
170learning_rate: 1e-5
171
172train_on_inputs: false
173group_by_length: false
174bf16: auto
175fp16:
176tf32: false
177
178gradient_checkpointing: true
179gradient_checkpointing_kwargs:
180 use_reentrant: false
181early_stopping_patience:
182resume_from_checkpoint:
183logging_steps: 1
184xformers_attention:
185flash_attention: true
186
187warmup_steps: 100
188evals_per_epoch: 2
189eval_table_size:
190saves_per_epoch: 0
191save_total_limit: 1 # Only store a single checkpoint
192debug:
193deepspeed: zero3_bf16.json
194weight_decay: 1e-4
195fsdp:
196fsdp_config:
197special_tokens:
198| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 1.0667 | 0.0026 | 1 | 1.0905 |
| 0.7574 | 0.5 | 189 | 0.7749 |
| 0.7322 | 1.0 | 378 | 0.7368 |
| 0.6711 | 1.5 | 567 | 0.7233 |
| 0.6645 | 2.0 | 756 | 0.7122 |
| 0.6144 | 2.5 | 945 | 0.7146 |
| 0.6031 | 3.0 | 1134 | 0.7119 |