add credit to original author
Browse files
README.md
CHANGED
@@ -1,61 +1,63 @@
|
|
1 |
-
---
|
2 |
-
license: llama2
|
3 |
-
language:
|
4 |
-
- en
|
5 |
-
pipeline_tag: conversational
|
6 |
-
tags:
|
7 |
-
- merge
|
8 |
-
---
|
9 |
-
# Goliath 120B
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
- [
|
18 |
-
- [
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
The
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
- range
|
34 |
-
|
35 |
-
- range
|
36 |
-
|
37 |
-
- range
|
38 |
-
|
39 |
-
- range
|
40 |
-
|
41 |
-
- range
|
42 |
-
|
43 |
-
- range
|
44 |
-
|
45 |
-
- range
|
46 |
-
|
47 |
-
- range
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
|
|
|
|
61 |
Special thanks to [@Undi95](https://huggingface.co/Undi95) for helping with the merge ratios.
|
|
|
1 |
+
---
|
2 |
+
license: llama2
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
pipeline_tag: conversational
|
6 |
+
tags:
|
7 |
+
- merge
|
8 |
+
---
|
9 |
+
# Goliath 120B
|
10 |
+
|
11 |
+
Credit to [alpindale](https://huggingface.co/alpindale), the original model author!
|
12 |
+
|
13 |
+
An auto-regressive causal LM created by combining 2x finetuned [Llama-2 70B](https://huggingface.co/meta-llama/llama-2-70b-hf) into one.
|
14 |
+
|
15 |
+
Please check out the quantized formats provided by [@TheBloke](https:///huggingface.co/TheBloke) and [@Panchovix](https://huggingface.co/Panchovix):
|
16 |
+
|
17 |
+
- [GGUF](https://huggingface.co/TheBloke/goliath-120b-GGUF) (llama.cpp)
|
18 |
+
- [GPTQ](https://huggingface.co/TheBloke/goliath-120b-GPTQ) (KoboldAI, TGW, Aphrodite)
|
19 |
+
- [AWQ](https://huggingface.co/TheBloke/goliath-120b-AWQ) (TGW, Aphrodite, vLLM)
|
20 |
+
- [Exllamav2](https://huggingface.co/Panchovix/goliath-120b-exl2) (TGW, KoboldAI)
|
21 |
+
|
22 |
+
# Prompting Format
|
23 |
+
|
24 |
+
Both Vicuna and Alpaca will work, but due the initial and final layers belonging primarily to Xwin, the original author expects Vicuna to work the best.
|
25 |
+
|
26 |
+
# Merge process
|
27 |
+
|
28 |
+
The models used in the merge are [Xwin](https://huggingface.co/Xwin-LM/Xwin-LM-70B-V0.1) and [Euryale](https://huggingface.co/Sao10K/Euryale-1.3-L2-70B).
|
29 |
+
|
30 |
+
The layer ranges used are as follows:
|
31 |
+
|
32 |
+
```yaml
|
33 |
+
- range 0, 16
|
34 |
+
Xwin
|
35 |
+
- range 8, 24
|
36 |
+
Euryale
|
37 |
+
- range 17, 32
|
38 |
+
Xwin
|
39 |
+
- range 25, 40
|
40 |
+
Euryale
|
41 |
+
- range 33, 48
|
42 |
+
Xwin
|
43 |
+
- range 41, 56
|
44 |
+
Euryale
|
45 |
+
- range 49, 64
|
46 |
+
Xwin
|
47 |
+
- range 57, 72
|
48 |
+
Euryale
|
49 |
+
- range 65, 80
|
50 |
+
Xwin
|
51 |
+
```
|
52 |
+
|
53 |
+
# Screenshots
|
54 |
+
|
55 |
+

|
56 |
+
|
57 |
+
# Benchmarks
|
58 |
+
Coming soon.
|
59 |
+
|
60 |
+
# Acknowledgements
|
61 |
+
Credits goes to [@chargoddard](https://huggingface.co/chargoddard) for developing the framework used to merge the model - [mergekit](https://github.com/cg123/mergekit).
|
62 |
+
|
63 |
Special thanks to [@Undi95](https://huggingface.co/Undi95) for helping with the merge ratios.
|