Weyaxi commited on
Commit
fd23089
1 Parent(s): 234565f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -2
README.md CHANGED
@@ -1,6 +1,16 @@
 
1
  ---
2
- license: apache-2.0
 
 
3
  ---
 
 
 
 
 
 
 
4
  base_model: Yi-34B
5
  gate_mode: hidden
6
  dtype: bfloat16
@@ -8,4 +18,5 @@ experts:
8
  - source_model: Nous-Hermes-2-Yi-34B
9
  positive_prompts: [""]
10
  - source_model: SUS-Chat-34B
11
- positive_prompts: [""]
 
 
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-2x34B
8
+
9
+ This is the model for Nous-Hermes-2-SUS-Chat-2x34B. I used [mergekit](https://github.com/cg123/mergekit) to merge models.
10
+
11
+ # Yaml Config
12
+
13
+ ```yaml
14
  base_model: Yi-34B
15
  gate_mode: hidden
16
  dtype: bfloat16
 
18
  - source_model: Nous-Hermes-2-Yi-34B
19
  positive_prompts: [""]
20
  - source_model: SUS-Chat-34B
21
+ positive_prompts: [""]
22
+ ```