Update Model Card with latest details
Browse files
README.md
CHANGED
@@ -1,3 +1,43 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
1 |
---
|
2 |
+
tags:
|
3 |
+
- finetuned
|
4 |
+
- quantized
|
5 |
+
- 4-bit
|
6 |
+
- AWQ
|
7 |
+
- DPO
|
8 |
+
- transformers
|
9 |
+
- pytorch
|
10 |
+
- mistral
|
11 |
+
- instruct
|
12 |
+
- text-generation
|
13 |
+
- conversational
|
14 |
+
- license:apache-2.0
|
15 |
+
- autotrain_compatible
|
16 |
+
- endpoints_compatible
|
17 |
+
- text-generation-inference
|
18 |
+
- finetune
|
19 |
+
- chatml
|
20 |
+
model-index:
|
21 |
+
- name: Ignis-7B-DPO-Laser
|
22 |
+
results: []
|
23 |
license: apache-2.0
|
24 |
+
base_model: mistralai/Mistral-7B-Instruct-v0.2
|
25 |
+
language:
|
26 |
+
- en
|
27 |
+
quantized_by: Suparious
|
28 |
+
pipeline_tag: text-generation
|
29 |
+
model_creator: NeuralNovel
|
30 |
+
model_name: Ignis 7B DPO Laser
|
31 |
+
inference: false
|
32 |
+
prompt_template: '<|im_start|>system
|
33 |
+
|
34 |
+
{system_message}<|im_end|>
|
35 |
+
|
36 |
+
<|im_start|>user
|
37 |
+
|
38 |
+
{prompt}<|im_end|>
|
39 |
+
|
40 |
+
<|im_start|>assistant
|
41 |
+
|
42 |
+
'
|
43 |
---
|