Triangle104
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -9,6 +9,30 @@ tags:
|
|
9 |
This model was converted to GGUF format from [`ToastyPigeon/Beeper-King-22B`](https://huggingface.co/ToastyPigeon/Beeper-King-22B) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
10 |
Refer to the [original model card](https://huggingface.co/ToastyPigeon/Beeper-King-22B) for more details on the model.
|
11 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
## Use with llama.cpp
|
13 |
Install llama.cpp through brew (works on Mac and Linux)
|
14 |
|
|
|
9 |
This model was converted to GGUF format from [`ToastyPigeon/Beeper-King-22B`](https://huggingface.co/ToastyPigeon/Beeper-King-22B) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
10 |
Refer to the [original model card](https://huggingface.co/ToastyPigeon/Beeper-King-22B) for more details on the model.
|
11 |
|
12 |
+
---
|
13 |
+
|
14 |
+
# Triangle104/Beeper-King-22B-Q5_K_S-GGUF
|
15 |
+
This model was converted to GGUF format from [`ToastyPigeon/Beeper-King-22B`](https://huggingface.co/ToastyPigeon/Beeper-King-22B) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
16 |
+
Refer to the [original model card](https://huggingface.co/ToastyPigeon/Beeper-King-22B) for more details on the model.
|
17 |
+
|
18 |
+
---
|
19 |
+
Model details:
|
20 |
+
-
|
21 |
+
This is another slightly-adjusted version of MS-Meadowlark-22B.
|
22 |
+
|
23 |
+
The models used in this merge are:
|
24 |
+
|
25 |
+
nbeerbower/Mistral-Small-Gutenberg-Doppel-22B
|
26 |
+
crestf411/MS-sunfall-v0.7.0
|
27 |
+
Alfitaria/mistral-small-fujin-qlora
|
28 |
+
ToastyPigeon/mistral-small-springdragon-qlora
|
29 |
+
concedo/Beepo-22B
|
30 |
+
|
31 |
+
Specifically, changing the instruct portion and the base to apply the QLoRAs to from Mistral-Small-Instruct-2409 to Beepo-22B made the model a little more wild in a fun way. It's still done a good job of adhering to prompts and character descriptions, because Beepo is very compliant model.
|
32 |
+
|
33 |
+
Instruct format is Mistral V2 & V3, but thanks to the inclusion of Beepo this model should also work with Alpaca.
|
34 |
+
|
35 |
+
---
|
36 |
## Use with llama.cpp
|
37 |
Install llama.cpp through brew (works on Mac and Linux)
|
38 |
|