Updated and moved existing to merged_models base_model tag in README.md
Browse files
README.md
CHANGED
@@ -1,4 +1,26 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
tags:
|
3 |
- merge
|
4 |
- mergekit
|
@@ -15,27 +37,6 @@ tags:
|
|
15 |
- endpoints_compatible
|
16 |
- text-generation-inference
|
17 |
- chatml
|
18 |
-
base_model:
|
19 |
-
- Locutusque/OpenCerebrum-1.0-7b-DPO
|
20 |
-
- Locutusque/Hyperion-3.0-Mistral-7B-DPO
|
21 |
-
language:
|
22 |
-
- en
|
23 |
-
quantized_by: Suparious
|
24 |
-
pipeline_tag: text-generation
|
25 |
-
model_creator: hydra-project
|
26 |
-
model_name: CerebrumHyperion-7B-DPO
|
27 |
-
inference: false
|
28 |
-
prompt_template: '<|im_start|>system
|
29 |
-
|
30 |
-
{system_message}<|im_end|>
|
31 |
-
|
32 |
-
<|im_start|>user
|
33 |
-
|
34 |
-
{prompt}<|im_end|>
|
35 |
-
|
36 |
-
<|im_start|>assistant
|
37 |
-
|
38 |
-
'
|
39 |
---
|
40 |
# hydra-project/CerebrumHyperion-7B-DPO AWQ
|
41 |
|
|
|
1 |
---
|
2 |
+
base_model: hydra-project/CerebrumHyperion-7B-DPO
|
3 |
+
inference: false
|
4 |
+
language:
|
5 |
+
- en
|
6 |
+
merged_models:
|
7 |
+
- Locutusque/OpenCerebrum-1.0-7b-DPO
|
8 |
+
- Locutusque/Hyperion-3.0-Mistral-7B-DPO
|
9 |
+
model_creator: hydra-project
|
10 |
+
model_name: CerebrumHyperion-7B-DPO
|
11 |
+
pipeline_tag: text-generation
|
12 |
+
prompt_template: '<|im_start|>system
|
13 |
+
|
14 |
+
{system_message}<|im_end|>
|
15 |
+
|
16 |
+
<|im_start|>user
|
17 |
+
|
18 |
+
{prompt}<|im_end|>
|
19 |
+
|
20 |
+
<|im_start|>assistant
|
21 |
+
|
22 |
+
'
|
23 |
+
quantized_by: Suparious
|
24 |
tags:
|
25 |
- merge
|
26 |
- mergekit
|
|
|
37 |
- endpoints_compatible
|
38 |
- text-generation-inference
|
39 |
- chatml
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
40 |
---
|
41 |
# hydra-project/CerebrumHyperion-7B-DPO AWQ
|
42 |
|