ND911 commited on
Commit
bb886a8
·
verified ·
1 Parent(s): 340900d

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +70 -0
README.md ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model:
3
+ - mistralai/Mistral-7B-Instruct-v0.2
4
+ - Nexusflow/Starling-LM-7B-beta
5
+ library_name: transformers
6
+ tags:
7
+ - mergekit
8
+ - merge
9
+ - not-for-all-audiences
10
+ ---
11
+
12
+ ![](maid.jpeg)
13
+
14
+ # Mistralv0.2-StarlingLM-FrankenMaid-10.5B
15
+
16
+ This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
17
+
18
+ ## Merge Details
19
+
20
+ See Below
21
+
22
+ ### Merge Method
23
+
24
+ This model was merged using the passthrough merge method and also dare_ties method.
25
+
26
+ ### Models Merged
27
+
28
+ The following models were included in the merge:
29
+ * [mistralai/Mistral-7B-Instruct-v0.2](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2)
30
+ * [Nexusflow/Starling-LM-7B-beta](https://huggingface.co/Nexusflow/Starling-LM-7B-beta)
31
+ * fM-v2
32
+
33
+ ### Configuration
34
+
35
+ The following YAML configuration was used to produce this model:
36
+
37
+ ```yaml
38
+ slices:
39
+ - sources:
40
+ - model: "fM-v2"
41
+ layer_range: [0, 16]
42
+ - sources:
43
+ - model: "Nexusflow/Starling-LM-7B-beta"
44
+ layer_range: [8, 24]
45
+ - sources:
46
+ - model: "mistralai/Mistral-7B-Instruct-v0.2"
47
+ layer_range: [17, 32]
48
+ merge_method: passthrough
49
+ dtype: float16
50
+ name: fM-v2
51
+ ```
52
+
53
+ ```yaml
54
+ models:
55
+ - model: mistralai/Mistral-7B-Instruct-v0.2
56
+ - model: Franken-Maid
57
+ parameters:
58
+ weight: 0.25
59
+ density: 1.0
60
+ - model: Franken-Maid
61
+ parameters:
62
+ weight: 0.30
63
+ density: 1.0
64
+ merge_method: dare_ties
65
+ base_model: mistralai/Mistral-7B-Instruct-v0.2
66
+ parameters:
67
+ int8_mask: true
68
+ dtype: bfloat16
69
+ name: fM-v2
70
+ ```