diffnamehard
commited on
Commit
•
eb07e3c
1
Parent(s):
73872e9
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,21 @@
|
|
1 |
---
|
2 |
license: cc-by-nc-4.0
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: cc-by-nc-4.0
|
3 |
---
|
4 |
+
Merge of [KoboldAI/LLaMA2-13B-Psyfighter2](https://huggingface.co/KoboldAI/LLaMA2-13B-Psyfighter2) and [NeverSleep/Noromaid-13b-v0.1.1](https://huggingface.co/NeverSleep/Noromaid-13b-v0.1.1)
|
5 |
+
|
6 |
+
.yaml file for mergekit
|
7 |
+
|
8 |
+
```
|
9 |
+
models:
|
10 |
+
- model: LLaMA2-13B-Psyfighter2
|
11 |
+
- model: Noromaid-13b-v0.1.1
|
12 |
+
parameters:
|
13 |
+
density: 0.65
|
14 |
+
weight: [0, 0.3, 0.7, 1]
|
15 |
+
merge_method: ties
|
16 |
+
base_model: LLaMA2-13B-Psyfighter2
|
17 |
+
parameters:
|
18 |
+
normalize: true
|
19 |
+
int8_mask: true
|
20 |
+
dtype: float16
|
21 |
+
```
|