Spaces:
Running on Zero
Running on Zero
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -20,21 +20,27 @@ datasets:
|
|
| 20 |
|
| 21 |
# VERIS Incident Classifier
|
| 22 |
|
| 23 |
-
Classify
|
| 24 |
|
| 25 |
-
## Features
|
| 26 |
|
| 27 |
-
-
|
| 28 |
-
-
|
| 29 |
-
-
|
|
|
|
|
|
|
|
|
|
| 30 |
|
| 31 |
-
##
|
| 32 |
|
| 33 |
-
|
|
|
|
|
|
|
| 34 |
|
| 35 |
## Links
|
| 36 |
|
| 37 |
-
-
|
| 38 |
-
-
|
| 39 |
-
-
|
| 40 |
-
-
|
|
|
|
|
|
| 20 |
|
| 21 |
# VERIS Incident Classifier
|
| 22 |
|
| 23 |
+
Classify incident descriptions into VERIS using a fine-tuned Mistral-7B model.
|
| 24 |
|
| 25 |
+
## Key Features
|
| 26 |
|
| 27 |
+
- Incident classification to structured VERIS output
|
| 28 |
+
- Output toggle: `JSON` or `Table`
|
| 29 |
+
- Validation summary for enum/schema quality
|
| 30 |
+
- Table filters and CSV export
|
| 31 |
+
- VERIS Q&A mode
|
| 32 |
+
- Hugging Face login + session status for ZeroGPU quota routing
|
| 33 |
|
| 34 |
+
## Runtime
|
| 35 |
|
| 36 |
+
- Hardware: ZeroGPU (`zero-a10g`)
|
| 37 |
+
- Auth: HF OAuth enabled (`hf_oauth: true`)
|
| 38 |
+
- Inference policy in Space: Hugging Face model only (no OpenAI key usage)
|
| 39 |
|
| 40 |
## Links
|
| 41 |
|
| 42 |
+
- Live Space: https://huggingface.co/spaces/vibesecurityguy/veris-classifier
|
| 43 |
+
- Model: https://huggingface.co/vibesecurityguy/veris-classifier-v2
|
| 44 |
+
- Training dataset: https://huggingface.co/datasets/vibesecurityguy/veris-classifier-training
|
| 45 |
+
- Source code: https://github.com/petershamoon/veris-classifier
|
| 46 |
+
- VERIS framework: https://verisframework.org/
|