Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
|
|
1 |
+
base_model: /Users/dawn/git/models/Mistral-7B-Instruct-v0.2
|
2 |
+
gate_mode: hidden # one of "hidden", "cheap_embed", or "random"
|
3 |
+
dtype: bfloat16 # output dtype (float32, float16, or bfloat16)
|
4 |
+
experts:
|
5 |
+
- source_model: /Users/dawn/git/models/Silicon-Maid-7B
|
6 |
+
positive_prompts:
|
7 |
+
- "roleplay"
|
8 |
+
- source_model: /Users/dawn/git/models/Starling-LM-7B-beta
|
9 |
+
positive_prompts:
|
10 |
+
- "chat"
|
11 |
---
|
12 |
license: apache-2.0
|
13 |
---
|