LoSboccacc
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,15 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
+
base_model: mistralai/Mistral-7B-Instruct-v0.2
|
5 |
+
gate_mode: hidden # one of "hidden", "cheap_embed", or "random"
|
6 |
+
dtype: bfloat16 # output dtype (float32, float16, or bfloat16)
|
7 |
+
experts:
|
8 |
+
- source_model: SanjiWatsuki/Kunoichi-DPO-v2-7B
|
9 |
+
positive_prompts:
|
10 |
+
- "roleplay"
|
11 |
+
- source_model: mistralai/Mistral-7B-Instruct-v0.2
|
12 |
+
positive_prompts:
|
13 |
+
- "chat"
|
14 |
+
---
|
15 |
+
chatml
|