Added strongly worded reminders

Had to be specific to the AI. Smaller models especially need it to be small.
This commit is contained in:
Jordan Wages 2025-06-17 22:16:13 -05:00
commit 8a4702f6c1
3 changed files with 15 additions and 3 deletions

View file

@ -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]

View file

@ -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

View file

@ -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