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
135dataset_prepared_path: last_run_prepared
136val_set_size: 0.05
137output_dir: ./outputs/ablation-137-shisav2.gbs128.1.4e5-shisa-v2-llama-3.1-8b
138
139sequence_len: 8192
140sample_packing: true
141pad_to_sequence_len: true
142
143# marginal difference
144neftune_noise_alpha: 5
145
146use_wandb: true
147wandb_project: shisa-v2
148wandb_entity: augmxnt
149wandb_name: ablation-137-shisav2.gbs128.1.4e5-shisa-v2-llama-3.1-8b
150
151gradient_accumulation_steps: 2
152micro_batch_size: 4
153num_epochs: 3
154optimizer: paged_adamw_8bit
155lr_scheduler: linear
156learning_rate: 1.4e-5
157
158train_on_inputs: false
159group_by_length: false
160bf16: auto
161fp16:
162tf32: false
163
164gradient_checkpointing: true
165gradient_checkpointing_kwargs:
166 use_reentrant: false
167early_stopping_patience:
168resume_from_checkpoint:
169logging_steps: 1
170xformers_attention:
171flash_attention: true
172
173warmup_steps: 100
174evals_per_epoch: 2
175eval_table_size:
176saves_per_epoch: 0
177save_total_limit: 1 # Only store a single checkpoint
178debug:
179deepspeed: zero3_bf16.json
180weight_decay: 1e-4
181fsdp:
182fsdp_config:
183special_tokens:
184 pad_token: <|end_of_text|>
185| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 1.0924 | 0.0027 | 1 | 1.0969 |
| 0.7574 | 0.5 | 187 | 0.7491 |
| 0.7048 | 1.0 | 374 | 0.7036 |
| 0.6159 | 1.5 | 561 | 0.6924 |
| 0.5895 | 2.0 | 748 | 0.6771 |
| 0.512 | 2.5 | 935 | 0.6912 |
| 0.5177 | 3.0 | 1122 | 0.6870 |