Updated and moved existing to merged_models base_model tag in README.md
Browse files
README.md
CHANGED
@@ -1,35 +1,19 @@
|
|
1 |
---
|
2 |
-
base_model:
|
3 |
-
- jeiku/FloraBase
|
4 |
-
- jeiku/Synthetic_Soul_1k_Mistral_128
|
5 |
-
tags:
|
6 |
-
- finetune
|
7 |
-
- finetuned
|
8 |
-
- quantized
|
9 |
-
- 4-bit
|
10 |
-
- AWQ
|
11 |
-
- transformers
|
12 |
-
- pytorch
|
13 |
-
- mistral
|
14 |
-
- instruct
|
15 |
-
- text-generation
|
16 |
-
- conversational
|
17 |
-
- license:apache-2.0
|
18 |
-
- autotrain_compatible
|
19 |
-
- endpoints_compatible
|
20 |
-
- text-generation-inference
|
21 |
-
- chatml
|
22 |
-
license: cc-by-sa-4.0
|
23 |
datasets:
|
24 |
- ResplendentAI/Synthetic_Soul_1k
|
|
|
25 |
language:
|
26 |
- en
|
27 |
library_name: transformers
|
|
|
|
|
|
|
|
|
28 |
model_creator: ResplendentAI
|
29 |
model_name: Flora-7B
|
30 |
model_type: mistral
|
31 |
pipeline_tag: text-generation
|
32 |
-
inference: false
|
33 |
prompt_template: '<|im_start|>system
|
34 |
|
35 |
{system_message}<|im_end|>
|
@@ -42,6 +26,23 @@ prompt_template: '<|im_start|>system
|
|
42 |
|
43 |
'
|
44 |
quantized_by: Suparious
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
45 |
---
|
46 |
# ResplendentAI/Flora-7B AWQ
|
47 |
|
|
|
1 |
---
|
2 |
+
base_model: ResplendentAI/Flora_7B
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
datasets:
|
4 |
- ResplendentAI/Synthetic_Soul_1k
|
5 |
+
inference: false
|
6 |
language:
|
7 |
- en
|
8 |
library_name: transformers
|
9 |
+
license: cc-by-sa-4.0
|
10 |
+
merged_models:
|
11 |
+
- jeiku/FloraBase
|
12 |
+
- jeiku/Synthetic_Soul_1k_Mistral_128
|
13 |
model_creator: ResplendentAI
|
14 |
model_name: Flora-7B
|
15 |
model_type: mistral
|
16 |
pipeline_tag: text-generation
|
|
|
17 |
prompt_template: '<|im_start|>system
|
18 |
|
19 |
{system_message}<|im_end|>
|
|
|
26 |
|
27 |
'
|
28 |
quantized_by: Suparious
|
29 |
+
tags:
|
30 |
+
- finetune
|
31 |
+
- finetuned
|
32 |
+
- quantized
|
33 |
+
- 4-bit
|
34 |
+
- AWQ
|
35 |
+
- transformers
|
36 |
+
- pytorch
|
37 |
+
- mistral
|
38 |
+
- instruct
|
39 |
+
- text-generation
|
40 |
+
- conversational
|
41 |
+
- license:apache-2.0
|
42 |
+
- autotrain_compatible
|
43 |
+
- endpoints_compatible
|
44 |
+
- text-generation-inference
|
45 |
+
- chatml
|
46 |
---
|
47 |
# ResplendentAI/Flora-7B AWQ
|
48 |
|