Added strongly worded reminders
Had to be specific to the AI. Smaller models especially need it to be small.
This commit is contained in:
parent
38e36f3f34
commit
8a4702f6c1
3 changed files with 15 additions and 3 deletions
|
@ -4,5 +4,9 @@ Email:
|
||||||
{{email}}
|
{{email}}
|
||||||
|
|
||||||
Criterion: {{query}}
|
Criterion: {{query}}
|
||||||
Remember to ONLY return the JSON object described in the system instructions.
|
Remember, return ONLY a JSON object on a single line of the form:
|
||||||
|
{"match": true} - if the email satisfies the criterion
|
||||||
|
{"match": false} - otherwise
|
||||||
|
|
||||||
|
Do not add any other keys, text, or formatting.
|
||||||
[/INST]
|
[/INST]
|
||||||
|
|
|
@ -6,5 +6,9 @@
|
||||||
{{email}}
|
{{email}}
|
||||||
```
|
```
|
||||||
Classification Criterion: {{query}}
|
Classification Criterion: {{query}}
|
||||||
Remember to ONLY return the JSON object described in the system instructions.<|im_end|>
|
Remember, return ONLY a JSON object on a single line of the form:
|
||||||
|
{"match": true} - if the email satisfies the criterion
|
||||||
|
{"match": false} - otherwise
|
||||||
|
|
||||||
|
Do not add any other keys, text, or formatting.<|im_end|>
|
||||||
<|im_start|>assistant
|
<|im_start|>assistant
|
||||||
|
|
|
@ -6,6 +6,10 @@ Email:
|
||||||
{{email}}
|
{{email}}
|
||||||
|
|
||||||
Criterion: {{query}}
|
Criterion: {{query}}
|
||||||
Remember to ONLY return the JSON object described in the system instructions.
|
Remember, return ONLY a JSON object on a single line of the form:
|
||||||
|
{"match": true} - if the email satisfies the criterion
|
||||||
|
{"match": false} - otherwise
|
||||||
|
|
||||||
|
Do not add any other keys, text, or formatting.
|
||||||
<|im_end|>
|
<|im_end|>
|
||||||
<|im_start|>assistant
|
<|im_start|>assistant
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue