Triangle104 commited on
Commit
86d2852
1 Parent(s): a52c2d5

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/SzilviaB-Daredevil-LongWriter-8B_abliterated`](https://huggingface.co/SzilviaB/SzilviaB-Daredevil-LongWriter-8B_abliterated) 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/SzilviaB-Daredevil-LongWriter-8B_abliterated) 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/SzilviaB-Daredevil-LongWriter-8B_abliterated`](https://huggingface.co/SzilviaB/SzilviaB-Daredevil-LongWriter-8B_abliterated) 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/SzilviaB-Daredevil-LongWriter-8B_abliterated) 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
+ Merge Details
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
+ mlabonne/NeuralDaredevil-8B-abliterated
28
+ THUDM/LongWriter-llama3.1-8b
29
+
30
+ Configuration
31
+
32
+ The following YAML configuration was used to produce this model:
33
+
34
+ models:
35
+ - model: mlabonne/NeuralDaredevil-8B-abliterated
36
+ - model: THUDM/LongWriter-llama3.1-8b
37
+ merge_method: slerp
38
+ base_model: mlabonne/NeuralDaredevil-8B-abliterated
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