FallenMerick commited on
Commit
3067a7d
1 Parent(s): 154a0f6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +45 -44
README.md CHANGED
@@ -1,44 +1,45 @@
1
- ---
2
- base_model:
3
- - KatyTheCutie/EstopianMaid-13B
4
- - Undi95/MLewdBoros-L2-13B
5
- library_name: transformers
6
- tags:
7
- - mergekit
8
- - merge
9
-
10
- ---
11
- # EstopianMaid-Orca2-MlewdBoros
12
-
13
- This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
14
-
15
- ## Merge Details
16
- ### Merge Method
17
-
18
- This model was merged using the [TIES](https://arxiv.org/abs/2306.01708) merge method using [KatyTheCutie/EstopianMaid-13B](https://huggingface.co/KatyTheCutie/EstopianMaid-13B) as a base.
19
-
20
- ### Models Merged
21
-
22
- The following models were included in the merge:
23
- * E:\Machine Learning\Models\Orca2-Flat-BF16
24
- * [Undi95/MLewdBoros-L2-13B](https://huggingface.co/Undi95/MLewdBoros-L2-13B)
25
-
26
- ### Configuration
27
-
28
- The following YAML configuration was used to produce this model:
29
-
30
- ```yaml
31
- models:
32
- - model: KatyTheCutie/EstopianMaid-13B
33
- - model: E:\Machine Learning\Models\Orca2-Flat-BF16
34
- parameters:
35
- weight: 1.0
36
- density: 0.4
37
- - model: Undi95/MLewdBoros-L2-13B
38
- parameters:
39
- weight: 1.0
40
- density: 0.2
41
- merge_method: ties
42
- base_model: KatyTheCutie/EstopianMaid-13B
43
- dtype: bfloat16
44
- ```
 
 
1
+ ---
2
+ base_model:
3
+ - KatyTheCutie/EstopianMaid-13B
4
+ - TeeZee/Orca-2-13b_flat
5
+ - Undi95/MLewdBoros-L2-13B
6
+ library_name: transformers
7
+ tags:
8
+ - mergekit
9
+ - merge
10
+
11
+ ---
12
+ # EstopianMaid-Orca2-MlewdBoros
13
+
14
+ This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
15
+
16
+ ## Merge Details
17
+ ### Merge Method
18
+
19
+ This model was merged using the [TIES](https://arxiv.org/abs/2306.01708) merge method.
20
+
21
+ ### Models Merged
22
+
23
+ The following models were included in the merge:
24
+ * [TeeZee/Orca-2-13b_flat](https://huggingface.co/TeeZee/Orca-2-13b_flat)
25
+ * [Undi95/MLewdBoros-L2-13B](https://huggingface.co/Undi95/MLewdBoros-L2-13B)
26
+
27
+ ### Configuration
28
+
29
+ The following YAML configuration was used to produce this model:
30
+
31
+ ```yaml
32
+ models:
33
+ - model: KatyTheCutie/EstopianMaid-13B
34
+ - model: TeeZee/Orca-2-13b_flat
35
+ parameters:
36
+ weight: 1.0
37
+ density: 0.4
38
+ - model: Undi95/MLewdBoros-L2-13B
39
+ parameters:
40
+ weight: 1.0
41
+ density: 0.2
42
+ merge_method: ties
43
+ base_model: KatyTheCutie/EstopianMaid-13B
44
+ dtype: bfloat16
45
+ ```