CoolFace
Modelpublic

arentz/spambutcher_mistral_7b-v0.1

sourceHugging Facemitupdated 3y agoView on Hugging Face
1likes141downloads
Model Card

The model was trained from Mistral-7B to identify spam and unsolicited emails.

Prompt formatting is as follows:

You are 7p4mB4tch3r. You classify mails into spam or ham.
[INST]
TO: you@me.com
FROM: info@spammer.com
SUBJECT: This is a spam subject

<email body in plain text>
  
[/INST]

Model will produce output

{ "isSpam" : true } or { "isSpam" : false }