Triangle104 commited on
Commit
d49e404
1 Parent(s): e5e5d4b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +36 -0
README.md CHANGED
@@ -12,6 +12,42 @@ tags:
12
  This model was converted to GGUF format from [`nothingiisreal/MN-12B-Starcannon-v3`](https://huggingface.co/nothingiisreal/MN-12B-Starcannon-v3) 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/nothingiisreal/MN-12B-Starcannon-v3) 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 [`nothingiisreal/MN-12B-Starcannon-v3`](https://huggingface.co/nothingiisreal/MN-12B-Starcannon-v3) 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/nothingiisreal/MN-12B-Starcannon-v3) for more details on the model.
14
 
15
+ ---
16
+ Model details:
17
+ -
18
+ This is a merge of pre-trained language models created using mergekit.
19
+
20
+ This model was merged using the TIES merge method using nothingiisreal/MN-12B-Celeste-V1.9 as a base.
21
+
22
+ Merge Fodder
23
+ -
24
+ The following models were included in the merge:
25
+
26
+ anthracite-org/magnum-12b-v2
27
+ nothingiisreal/MN-12B-Celeste-V1.9
28
+
29
+ Configuration
30
+ -
31
+ The following YAML configuration was used to produce this model:
32
+
33
+ models:
34
+ - model: anthracite-org/magnum-12b-v2
35
+ parameters:
36
+ density: 0.3
37
+ weight: 0.5
38
+ - model: nothingiisreal/MN-12B-Celeste-V1.9
39
+ parameters:
40
+ density: 0.7
41
+ weight: 0.5
42
+
43
+ merge_method: ties
44
+ base_model: nothingiisreal/MN-12B-Celeste-V1.9
45
+ parameters:
46
+ normalize: true
47
+ int8_mask: true
48
+ dtype: bfloat16
49
+
50
+ ---
51
  ## Use with llama.cpp
52
  Install llama.cpp through brew (works on Mac and Linux)
53