Triangle104 commited on
Commit
2928f4c
1 Parent(s): ab34077

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +29 -0
README.md CHANGED
@@ -12,6 +12,35 @@ tags:
12
  This model was converted to GGUF format from [`SzilviaB/Magnum_Backyard_Party_12b`](https://huggingface.co/SzilviaB/Magnum_Backyard_Party_12b) 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/SzilviaB/Magnum_Backyard_Party_12b) 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 [`SzilviaB/Magnum_Backyard_Party_12b`](https://huggingface.co/SzilviaB/Magnum_Backyard_Party_12b) 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/SzilviaB/Magnum_Backyard_Party_12b) 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
+ Merge Method
21
+ -
22
+ This model was merged using the SLERP merge method.
23
+ Models Merged
24
+
25
+ The following models were included in the merge:
26
+
27
+ Sao10K/MN-BackyardAI-Party-12B-v1
28
+ anthracite-org/magnum-v4-12b
29
+
30
+ Configuration
31
+ -
32
+ The following YAML configuration was used to produce this model:
33
+
34
+ models:
35
+ - model: anthracite-org/magnum-v4-12b
36
+ - model: Sao10K/MN-BackyardAI-Party-12B-v1
37
+ merge_method: slerp
38
+ base_model: anthracite-org/magnum-v4-12b
39
+ dtype: bfloat16
40
+ parameters:
41
+ t: [0, 0.5, 1, 0.5, 0] # V shaped curve: Hermes for input & output, WizardMath in the middle layers
42
+
43
+ ---
44
  ## Use with llama.cpp
45
  Install llama.cpp through brew (works on Mac and Linux)
46