Triangle104 commited on
Commit
d82824d
1 Parent(s): e05da07

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 [`harkov000/hermes-stheno-8B-v0.1`](https://huggingface.co/harkov000/hermes-stheno-8B-v0.1) 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/harkov000/hermes-stheno-8B-v0.1) 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 [`harkov000/hermes-stheno-8B-v0.1`](https://huggingface.co/harkov000/hermes-stheno-8B-v0.1) 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/harkov000/hermes-stheno-8B-v0.1) 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
+ Sao10K/Llama-3.1-8B-Stheno-v3.4
28
+ NousResearch/Hermes-3-Llama-3.1-8B
29
+
30
+ Configuration
31
+
32
+ The following YAML configuration was used to produce this model:
33
+
34
+ slices:
35
+ - sources:
36
+ - model: NousResearch/Hermes-3-Llama-3.1-8B
37
+ layer_range:
38
+ - 0
39
+ - 32
40
+ - model: Sao10K/Llama-3.1-8B-Stheno-v3.4
41
+ layer_range:
42
+ - 0
43
+ - 32
44
+ merge_method: slerp
45
+ base_model: NousResearch/Hermes-3-Llama-3.1-8B
46
+ parameters:
47
+ t: [0.0, 0.15, 0.3, 0.15, 0.0]
48
+ dtype: bfloat16
49
+
50
+ ---
51
  ## Use with llama.cpp
52
  Install llama.cpp through brew (works on Mac and Linux)
53