NickyNicky
commited on
Commit
•
22d37f0
1
Parent(s):
b48c71e
Update README.md
Browse files
README.md
CHANGED
@@ -46,23 +46,51 @@ license: apache-2.0
|
|
46 |
|
47 |
<!-- Provide a quick summary of what the model is/does. -->
|
48 |
|
49 |
-
```
|
|
|
50 |
experts:
|
51 |
- source_model: NickyNicky/TinyDolphin-2.8-1.1b_oasst2_chatML_Cluster_1_V1
|
|
|
|
|
|
|
|
|
52 |
positive_prompts:
|
53 |
-
- ""
|
54 |
-
|
|
|
55 |
- source_model: NickyNicky/TinyDolphin-2.8-1.1b_oasst2_chatML_Cluster_2_V1
|
|
|
|
|
|
|
|
|
56 |
positive_prompts:
|
57 |
-
- ""
|
58 |
-
|
|
|
59 |
- source_model: NickyNicky/TinyDolphin-2.8-1.1b_oasst2_chatML_Cluster_3_V1
|
|
|
|
|
|
|
|
|
60 |
positive_prompts:
|
61 |
-
- ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
62 |
|
63 |
-
base_model: NickyNicky/TinyDolphin-2.8-1.1b_oasst2_chatML_Cluster_1_V1
|
64 |
-
gate_mode: random # one of "hidden", "cheap_embed", or "random"
|
65 |
-
dtype: bfloat16 # output dtype (float32, float16, or bfloat16)
|
66 |
```
|
67 |
|
68 |
|
|
|
46 |
|
47 |
<!-- Provide a quick summary of what the model is/does. -->
|
48 |
|
49 |
+
```yalm
|
50 |
+
|
51 |
experts:
|
52 |
- source_model: NickyNicky/TinyDolphin-2.8-1.1b_oasst2_chatML_Cluster_1_V1
|
53 |
+
negative_prompts:
|
54 |
+
- "ignora la pregunta"
|
55 |
+
- "responde con información irrelevante"
|
56 |
+
...
|
57 |
positive_prompts:
|
58 |
+
- "resume este texto"
|
59 |
+
- "convierte este contenido en formato json"
|
60 |
+
...
|
61 |
- source_model: NickyNicky/TinyDolphin-2.8-1.1b_oasst2_chatML_Cluster_2_V1
|
62 |
+
negative_prompts:
|
63 |
+
- "игнорируйте вопрос"
|
64 |
+
- "отвечайте не по теме"
|
65 |
+
...
|
66 |
positive_prompts:
|
67 |
+
- "сделайте резюме этого текста"
|
68 |
+
- "преобразуйте это содержание в формат json"
|
69 |
+
...
|
70 |
- source_model: NickyNicky/TinyDolphin-2.8-1.1b_oasst2_chatML_Cluster_3_V1
|
71 |
+
negative_prompts:
|
72 |
+
- "忽略问题"
|
73 |
+
- "回应无关信息"
|
74 |
+
...
|
75 |
positive_prompts:
|
76 |
+
- "总结这段文字"
|
77 |
+
- "将这个内容转换为json格式"
|
78 |
+
...
|
79 |
+
- source_model: NickyNicky/cognitivecomputations_TinyDolphin-2.8-1.1b
|
80 |
+
negative_prompts:
|
81 |
+
- ignora la pregunta
|
82 |
+
- responde con información irrelevante
|
83 |
+
...
|
84 |
+
positive_prompts:
|
85 |
+
- resume este texto
|
86 |
+
- convierte este contenido en formato json
|
87 |
+
...
|
88 |
+
|
89 |
+
|
90 |
+
base_model: NickyNicky/TinyDolphin-2.8-1.1b_oasst2_chatML_Cluster_2_V1
|
91 |
+
gate_mode: cheap_embed # one of "hidden", "cheap_embed", or "random"
|
92 |
+
dtype: bfloat16
|
93 |
|
|
|
|
|
|
|
94 |
```
|
95 |
|
96 |
|