athirdpath commited on
Commit
a0eb984
1 Parent(s): ff024ae

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -0
README.md ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-4.0
3
+ ---
4
+ This is several GGUF quants of Hestia-20b.
5
+
6
+ Hestia-20b is 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.
7
+
8
+ merge_method: task_arithmetic
9
+
10
+ base_model: athirdpath/Harmonia-20b
11
+
12
+ models:
13
+
14
+ - model: athirdpath/Harmonia-20b
15
+ - model: NeverSleep/Noromaid-20b-v0.1.1
16
+
17
+ - parameters: weight: 0.25
18
+ - model: athirdpath/Nethena-20b-Glued
19
+ - parameters: weight: 0.2
20
+
21
+ dtype: float16