Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,21 @@
|
|
1 |
---
|
2 |
tag:
|
3 |
-
|
4 |
-
|
|
|
5 |
---
|
6 |
-
# Testing-only don't download
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
tag:
|
3 |
+
- merge
|
4 |
+
- mergekit
|
5 |
+
license: cc-by-sa-4.0
|
6 |
---
|
7 |
+
# Testing-only don't download
|
8 |
+
|
9 |
+
Another trial of merging models with different sizes, still under testing, it's unstable at the moment.
|
10 |
+
|
11 |
+
|
12 |
+
Recipe:
|
13 |
+
```
|
14 |
+
merge_method: task_anysize
|
15 |
+
base_model: princeton-nlp/Sheared-LLaMA-2.7B-ShareGPT
|
16 |
+
models:
|
17 |
+
- model: SanjiWatsuki/Silicon-Maid-7B
|
18 |
+
parameters:
|
19 |
+
weight: 0.1
|
20 |
+
dtype: float16
|
21 |
+
```
|