Update README.md
Browse files
README.md
CHANGED
@@ -32,7 +32,7 @@ This repository contains a fine-tuned version of the **LLaMA-2-7B** model for ph
|
|
32 |
from transformers import pipeline
|
33 |
|
34 |
# Load the pipeline
|
35 |
-
pipe = pipeline("text-generation", model="
|
36 |
|
37 |
# Analyze an email
|
38 |
email_content = "Dear Customer, your account has been flagged. Click here to verify: http://example.com"
|
|
|
32 |
from transformers import pipeline
|
33 |
|
34 |
# Load the pipeline
|
35 |
+
pipe = pipeline("text-generation", model="blizet/Llama-Phishing-Finetune")
|
36 |
|
37 |
# Analyze an email
|
38 |
email_content = "Dear Customer, your account has been flagged. Click here to verify: http://example.com"
|