初始化项目,由ModelHub XC社区提供模型
Model: Dospacite/xai-phishing-llama-3.1-8b-merged Source: Original Platform
This commit is contained in:
27
README.md
Normal file
27
README.md
Normal file
@@ -0,0 +1,27 @@
|
||||
---
|
||||
base_model:
|
||||
- unsloth/Meta-Llama-3.1-8B-Instruct
|
||||
library_name: transformers
|
||||
pipeline_tag: text-generation
|
||||
tags:
|
||||
- merged
|
||||
- phishing-detection
|
||||
- explainability
|
||||
- cybersecurity
|
||||
---
|
||||
|
||||
# Explainable Phishing Detector - Llama 3.1 8B Merged
|
||||
|
||||
Standalone model produced by merging the LoRA adapter
|
||||
[`Dospacite/xai-phishing-llama-3.1-8b`](https://huggingface.co/Dospacite/xai-phishing-llama-3.1-8b) into
|
||||
[`unsloth/Meta-Llama-3.1-8B-Instruct`](https://huggingface.co/unsloth/Meta-Llama-3.1-8B-Instruct).
|
||||
|
||||
This repository contains complete model weights and does not require PEFT or
|
||||
the adapter repository at inference time. It expects the structured webpage
|
||||
feature prompt documented in the original adapter repository.
|
||||
|
||||
## Intended use
|
||||
|
||||
The model classifies structured webpage evidence as phishing or benign and
|
||||
returns an explanation. Its output is decision support and should be reviewed
|
||||
alongside the cited webpage features.
|
||||
Reference in New Issue
Block a user