Phishing Detection Model - Fine-Tuned LLaMA-2

This repository contains a fine-tuned version of the LLaMA-2-7B model for phishing email detection. The model analyzes emails for phishing attempts, urgency, grammatical errors, and suspicious elements, providing detailed insights.

Model Details

Features

  1. Phishing Detection: Identifies suspicious elements in emails.
  2. Context Analysis: Evaluates urgency, grammar, sender details, and more.
  3. Detailed Responses: Outputs structured feedback for 15 parameters.

Example Usage

from transformers import pipeline

# Load the pipeline
pipe = pipeline("text-generation", model="blizet/Llama-Phishing-Finetune")

# Analyze an email
email_content = "Dear Customer, your account has been flagged. Click here to verify: http://example.com"
result = pipe(f"<s>[INST] Analyze this email for phishing: {email_content} [/INST]")
print(result[0]["generated_text"])
Downloads last month
0
Inference Examples
Inference API (serverless) does not yet support adapter-transformers models for this pipeline type.

Model tree for blizet/Llama-Phishing-Finetune

Adapter
(366)
this model

Space using blizet/Llama-Phishing-Finetune 1