Updated and moved existing to merged_models base_model tag in README.md
Browse files
README.md
CHANGED
@@ -1,21 +1,14 @@
|
|
1 |
---
|
2 |
-
base_model:
|
3 |
-
|
4 |
-
- jeiku/selfbot_256_mistral
|
5 |
-
library_name: transformers
|
6 |
-
tags:
|
7 |
-
- mistral
|
8 |
-
- 4-bit
|
9 |
-
- AWQ
|
10 |
-
- text-generation
|
11 |
-
- autotrain_compatible
|
12 |
-
- endpoints_compatible
|
13 |
-
- chatml
|
14 |
-
license: other
|
15 |
language:
|
16 |
- en
|
|
|
|
|
|
|
|
|
|
|
17 |
pipeline_tag: text-generation
|
18 |
-
inference: false
|
19 |
prompt_template: '<|im_start|>system
|
20 |
|
21 |
{system_message}<|im_end|>
|
@@ -28,6 +21,14 @@ prompt_template: '<|im_start|>system
|
|
28 |
|
29 |
'
|
30 |
quantized_by: Suparious
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
31 |
---
|
32 |
# ResplendentAI/Aura_7B AWQ
|
33 |
|
|
|
1 |
---
|
2 |
+
base_model: ResplendentAI/Aura_7B
|
3 |
+
inference: false
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
language:
|
5 |
- en
|
6 |
+
library_name: transformers
|
7 |
+
license: other
|
8 |
+
merged_models:
|
9 |
+
- ResplendentAI/Datura_7B
|
10 |
+
- jeiku/selfbot_256_mistral
|
11 |
pipeline_tag: text-generation
|
|
|
12 |
prompt_template: '<|im_start|>system
|
13 |
|
14 |
{system_message}<|im_end|>
|
|
|
21 |
|
22 |
'
|
23 |
quantized_by: Suparious
|
24 |
+
tags:
|
25 |
+
- mistral
|
26 |
+
- 4-bit
|
27 |
+
- AWQ
|
28 |
+
- text-generation
|
29 |
+
- autotrain_compatible
|
30 |
+
- endpoints_compatible
|
31 |
+
- chatml
|
32 |
---
|
33 |
# ResplendentAI/Aura_7B AWQ
|
34 |
|