Weyaxi commited on
Commit
86a26e8
1 Parent(s): d6fbbf1

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -0
README.md ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ license: other
4
+ license_name: yi-34b
5
+ license_link: https://huggingface.co/01-ai/Yi-34B/blob/main/LICENSE
6
+ ---
7
+ # Nous-Hermes-2-SUS-Chat-34B-Linear
8
+
9
+ This is the model for Nous-Hermes-2-SUS-Chat-34B-Linear. I used [mergekit](https://github.com/cg123/mergekit) to merge models.
10
+
11
+ # Yaml Config
12
+
13
+ ```yaml
14
+
15
+ models:
16
+ - model: Nous-Hermes-2-Yi-34B
17
+ parameters:
18
+ weight: 0.5
19
+ - model: SUS-Chat-34B
20
+ parameters:
21
+ weight: 0.3
22
+ merge_method: linear
23
+ dtype: bfloat16
24
+
25
+ ```