Update README.md
Browse files
README.md
CHANGED
@@ -6,7 +6,7 @@ library_name: transformers
|
|
6 |
tags:
|
7 |
- mergekit
|
8 |
- merge
|
9 |
-
|
10 |
---
|
11 |
# Merge
|
12 |
|
@@ -16,6 +16,8 @@ This is a merge of pre-trained language models created using [mergekit](https://
|
|
16 |
|
17 |
Hermes with some Chain of Thought running though its veins.
|
18 |
|
|
|
|
|
19 |
### Merge Method
|
20 |
|
21 |
This model was merged using the SLERP merge method.
|
@@ -40,4 +42,4 @@ dtype: bfloat16
|
|
40 |
parameters:
|
41 |
t: [0, 0.5, 0.7, 1, 0.7, 0.5, 0]
|
42 |
|
43 |
-
```
|
|
|
6 |
tags:
|
7 |
- mergekit
|
8 |
- merge
|
9 |
+
license: llama3.2
|
10 |
---
|
11 |
# Merge
|
12 |
|
|
|
16 |
|
17 |
Hermes with some Chain of Thought running though its veins.
|
18 |
|
19 |
+
Quant: https://huggingface.co/Triangle104/Hermes-Llama-3.2-CoT-Q4_K_M-GGUF
|
20 |
+
|
21 |
### Merge Method
|
22 |
|
23 |
This model was merged using the SLERP merge method.
|
|
|
42 |
parameters:
|
43 |
t: [0, 0.5, 0.7, 1, 0.7, 0.5, 0]
|
44 |
|
45 |
+
```
|