Update README.md (#1)
Browse files- Update README.md (68f29e4f8ca7affce84abd1e3c4283e4bc9f8232)
Co-authored-by: Blake <[email protected]>
README.md
CHANGED
@@ -1,3 +1,7 @@
|
|
|
|
|
|
|
|
|
|
1 |
Quantization made by Richard Erkhov.
|
2 |
|
3 |
[Github](https://github.com/RichardErkhov)
|
@@ -203,5 +207,4 @@ model, tokenizer = load_model()
|
|
203 |
# Example email text
|
204 |
email_text = "Urgent: Your account has been flagged for suspicious activity. Please log in immediately."
|
205 |
prediction = predict_email(model, tokenizer, email_text)
|
206 |
-
print(f"Model Prediction for the email: {prediction}")
|
207 |
-
|
|
|
1 |
+
---
|
2 |
+
base_model:
|
3 |
+
- AcuteShrewdSecurity/Llama-Phishsense-1B
|
4 |
+
---
|
5 |
Quantization made by Richard Erkhov.
|
6 |
|
7 |
[Github](https://github.com/RichardErkhov)
|
|
|
207 |
# Example email text
|
208 |
email_text = "Urgent: Your account has been flagged for suspicious activity. Please log in immediately."
|
209 |
prediction = predict_email(model, tokenizer, email_text)
|
210 |
+
print(f"Model Prediction for the email: {prediction}")
|
|