Update magnum.yml
Browse files- magnum.yml +10 -0
magnum.yml
CHANGED
@@ -6,6 +6,16 @@ load_in_8bit: false
|
|
6 |
load_in_4bit: false
|
7 |
strict: false
|
8 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
datasets:
|
10 |
- path: PocketDoc/Dans-Personamaxx-Logs
|
11 |
type: dan-chat-advanced
|
|
|
6 |
load_in_4bit: false
|
7 |
strict: false
|
8 |
|
9 |
+
plugins:
|
10 |
+
- axolotl.integrations.liger.LigerPlugin
|
11 |
+
- axolotl.integrations.cut_cross_entropy.CutCrossEntropyPlugin
|
12 |
+
liger_rope: true
|
13 |
+
liger_rms_norm: true
|
14 |
+
liger_layer_norm: true
|
15 |
+
liger_glu_activation: true
|
16 |
+
liger_fused_linear_cross_entropy: false
|
17 |
+
cut_cross_entropy: true
|
18 |
+
|
19 |
datasets:
|
20 |
- path: PocketDoc/Dans-Personamaxx-Logs
|
21 |
type: dan-chat-advanced
|