Mohamed6900 commited on
Commit
7912ee7
1 Parent(s): 71bc910

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +28 -0
README.md ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - merge
5
+ - mergekit
6
+ - lazymergekit
7
+ - HuggingFaceH4/zephyr-7b-beta
8
+ - mistralai/Mistral-7B-Instruct-v0.2
9
+ ---
10
+
11
+ # MergedModel
12
+
13
+ MergedModel is a merge of the following models using [mergekit](https://github.com/cg123/mergekit):
14
+ * [HuggingFaceH4/zephyr-7b-beta](https://huggingface.co/HuggingFaceH4/zephyr-7b-beta)
15
+ * [mistralai/Mistral-7B-Instruct-v0.2](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2)
16
+
17
+ ## 🧩 Configuration
18
+
19
+ ```yaml
20
+ base_model: HuggingFaceH4/zephyr-7b-beta
21
+ dtype: float16
22
+ gate_mode: cheap_embed
23
+ experts:
24
+ - source_model: HuggingFaceH4/zephyr-7b-beta
25
+ positive_prompts: ["You are an helpful general-pupose assistant."]
26
+ - source_model: mistralai/Mistral-7B-Instruct-v0.2
27
+ positive_prompts: ["You are a helpful assistant."]
28
+ ```