Upload config.yaml with huggingface_hub
Browse files- config.yaml +9 -0
config.yaml
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
base_model: mistralai/Mistral-7B-Instruct-v0.2
|
| 3 |
+
dtype: float16
|
| 4 |
+
gate_mode: cheap_embed
|
| 5 |
+
experts:
|
| 6 |
+
- source_model: HuggingFaceH4/zephyr-7b-beta
|
| 7 |
+
positive_prompts: ["You are an helpful general-pupose assistant."]
|
| 8 |
+
- source_model: mistralai/Mistral-7B-Instruct-v0.2
|
| 9 |
+
positive_prompts: ["You are helpful assistant."]
|