Minor Prompt Template Fix
#1
by
Mikael110
- opened
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 |
|