Update README.md
Browse files
README.md
CHANGED
@@ -1,4 +1,12 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
base_model:
|
3 |
- ResplendentAI/Paradigm_7B
|
4 |
- jeiku/Theory_of_Mind_Mistral
|
@@ -11,6 +19,20 @@ library_name: transformers
|
|
11 |
license: apache-2.0
|
12 |
language:
|
13 |
- en
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
---
|
15 |
# ResplendentAI/Aura_v2_7B AWQ
|
16 |
|
|
|
1 |
---
|
2 |
+
tags:
|
3 |
+
- mistral
|
4 |
+
- 4-bit
|
5 |
+
- AWQ
|
6 |
+
- text-generation
|
7 |
+
- autotrain_compatible
|
8 |
+
- endpoints_compatible
|
9 |
+
- chatml
|
10 |
base_model:
|
11 |
- ResplendentAI/Paradigm_7B
|
12 |
- jeiku/Theory_of_Mind_Mistral
|
|
|
19 |
license: apache-2.0
|
20 |
language:
|
21 |
- en
|
22 |
+
pipeline_tag: text-generation
|
23 |
+
inference: false
|
24 |
+
prompt_template: '<|im_start|>system
|
25 |
+
|
26 |
+
{system_message}<|im_end|>
|
27 |
+
|
28 |
+
<|im_start|>user
|
29 |
+
|
30 |
+
{prompt}<|im_end|>
|
31 |
+
|
32 |
+
<|im_start|>assistant
|
33 |
+
|
34 |
+
'
|
35 |
+
quantized_by: Suparious
|
36 |
---
|
37 |
# ResplendentAI/Aura_v2_7B AWQ
|
38 |
|