Triangle104
commited on
Commit
•
d9e777d
1
Parent(s):
42b528a
Update README.md
Browse files
README.md
CHANGED
@@ -12,6 +12,35 @@ tags:
|
|
12 |
This model was converted to GGUF format from [`harkov000/Hermes-Dolphin-out`](https://huggingface.co/harkov000/Hermes-Dolphin-out) 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-Dolphin-out) 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-Dolphin-out`](https://huggingface.co/harkov000/Hermes-Dolphin-out) 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-Dolphin-out) 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 Method
|
20 |
+
|
21 |
+
This model was merged using the SLERP merge method.
|
22 |
+
|
23 |
+
Models Merged
|
24 |
+
-
|
25 |
+
The following models were included in the merge:
|
26 |
+
|
27 |
+
NousResearch/Hermes-3-Llama-3.1-8B
|
28 |
+
cognitivecomputations/dolphin-2.9.4-llama3.1-8b
|
29 |
+
|
30 |
+
Configuration
|
31 |
+
-
|
32 |
+
The following YAML configuration was used to produce this model:
|
33 |
+
|
34 |
+
models:
|
35 |
+
- model: NousResearch/Hermes-3-Llama-3.1-8B
|
36 |
+
- model: cognitivecomputations/dolphin-2.9.4-llama3.1-8b
|
37 |
+
merge_method: slerp
|
38 |
+
base_model: NousResearch/Hermes-3-Llama-3.1-8B
|
39 |
+
parameters:
|
40 |
+
t: [0.0, 0.5, 1.0]
|
41 |
+
dtype: bfloat16
|
42 |
+
|
43 |
+
---
|
44 |
## Use with llama.cpp
|
45 |
Install llama.cpp through brew (works on Mac and Linux)
|
46 |
|