Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,16 @@
|
|
1 |
---
|
2 |
license: cc-by-nc-4.0
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: cc-by-nc-4.0
|
3 |
---
|
4 |
+
```
|
5 |
+
merge_method: task_arithmetic
|
6 |
+
base_model: TheBloke/Llama-2-13B-fp16
|
7 |
+
models:
|
8 |
+
- model: TheBloke/Llama-2-13B-fp16
|
9 |
+
- model: NeverSleep/Echidna-13b-v0.3
|
10 |
+
parameters:
|
11 |
+
weight: 1.0
|
12 |
+
- model: KoboldAI/LLaMA2-13B-Tiefighter
|
13 |
+
parameters:
|
14 |
+
weight: 0.25
|
15 |
+
dtype: float16
|
16 |
+
```
|