Triangle104 commited on
Commit
5c029d7
1 Parent(s): 7ea6943

Update README.md

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