Triangle104
commited on
Commit
•
67cf563
1
Parent(s):
3e476b5
Update README.md
Browse files
README.md
CHANGED
@@ -16,6 +16,39 @@ license_link: https://mistral.ai/licenses/MRL-0.1.md
|
|
16 |
This model was converted to GGUF format from [`knifeayumu/Cydonia-v1.2-Magnum-v4-22B`](https://huggingface.co/knifeayumu/Cydonia-v1.2-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.2-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.2-Magnum-v4-22B`](https://huggingface.co/knifeayumu/Cydonia-v1.2-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.2-Magnum-v4-22B) for more details on the model.
|
18 |
|
19 |
+
---
|
20 |
+
Model details:
|
21 |
+
-
|
22 |
+
The Drummer becomes hornier
|
23 |
+
|
24 |
+
Recipe based on MarsupialAI/Monstral-123B. It should work since it's the same Mistral, TheDrummer and MarsupialAI, right?
|
25 |
+
|
26 |
+
This is a merge of pre-trained language models created using mergekit.
|
27 |
+
Merge Details
|
28 |
+
Merge Method
|
29 |
+
|
30 |
+
This model was merged using the SLERP merge method.
|
31 |
+
Models Merged
|
32 |
+
|
33 |
+
The following models were included in the merge:
|
34 |
+
|
35 |
+
TheDrummer/Cydonia-22B-v1.2
|
36 |
+
anthracite-org/magnum-v4-22b
|
37 |
+
|
38 |
+
Configuration
|
39 |
+
|
40 |
+
The following YAML configuration was used to produce this model:
|
41 |
+
|
42 |
+
models:
|
43 |
+
- model: TheDrummer/Cydonia-22B-v1.2
|
44 |
+
- model: anthracite-org/magnum-v4-22b
|
45 |
+
merge_method: slerp
|
46 |
+
base_model: TheDrummer/Cydonia-22B-v1.2
|
47 |
+
parameters:
|
48 |
+
t: [0.1, 0.3, 0.6, 0.3, 0.1]
|
49 |
+
dtype: bfloat16
|
50 |
+
|
51 |
+
---
|
52 |
## Use with llama.cpp
|
53 |
Install llama.cpp through brew (works on Mac and Linux)
|
54 |
|