Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,37 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
---
|
| 4 |
+
MOE with Mergekit/Mixtral:
|
| 5 |
+
|
| 6 |
+
base_model: mistralai/Mistral-7B-Instruct-v0.2
|
| 7 |
+
gate_mode: hidden # one of "hidden", "cheap_embed", or "random"
|
| 8 |
+
dtype: bfloat16 # output dtype (float32, float16, or bfloat16)
|
| 9 |
+
experts:
|
| 10 |
+
- source_model: SanjiWatsuki/Silicon-Maid-7B
|
| 11 |
+
positive_prompts:
|
| 12 |
+
- "roleplay"
|
| 13 |
+
- "story telling"
|
| 14 |
+
- "fantasy"
|
| 15 |
+
- "dreaming"
|
| 16 |
+
- source_model: teknium/OpenHermes-2.5-Mistral-7B
|
| 17 |
+
positive_prompts:
|
| 18 |
+
- "chat"
|
| 19 |
+
- "flow chart"
|
| 20 |
+
- "diagrams"
|
| 21 |
+
- "reasoning"
|
| 22 |
+
- "explanation"
|
| 23 |
+
- source_model: Nondzu/Mistral-7B-Instruct-v0.2-code-ft
|
| 24 |
+
positive_prompts:
|
| 25 |
+
- "programming"
|
| 26 |
+
- "code debugging"
|
| 27 |
+
- "data transformation"
|
| 28 |
+
- "data structures"
|
| 29 |
+
negative_prompt:
|
| 30 |
+
- "chat"
|
| 31 |
+
- source_model: meta-math/MetaMath-Mistral-7B
|
| 32 |
+
positive_prompts:
|
| 33 |
+
- "math"
|
| 34 |
+
- "arithmetic"
|
| 35 |
+
- "algebra"
|
| 36 |
+
|
| 37 |
+
chatml prompt
|