Suparious commited on
Commit
b5153d3
1 Parent(s): 15612df

update model card meta data

Browse files
Files changed (1) hide show
  1. README.md +17 -0
README.md CHANGED
@@ -22,6 +22,23 @@ license: apache-2.0
22
  language:
23
  - en
24
  base_model: mistralai/Mistral-7B-v0.1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
25
  ---
26
  # ibm/merlinite-7b AWQ
27
 
 
22
  language:
23
  - en
24
  base_model: mistralai/Mistral-7B-v0.1
25
+ library_name: transformers
26
+ model_creator: ibm
27
+ model_name: Cmerlinite-7b
28
+ model_type: mistral
29
+ inference: false
30
+ prompt_template: '<|im_start|>system
31
+
32
+ {system_message}<|im_end|>
33
+
34
+ <|im_start|>user
35
+
36
+ {prompt}<|im_end|>
37
+
38
+ <|im_start|>assistant
39
+
40
+ '
41
+ quantized_by: Suparious
42
  ---
43
  # ibm/merlinite-7b AWQ
44