Update README with model card info
Browse files
README.md
CHANGED
@@ -1,3 +1,34 @@
|
|
1 |
---
|
|
|
|
|
|
|
2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
base_model:
|
3 |
+
- FelixChao/Sectumsempra-7B-DPO
|
4 |
+
- FelixChao/WestSeverus-7B-DPO-v2
|
5 |
license: mit
|
6 |
+
language:
|
7 |
+
- en
|
8 |
+
tags:
|
9 |
+
- mergekit
|
10 |
+
- merge
|
11 |
+
library_name: transformers
|
12 |
+
model_creator: s3nh
|
13 |
+
model_name: Severusectum-7B-DPO
|
14 |
+
model_type: mistral
|
15 |
+
pipeline_tag: text-generation
|
16 |
+
prompt_template: '<|im_start|>system
|
17 |
+
|
18 |
+
{system_message}<|im_end|>
|
19 |
+
|
20 |
+
<|im_start|>user
|
21 |
+
|
22 |
+
{prompt}<|im_end|>
|
23 |
+
|
24 |
+
<|im_start|>assistant
|
25 |
+
|
26 |
+
'
|
27 |
+
quantized_by: Suparious
|
28 |
---
|
29 |
+
# Severusectum-7B-DPO - AWQ
|
30 |
+
|
31 |
+
- Model creator: [s3nh](https://huggingface.co/s3nh)
|
32 |
+
- Original model: [Severusectum-7B-DPO](https://huggingface.co/s3nh/Severusectum-7B-DPO)
|
33 |
+
|
34 |
+

|