Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: other
|
3 |
+
license_name: yi-license
|
4 |
+
license_link: https://huggingface.co/01-ai/Yi-34B-200K/blob/main/LICENSE
|
5 |
+
tags:
|
6 |
+
- yi
|
7 |
+
- moe
|
8 |
+
---
|
9 |
+
|
10 |
+
More details coming soon.
|
11 |
+
|
12 |
+
|
13 |
+
# Yaml Config to reproduce
|
14 |
+
|
15 |
+
```yaml
|
16 |
+
base_model: nontoxic-bagel-34b-v0.2
|
17 |
+
gate_mode: hidden
|
18 |
+
dtype: bfloat16
|
19 |
+
|
20 |
+
experts:
|
21 |
+
- source_model: bagel-dpo-34b-v0.2
|
22 |
+
positive_prompts: ["question answering", "Q:", science", "biology", "chemistry", "physics"]
|
23 |
+
negative_prompts: ["math", "reason", "mathematics", "solve", "count", "code", "python", "javascript", "programming", "algorithm"]
|
24 |
+
|
25 |
+
- source_model: Nous-Hermes-2-Yi-34B
|
26 |
+
positive_prompts: ["chat", "math", "reason", "mathematics", "solve", "count", "python", "javascript", "programming", "algorithm", "tell me", "assistant"]
|
27 |
+
|
28 |
+
- source_model: SUS-Chat-34B
|
29 |
+
positive_prompts: ["math", "reason", "mathematics", "solve", "count", "assistant"]
|
30 |
+
|
31 |
+
- source_model: yi-34B-v3
|
32 |
+
positive_prompts: [""]
|
33 |
+
```
|