Upload folder using huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
tags:
|
4 |
+
- moe
|
5 |
+
- mergekit
|
6 |
+
- vortexmergekit
|
7 |
+
- OEvortex/HelpingAI2-6B
|
8 |
+
- OOEvortex/HelpingAI2-6B
|
9 |
+
---
|
10 |
+
|
11 |
+
# test
|
12 |
+
|
13 |
+
Hey there! π Welcome to the test! This is a MOE brought together using the awesome [VortexMerge kit](https://colab.research.google.com/drive/1YjcvCLuNG1PK7Le6_4xhVU5VpzTwvGhk#scrollTo=UG5H2TK4gVyl).
|
14 |
+
|
15 |
+
Let's see what we've got in this model:
|
16 |
+
* [OEvortex/HelpingAI2-6B](https://huggingface.co/OEvortex/HelpingAI2-6B) π
|
17 |
+
* [OEvortex/HelpingAI2-6B](https://huggingface.co/OEvortex/HelpingAI2-6B) π
|
18 |
+
* [OOEvortex/HelpingAI2-6B](https://huggingface.co/OOEvortex/HelpingAI2-6B) π
|
19 |
+
* [OEvortex/HelpingAI2-6B](https://huggingface.co/OEvortex/HelpingAI2-6B) π
|
20 |
+
|
21 |
+
## 𧩠Configuration
|
22 |
+
|
23 |
+
```yaml
|
24 |
+
base_model: OEvortex/HelpingAI2-6B
|
25 |
+
dtype: float16
|
26 |
+
gate_mode: cheap_embed
|
27 |
+
experts:
|
28 |
+
- source_model: OEvortex/HelpingAI2-6B
|
29 |
+
positive_prompts: ["You are HelpingAI, an emotional AI. Always answer my questions in the HelpingAI style."]
|
30 |
+
- source_model: OEvortex/HelpingAI2-6B
|
31 |
+
positive_prompts: ["You are HelpingAI, an emotional AI. Always answer my questions in the HelpingAI style."]
|
32 |
+
- source_model: OOEvortex/HelpingAI2-6B
|
33 |
+
positive_prompts: ["You are HelpingAI, an emotional AI. Always answer my questions in the HelpingAI style."]
|
34 |
+
- source_model: OEvortex/HelpingAI2-6B
|
35 |
+
positive_prompts: ["You are HelpingAI, an emotional AI. Always answer my questions in the HelpingAI style."]
|