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