Update README.md
Browse files
README.md
CHANGED
@@ -1,7 +1,38 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
2 |
license: other
|
3 |
-
license_name: microsoft-research-license
|
4 |
license_link: https://huggingface.co/microsoft/Orca-2-13b/blob/main/LICENSE
|
5 |
pipeline_tag: text-generation
|
6 |
---
|
7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
base_model: [KatyTheCutie/EstopianMaid-13B]
|
3 |
+
tags:
|
4 |
+
- mergekit
|
5 |
+
- merge
|
6 |
license: other
|
|
|
7 |
license_link: https://huggingface.co/microsoft/Orca-2-13b/blob/main/LICENSE
|
8 |
pipeline_tag: text-generation
|
9 |
---
|
10 |
+
# EstopianOrcaMaid-13b
|
11 |
+
|
12 |
+
This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
|
13 |
+
|
14 |
+
### Merge Method
|
15 |
+
|
16 |
+
This model was merged using the [linear](https://arxiv.org/abs/2203.05482) merge method.
|
17 |
+
|
18 |
+
### Models Merged
|
19 |
+
|
20 |
+
The following models were included in the merge:
|
21 |
+
* [KatyTheCutie/EstopianMaid-13B](https://huggingface.co/KatyTheCutie/EstopianMaid-13B)
|
22 |
+
* [microsoft/Orca-2-13b](https://huggingface.co/microsoft/Orca-2-13b)
|
23 |
+
|
24 |
+
### Configuration
|
25 |
+
|
26 |
+
The following YAML configuration was used to produce this model:
|
27 |
+
|
28 |
+
```yaml
|
29 |
+
models:
|
30 |
+
- model: /Volumes/Sabrent/LLMs/EstopianMaid-13B
|
31 |
+
parameters:
|
32 |
+
weight: 0.8
|
33 |
+
- model: "/Volumes/SanDisk/LLM Archive/Orca-2-13b"
|
34 |
+
parameters:
|
35 |
+
weight: 0.2
|
36 |
+
merge_method: linear
|
37 |
+
dtype: float16
|
38 |
+
```
|