Suparious commited on
Commit
c60ab08
1 Parent(s): 5f25e2b

add metadata to the model card

Browse files
Files changed (1) hide show
  1. README.md +38 -0
README.md CHANGED
@@ -1,3 +1,41 @@
1
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  license: apache-2.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
1
  ---
2
+ tags:
3
+ - finetuned
4
+ - quantized
5
+ - 4-bit
6
+ - AWQ
7
+ - transformers
8
+ - pytorch
9
+ - mistral
10
+ - text-generation
11
+ - conversational
12
+ - license:apache-2.0
13
+ - autotrain_compatible
14
+ - endpoints_compatible
15
+ - text-generation-inference
16
+ - region:us
17
  license: apache-2.0
18
+ base_model: cognitivecomputations/dolphin-2.6-mistral-7b-dpo
19
+ datasets:
20
+ - ise-uiuc/Magicoder-Evol-Instruct-110K
21
+ - LDJnr/Capybara
22
+ - teknium/openhermes
23
+ library_name: transformers
24
+ model_creator: cognitivecomputations
25
+ model_name: Dolphin Mistral 7B v2.6 - AWQ
26
+ model_type: mistral
27
+ pipeline_tag: text-generation
28
+ inference: false
29
+ prompt_template: '<|im_start|>system
30
+
31
+ {system_message}<|im_end|>
32
+
33
+ <|im_start|>user
34
+
35
+ {prompt}<|im_end|>
36
+
37
+ <|im_start|>assistant
38
+
39
+ '
40
+ quantized_by: Suparious
41
  ---