Text Generation
PEFT
Safetensors
English
veris
cybersecurity
incident-classification
lora
qlora
qwen2
conversational
vibesecurityguy commited on
Commit
f40d7b7
·
verified ·
1 Parent(s): 0c2a677

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -23,6 +23,8 @@ A fine-tuned [Qwen2.5-7B-Instruct](https://huggingface.co/Qwen/Qwen2.5-7B-Instru
23
 
24
  Given a plain-English incident description, the model outputs structured JSON with the correct VERIS categories for **action**, **actor**, **asset**, and **attribute**.
25
 
 
 
26
  ## Example
27
 
28
  **Input:**
@@ -108,6 +110,13 @@ This model is designed for:
108
  - **Not a replacement for human analysis**: Output should be reviewed by a security analyst
109
  - **English only**: Trained on English-language incident descriptions
110
 
 
 
 
 
 
 
 
111
  ## Model Card Authors
112
 
113
  Peter Shamoon ([@vibesecurityguy](https://huggingface.co/vibesecurityguy))
 
23
 
24
  Given a plain-English incident description, the model outputs structured JSON with the correct VERIS categories for **action**, **actor**, **asset**, and **attribute**.
25
 
26
+ **[Try the live demo](https://huggingface.co/spaces/vibesecurityguy/veris-classifier)** — no API key required, runs on ZeroGPU.
27
+
28
  ## Example
29
 
30
  **Input:**
 
110
  - **Not a replacement for human analysis**: Output should be reviewed by a security analyst
111
  - **English only**: Trained on English-language incident descriptions
112
 
113
+ ## Links
114
+
115
+ - **Live Demo:** [huggingface.co/spaces/vibesecurityguy/veris-classifier](https://huggingface.co/spaces/vibesecurityguy/veris-classifier)
116
+ - **Training Data:** [huggingface.co/datasets/vibesecurityguy/veris-classifier-training](https://huggingface.co/datasets/vibesecurityguy/veris-classifier-training)
117
+ - **Source Code:** [github.com/pshamoon/veris-classifier](https://github.com/pshamoon/veris-classifier)
118
+ - **VERIS Framework:** [verisframework.org](https://verisframework.org/)
119
+
120
  ## Model Card Authors
121
 
122
  Peter Shamoon ([@vibesecurityguy](https://huggingface.co/vibesecurityguy))