Update README.md
Browse files
README.md
CHANGED
@@ -41,6 +41,7 @@ The following YAML configuration was used to produce this model:
|
|
41 |
|
42 |
```yaml
|
43 |
#Step1 - Add smarts to Niitama with alchemonaut's algorithm.
|
|
|
44 |
slices:
|
45 |
- sources:
|
46 |
- model: Sao10K/L3.1-8B-Niitama-v1.1+grimjim/Llama-3-Instruct-abliteration-LoRA-8B
|
@@ -53,9 +54,10 @@ parameters:
|
|
53 |
t:
|
54 |
- value: 0.0001
|
55 |
dtype: bfloat16
|
56 |
-
out_type: float16
|
|
|
|
|
57 |
|
58 |
-
#Step 2 - Learn vectors onto Supernova 0.4
|
59 |
models:
|
60 |
- model: arcee-ai/Llama-3.1-SuperNova-Lite
|
61 |
parameters:
|
@@ -69,7 +71,8 @@ parameters:
|
|
69 |
normalize: false
|
70 |
dtype: float16
|
71 |
|
72 |
-
#Step 3 - Fully learn vectors onto Supernova 1.
|
|
|
73 |
models:
|
74 |
- model: arcee-ai/Llama-3.1-SuperNova-Lite
|
75 |
parameters:
|
@@ -83,7 +86,9 @@ parameters:
|
|
83 |
normalize: false
|
84 |
dtype: float16
|
85 |
|
86 |
-
#Step 4 - Merge checkpoints and keep output/input Supernova heavy
|
|
|
|
|
87 |
models:
|
88 |
- model: v000000/L3.1-8B-RP-Test-003-Task_Arithmetic
|
89 |
merge_method: slerp
|
|
|
41 |
|
42 |
```yaml
|
43 |
#Step1 - Add smarts to Niitama with alchemonaut's algorithm.
|
44 |
+
|
45 |
slices:
|
46 |
- sources:
|
47 |
- model: Sao10K/L3.1-8B-Niitama-v1.1+grimjim/Llama-3-Instruct-abliteration-LoRA-8B
|
|
|
54 |
t:
|
55 |
- value: 0.0001
|
56 |
dtype: bfloat16
|
57 |
+
out_type: float16
|
58 |
+
|
59 |
+
#Step 2 - Learn vectors onto Supernova 0.4(Niitorm)
|
60 |
|
|
|
61 |
models:
|
62 |
- model: arcee-ai/Llama-3.1-SuperNova-Lite
|
63 |
parameters:
|
|
|
71 |
normalize: false
|
72 |
dtype: float16
|
73 |
|
74 |
+
#Step 3 - Fully learn vectors onto Supernova 1.25(Niitorm)
|
75 |
+
|
76 |
models:
|
77 |
- model: arcee-ai/Llama-3.1-SuperNova-Lite
|
78 |
parameters:
|
|
|
86 |
normalize: false
|
87 |
dtype: float16
|
88 |
|
89 |
+
#Step 4 - Merge checkpoints and keep output/input Supernova heavy
|
90 |
+
#Merge with a triangular slerp from sophosympatheia.
|
91 |
+
|
92 |
models:
|
93 |
- model: v000000/L3.1-8B-RP-Test-003-Task_Arithmetic
|
94 |
merge_method: slerp
|