Triangle104
commited on
Commit
•
80bf805
1
Parent(s):
f195789
Update README.md
Browse files
README.md
CHANGED
@@ -16,6 +16,40 @@ license_link: https://mistral.ai/licenses/MRL-0.1.md
|
|
16 |
This model was converted to GGUF format from [`knifeayumu/Cydonia-v1.3-Magnum-v4-22B`](https://huggingface.co/knifeayumu/Cydonia-v1.3-Magnum-v4-22B) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
17 |
Refer to the [original model card](https://huggingface.co/knifeayumu/Cydonia-v1.3-Magnum-v4-22B) for more details on the model.
|
18 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
## Use with llama.cpp
|
20 |
Install llama.cpp through brew (works on Mac and Linux)
|
21 |
|
|
|
16 |
This model was converted to GGUF format from [`knifeayumu/Cydonia-v1.3-Magnum-v4-22B`](https://huggingface.co/knifeayumu/Cydonia-v1.3-Magnum-v4-22B) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
17 |
Refer to the [original model card](https://huggingface.co/knifeayumu/Cydonia-v1.3-Magnum-v4-22B) for more details on the model.
|
18 |
|
19 |
+
---
|
20 |
+
Model details:
|
21 |
+
-
|
22 |
+
The Drummer becomes hornier (again)
|
23 |
+
|
24 |
+
Recipe based on knifeayumu/Cydonia-v1.2-Magnum-v4-22B but uses TheDrummer/Cydonia-22B-v1.3 as the base. Yes, MortalWombat. I'm gonna use your parameters as long as I can!
|
25 |
+
|
26 |
+
This is a merge of pre-trained language models created using mergekit.
|
27 |
+
|
28 |
+
Merge Method
|
29 |
+
-
|
30 |
+
This model was merged using the SLERP merge method.
|
31 |
+
|
32 |
+
Models Merged
|
33 |
+
-
|
34 |
+
The following models were included in the merge:
|
35 |
+
|
36 |
+
TheDrummer/Cydonia-22B-v1.3
|
37 |
+
anthracite-org/magnum-v4-22b
|
38 |
+
|
39 |
+
Configuration
|
40 |
+
-
|
41 |
+
The following YAML configuration was used to produce this model:
|
42 |
+
|
43 |
+
models:
|
44 |
+
- model: TheDrummer/Cydonia-22B-v1.3
|
45 |
+
- model: anthracite-org/magnum-v4-22b
|
46 |
+
merge_method: slerp
|
47 |
+
base_model: TheDrummer/Cydonia-22B-v1.3
|
48 |
+
parameters:
|
49 |
+
t: [0.1, 0.3, 0.6, 0.3, 0.1]
|
50 |
+
dtype: bfloat16
|
51 |
+
|
52 |
+
---
|
53 |
## Use with llama.cpp
|
54 |
Install llama.cpp through brew (works on Mac and Linux)
|
55 |
|