Transformers
GGUF
English
mixtral
text-generation-inference
Mikael110 commited on
Commit
bdbccf6
1 Parent(s): be4200b

Minor Prompt Template Fix

Browse files

The model card specifies that the asterisks before each role has to be prepended with a space, including the system role.

Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -14,7 +14,7 @@ license: cc-by-nc-4.0
14
  model_creator: Charles Goddard
15
  model_name: MixtralRPChat ZLoss
16
  model_type: mixtral
17
- prompt_template: '***System: {system_message} ***Query: {prompt} ***Response:
18
 
19
  '
20
  quantized_by: TheBloke
@@ -82,7 +82,7 @@ Here is an incomplete list of clients and libraries that are known to support GG
82
  ## Prompt template: CharGoddard
83
 
84
  ```
85
- ***System: {system_message} ***Query: {prompt} ***Response:
86
 
87
  ```
88
 
 
14
  model_creator: Charles Goddard
15
  model_name: MixtralRPChat ZLoss
16
  model_type: mixtral
17
+ prompt_template: ' ***System: {system_message} ***Query: {prompt} ***Response:
18
 
19
  '
20
  quantized_by: TheBloke
 
82
  ## Prompt template: CharGoddard
83
 
84
  ```
85
+ ***System: {system_message} ***Query: {prompt} ***Response:
86
 
87
  ```
88