Triangle104 commited on
Commit
8230bb2
1 Parent(s): 3c11d59

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +40 -0
README.md CHANGED
@@ -13,6 +13,46 @@ license: apache-2.0
13
  This model was converted to GGUF format from [`nothingiisreal/MN-12B-Starcannon-v2`](https://huggingface.co/nothingiisreal/MN-12B-Starcannon-v2) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
14
  Refer to the [original model card](https://huggingface.co/nothingiisreal/MN-12B-Starcannon-v2) for more details on the model.
15
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
  ## Use with llama.cpp
17
  Install llama.cpp through brew (works on Mac and Linux)
18
 
 
13
  This model was converted to GGUF format from [`nothingiisreal/MN-12B-Starcannon-v2`](https://huggingface.co/nothingiisreal/MN-12B-Starcannon-v2) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
14
  Refer to the [original model card](https://huggingface.co/nothingiisreal/MN-12B-Starcannon-v2) for more details on the model.
15
 
16
+ ---
17
+ Model details:
18
+ -
19
+ A star and a gun is all you need
20
+
21
+ It's a bit magnum-esque but more creative with less Claude slop also higher in verbosity. Try and find out lol.
22
+
23
+ This is a merge of pre-trained language models created using mergekit.
24
+
25
+ This model was merged using the TIES merge method using nothingiisreal/MN-12B-Celeste-V1.9 as a base.
26
+
27
+ Merge fodder
28
+ -
29
+ The following models were included in the merge:
30
+
31
+ nothingiisreal/MN-12B-Celeste-V1.9
32
+ intervitens/mini-magnum-12b-v1.1
33
+
34
+ Configuration
35
+ -
36
+ The following YAML configuration was used to produce this model:
37
+
38
+ models:
39
+ - model: intervitens/mini-magnum-12b-v1.1
40
+ parameters:
41
+ density: 0.3
42
+ weight: 0.5
43
+ - model: nothingiisreal/MN-12B-Celeste-V1.9
44
+ parameters:
45
+ density: 0.7
46
+ weight: 0.5
47
+
48
+ merge_method: ties
49
+ base_model: nothingiisreal/MN-12B-Celeste-V1.9
50
+ parameters:
51
+ normalize: true
52
+ int8_mask: true
53
+ dtype: bfloat16
54
+
55
+ ---
56
  ## Use with llama.cpp
57
  Install llama.cpp through brew (works on Mac and Linux)
58