Commit ·
afc7961
1
Parent(s): 4f701ca
Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-nc-4.0
|
| 3 |
+
---
|
| 4 |
+
This represents a task_arithmetic merge of Harmonia (my 20b faux base model) with Noromaid and my LORA-glued Nethena. The results aren't quite what I expected, though they are far from disappointing. The jury is out on whether this merge outperforms Harmonia.
|
| 5 |
+
|
| 6 |
+
merge_method: task_arithmetic
|
| 7 |
+
|
| 8 |
+
base_model: athirdpath/Harmonia-20b
|
| 9 |
+
|
| 10 |
+
models:
|
| 11 |
+
|
| 12 |
+
- model: athirdpath/Harmonia-20b
|
| 13 |
+
- model: NeverSleep/Noromaid-20b-v0.1.1
|
| 14 |
+
|
| 15 |
+
- parameters: weight: 0.25
|
| 16 |
+
- model: athirdpath/Nethena-20b-Glued
|
| 17 |
+
- parameters: weight: 0.2
|
| 18 |
+
|
| 19 |
+
dtype: float16
|