TheBloke commited on
Commit
48a4804
1 Parent(s): 0d1eb90

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -15
README.md CHANGED
@@ -8,15 +8,8 @@ license: apache-2.0
8
  model_creator: MonsterAPI
9
  model_name: Mistral 7B Norobots
10
  model_type: mistral
11
- prompt_template: '<|im_start|>system
12
-
13
- {system_message}<|im_end|>
14
-
15
- <|im_start|>user
16
-
17
- {prompt}<|im_end|>
18
-
19
- <|im_start|>assistant
20
 
21
  '
22
  quantized_by: TheBloke
@@ -69,14 +62,10 @@ These files were quantised using hardware kindly provided by [Massed Compute](ht
69
  <!-- repositories-available start -->
70
 
71
  <!-- prompt-template start -->
72
- ## Prompt template: ChatML
73
 
74
  ```
75
- <|im_start|>system
76
- {system_message}<|im_end|>
77
- <|im_start|>user
78
- {prompt}<|im_end|>
79
- <|im_start|>assistant
80
 
81
  ```
82
 
 
8
  model_creator: MonsterAPI
9
  model_name: Mistral 7B Norobots
10
  model_type: mistral
11
+ prompt_template: '<|system|> </s> <|user|> {prompt} </s> <|assistant|> {{response}}
12
+ </s>
 
 
 
 
 
 
 
13
 
14
  '
15
  quantized_by: TheBloke
 
62
  <!-- repositories-available start -->
63
 
64
  <!-- prompt-template start -->
65
+ ## Prompt template: NoRobots
66
 
67
  ```
68
+ <|system|> </s> <|user|> {prompt} </s> <|assistant|> {{response}} </s>
 
 
 
 
69
 
70
  ```
71