Triangle104 commited on
Commit
2de2354
1 Parent(s): 89da214

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +35 -0
README.md CHANGED
@@ -12,6 +12,41 @@ tags:
12
  This model was converted to GGUF format from [`Steelskull/MSM-MS-Cydrion-22B`](https://huggingface.co/Steelskull/MSM-MS-Cydrion-22B) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
13
  Refer to the [original model card](https://huggingface.co/Steelskull/MSM-MS-Cydrion-22B) for more details on the model.
14
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  ## Use with llama.cpp
16
  Install llama.cpp through brew (works on Mac and Linux)
17
 
 
12
  This model was converted to GGUF format from [`Steelskull/MSM-MS-Cydrion-22B`](https://huggingface.co/Steelskull/MSM-MS-Cydrion-22B) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
13
  Refer to the [original model card](https://huggingface.co/Steelskull/MSM-MS-Cydrion-22B) for more details on the model.
14
 
15
+ ---
16
+ Model details:
17
+ -
18
+ Meet Cydrion, the attempt of fusion for creativity and intelligence.
19
+
20
+ Creator: SteelSkull
21
+ About Cydrion-22B:
22
+
23
+ Name Legend:
24
+ MSM = Mistral-Small
25
+ MS = Model Stock
26
+ 22b = its 22b
27
+
28
+
29
+ This model merges the robust storytelling of Cydonia with the creative edge of Acolyte, ArliAI-RPMax, and Gutenberg with some special sauce.
30
+
31
+ Use Mistral Format
32
+ Quants:
33
+
34
+ My Quants:MSM-MS-Cydrion-22B-Q6_K-GGUF
35
+ Config:
36
+
37
+ MODEL_NAME = "MSM-MS-Cydrion-22B"
38
+ yaml_config = """
39
+ base_model: Steelskull/Merged-v2
40
+ merge_method: model_stock
41
+ dtype: bfloat16
42
+ models:
43
+ - model: TheDrummer/Cydonia-22B-v1.1
44
+ - model: ArliAI/Mistral-Small-22B-ArliAI-RPMax-v1.1
45
+ - model: nbeerbower/Mistral-Small-Gutenberg-Doppel-22B
46
+ - model: rAIfle/Acolyte-22B
47
+ """
48
+
49
+ ---
50
  ## Use with llama.cpp
51
  Install llama.cpp through brew (works on Mac and Linux)
52