初始化项目,由ModelHub XC社区提供模型

Model: cozyiii/llama-aingfw
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-07-16 22:36:43 +08:00
commit fc3af49022
8 changed files with 282 additions and 0 deletions

57
README.md Normal file
View File

@@ -0,0 +1,57 @@
---
library_name: transformers
pipeline_tag: text-generation
tags:
- llama
- text-generation
- cybersecurity
- intrusion-detection
- ai-ngfw
---
# llama-aingfw
Fine-tuned Llama model for network intrusion detection classification.
## Description
This model was fine-tuned for network intrusion detection tasks using structured network flow features.
The model classifies traffic into:
- normal
- dos
- bruteforce
- web_attack
- botnet
- reconnaissance
- other_attack
## Base Architecture
- LlamaForCausalLM
- Transformers
## Example Prompt
Network Intrusion Detection Task
Classify into:
normal, dos, bruteforce, web_attack, botnet, reconnaissance, other_attack
Features:
Port: 80
Duration: 1000
Fwd Packets: 10
Bwd Packets: 8
Bytes/s: 500
Packets/s: 20
SYN: 1
ACK: 1
RST: 0
Answer:
## Intended Use
Research, testing, and educational demonstrations of AI-assisted network intrusion detection systems.