Update README.md
Browse files
README.md
CHANGED
@@ -1,13 +1,6 @@
|
|
1 |
---
|
2 |
license: llama2
|
3 |
-
|
4 |
-
- en
|
5 |
-
pipeline_tag: conversational
|
6 |
-
tags:
|
7 |
-
- lzlv
|
8 |
-
- WinterGoddess
|
9 |
-
- frankenmerge
|
10 |
-
- 120b
|
11 |
---
|
12 |
# BigLiz 120B
|
13 |
|
@@ -21,26 +14,37 @@ Vicuna and Alpaca.
|
|
21 |
# Merge process
|
22 |
The models used in the merge are [lzlv-70b](https://huggingface.co/lizpreciatior/lzlv_70b_fp16_hf) and [WinterGoddess-1.4x-70b](https://huggingface.co/Sao10K/WinterGoddess-1.4x-70B-L2).
|
23 |
|
24 |
-
The layer mix:
|
25 |
```yaml
|
26 |
-
|
27 |
-
|
28 |
-
-
|
29 |
-
|
30 |
-
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
-
|
35 |
-
|
36 |
-
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
-
|
41 |
-
|
42 |
-
-
|
43 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
44 |
```
|
45 |
|
46 |
# Acknowledgements
|
@@ -50,4 +54,4 @@ The layer mix:
|
|
50 |
|
51 |
[@alpindale](https://huggingface.co/alpindale) For creating the original Goliath
|
52 |
|
53 |
-
[@chargoddard](https://huggingface.co/chargoddard) For developing [mergekit](https://github.com/cg123/mergekit).
|
|
|
1 |
---
|
2 |
license: llama2
|
3 |
+
pipeline_tag: text-generation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
---
|
5 |
# BigLiz 120B
|
6 |
|
|
|
14 |
# Merge process
|
15 |
The models used in the merge are [lzlv-70b](https://huggingface.co/lizpreciatior/lzlv_70b_fp16_hf) and [WinterGoddess-1.4x-70b](https://huggingface.co/Sao10K/WinterGoddess-1.4x-70B-L2).
|
16 |
|
|
|
17 |
```yaml
|
18 |
+
slices:
|
19 |
+
- sources:
|
20 |
+
- model: lizpreciatior_lzlv_70b_fp16_hf
|
21 |
+
layer_range: [0, 16]
|
22 |
+
- sources:
|
23 |
+
- model: Sao10K_WinterGoddess-1.4x-70B-L2
|
24 |
+
layer_range: [8, 24]
|
25 |
+
- sources:
|
26 |
+
- model: lizpreciatior_lzlv_70b_fp16_hf
|
27 |
+
layer_range: [17, 32]
|
28 |
+
- sources:
|
29 |
+
- model: Sao10K_WinterGoddess-1.4x-70B-L2
|
30 |
+
layer_range: [25, 40]
|
31 |
+
- sources:
|
32 |
+
- model: lizpreciatior_lzlv_70b_fp16_hf
|
33 |
+
layer_range: [33, 48]
|
34 |
+
- sources:
|
35 |
+
- model: Sao10K_WinterGoddess-1.4x-70B-L2
|
36 |
+
layer_range: [41, 56]
|
37 |
+
- sources:
|
38 |
+
- model: lizpreciatior_lzlv_70b_fp16_hf
|
39 |
+
layer_range: [49, 64]
|
40 |
+
- sources:
|
41 |
+
- model: Sao10K_WinterGoddess-1.4x-70B-L2
|
42 |
+
layer_range: [57, 72]
|
43 |
+
- sources:
|
44 |
+
- model: lizpreciatior_lzlv_70b_fp16_hf
|
45 |
+
layer_range: [65, 80]
|
46 |
+
merge_method: passthrough
|
47 |
+
dtype: float16
|
48 |
```
|
49 |
|
50 |
# Acknowledgements
|
|
|
54 |
|
55 |
[@alpindale](https://huggingface.co/alpindale) For creating the original Goliath
|
56 |
|
57 |
+
[@chargoddard](https://huggingface.co/chargoddard) For developing [mergekit](https://github.com/cg123/mergekit).
|