Update README.md
Browse files
README.md
CHANGED
@@ -21,7 +21,7 @@ h1 {
|
|
21 |
-webkit-text-fill-color: transparent; /* Making the text transparent */
|
22 |
}
|
23 |
|
24 |
-
|
25 |
color: #801ffa; /* Red color */
|
26 |
font-size: 1.25em; /* Larger font size */
|
27 |
text-align: left; /* Center alignment */
|
@@ -39,7 +39,7 @@ a {
|
|
39 |
|
40 |
![image/png](https://cdn-uploads.huggingface.co/production/uploads/64f74b6e6389380c77562762/0vhS2LvbcQm6dwaFkC_HK.png)
|
41 |
|
42 |
-
# <
|
43 |
* [GGUF Q8_0](https://huggingface.co/v000000/SwallowMaid-8B-L3-SPPO-abliterated-Q8_0-GGUF)
|
44 |
|
45 |
# <h1>merge</h1>
|
@@ -47,7 +47,7 @@ a {
|
|
47 |
This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
|
48 |
|
49 |
# <h1>Merge Details</h1>
|
50 |
-
# <
|
51 |
|
52 |
This model was merged using a multi-step merge method.
|
53 |
|
@@ -61,7 +61,7 @@ The following models were included in the merge:
|
|
61 |
* [tokyotech-llm/Llama-3-Swallow-8B-v0.1](https://huggingface.co/tokyotech-llm/Llama-3-Swallow-8B-v0.1)
|
62 |
* [Nitral-AI/Hathor_Respawn-L3-8B-v0.8](https://huggingface.co/Nitral-AI/Hathor_Respawn-L3-8B-v0.8)
|
63 |
|
64 |
-
# <
|
65 |
|
66 |
The following YAML configuration was used to produce this model:
|
67 |
|
@@ -106,5 +106,17 @@ merge_method: linear
|
|
106 |
dtype: float32
|
107 |
```
|
108 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
109 |
</body>
|
110 |
</html>
|
|
|
21 |
-webkit-text-fill-color: transparent; /* Making the text transparent */
|
22 |
}
|
23 |
|
24 |
+
p {
|
25 |
color: #801ffa; /* Red color */
|
26 |
font-size: 1.25em; /* Larger font size */
|
27 |
text-align: left; /* Center alignment */
|
|
|
39 |
|
40 |
![image/png](https://cdn-uploads.huggingface.co/production/uploads/64f74b6e6389380c77562762/0vhS2LvbcQm6dwaFkC_HK.png)
|
41 |
|
42 |
+
# <p>Quants</p>
|
43 |
* [GGUF Q8_0](https://huggingface.co/v000000/SwallowMaid-8B-L3-SPPO-abliterated-Q8_0-GGUF)
|
44 |
|
45 |
# <h1>merge</h1>
|
|
|
47 |
This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
|
48 |
|
49 |
# <h1>Merge Details</h1>
|
50 |
+
# <p>Merge Method</p>
|
51 |
|
52 |
This model was merged using a multi-step merge method.
|
53 |
|
|
|
61 |
* [tokyotech-llm/Llama-3-Swallow-8B-v0.1](https://huggingface.co/tokyotech-llm/Llama-3-Swallow-8B-v0.1)
|
62 |
* [Nitral-AI/Hathor_Respawn-L3-8B-v0.8](https://huggingface.co/Nitral-AI/Hathor_Respawn-L3-8B-v0.8)
|
63 |
|
64 |
+
# <p>Configuration</p>
|
65 |
|
66 |
The following YAML configuration was used to produce this model:
|
67 |
|
|
|
106 |
dtype: float32
|
107 |
```
|
108 |
|
109 |
+
# Prompt Template:
|
110 |
+
```bash
|
111 |
+
<|begin_of_text|><|start_header_id|>system<|end_header_id|>
|
112 |
+
|
113 |
+
{system_prompt}<|eot_id|><|start_header_id|>user<|end_header_id|>
|
114 |
+
|
115 |
+
{input}<|eot_id|><|start_header_id|>assistant<|end_header_id|>
|
116 |
+
|
117 |
+
{output}<|eot_id|>
|
118 |
+
|
119 |
+
```
|
120 |
+
|
121 |
</body>
|
122 |
</html>
|