Suparious commited on
Commit
8a32978
1 Parent(s): 40bbe3f

adding model tags

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md CHANGED
@@ -1,4 +1,18 @@
1
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  library_name: transformers
3
  license: cc-by-sa-4.0
4
  datasets:
@@ -6,6 +20,23 @@ datasets:
6
  - ResplendentAI/Synthetic_Soul_1k
7
  language:
8
  - en
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  ---
10
  # ResplendentAI/Flora-7B-DPO AWQ
11
 
 
1
  ---
2
+ tags:
3
+ - finetuned
4
+ - quantized
5
+ - 4-bit
6
+ - AWQ
7
+ - transformers
8
+ - pytorch
9
+ - mistral
10
+ - text-generation
11
+ - conversational
12
+ - autotrain_compatible
13
+ - endpoints_compatible
14
+ - text-generation-inference
15
+ - chatml
16
  library_name: transformers
17
  license: cc-by-sa-4.0
18
  datasets:
 
20
  - ResplendentAI/Synthetic_Soul_1k
21
  language:
22
  - en
23
+ model_creator: ResplendentAI
24
+ model_name: Flora-7B-DPO
25
+ model_type: mistral
26
+ pipeline_tag: text-generation
27
+ inference: false
28
+ prompt_template: '<|im_start|>system
29
+
30
+ {system_message}<|im_end|>
31
+
32
+ <|im_start|>user
33
+
34
+ {prompt}<|im_end|>
35
+
36
+ <|im_start|>assistant
37
+
38
+ '
39
+ quantized_by: Suparious
40
  ---
41
  # ResplendentAI/Flora-7B-DPO AWQ
42