blizet commited on
Commit
a48a9cf
·
verified ·
1 Parent(s): 56cad05

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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="entbappy/llama-2-7b-chat-finetune")
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"