Rename README.md to Add tags to model card
Browse files
README.md → Add tags to model card
RENAMED
@@ -1,9 +1,32 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
base_model: NeverSleep/Noromaid-7B-0.4-DPO
|
3 |
license: cc-by-nc-4.0
|
|
|
4 |
model_creator: IkariDev and Undi
|
5 |
model_name: Noromaid 7B v0.4 DPO
|
6 |
model_type: mistral
|
|
|
|
|
7 |
prompt_template: '<|im_start|>system
|
8 |
|
9 |
{system_message}<|im_end|>
|
|
|
1 |
---
|
2 |
+
tags:
|
3 |
+
- finetuned
|
4 |
+
- quantized
|
5 |
+
- 4-bit
|
6 |
+
- AWQ
|
7 |
+
- transformers
|
8 |
+
- pytorch
|
9 |
+
- mistral
|
10 |
+
- instruct
|
11 |
+
- text-generation
|
12 |
+
- conversational
|
13 |
+
- license:apache-2.0
|
14 |
+
- autotrain_compatible
|
15 |
+
- endpoints_compatible
|
16 |
+
- text-generation-inference
|
17 |
+
- finetune
|
18 |
+
- chatml
|
19 |
+
model-index:
|
20 |
+
- name: Noromaid-7B-0.4-DPO
|
21 |
+
results: []
|
22 |
base_model: NeverSleep/Noromaid-7B-0.4-DPO
|
23 |
license: cc-by-nc-4.0
|
24 |
+
library_name: transformers
|
25 |
model_creator: IkariDev and Undi
|
26 |
model_name: Noromaid 7B v0.4 DPO
|
27 |
model_type: mistral
|
28 |
+
pipeline_tag: text-generation
|
29 |
+
inference: false
|
30 |
prompt_template: '<|im_start|>system
|
31 |
|
32 |
{system_message}<|im_end|>
|