exploitintel commited on
Commit
b96c46b
·
verified ·
1 Parent(s): 9904a9d

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -21,6 +21,8 @@ tags:
21
 
22
  A [Gemma 4 12B](https://huggingface.co/unsloth/gemma-4-12b-it) fine-tune that maps a **CVE description** to its **CWE ID(s)**.
23
 
 
 
24
  - **Input:** a free-text vulnerability description (text only).
25
  - **Output:** the CWE ID(s) it maps to, comma-separated — e.g. `CWE-79` or `CWE-89, CWE-352`.
26
  - **Label space:** MITRE [CWE View-1003](https://cwe.mitre.org/data/definitions/1003.html) (~117 weakness classes). Multi-label.
 
21
 
22
  A [Gemma 4 12B](https://huggingface.co/unsloth/gemma-4-12b-it) fine-tune that maps a **CVE description** to its **CWE ID(s)**.
23
 
24
+ > 📖 **Write-up:** [*From Essays to `CWE-319`* — how this fine-tune beats stock Gemma 4 at CWE classification](https://huggingface.co/exploitintel/cve-cwe-gemma4-12b/blob/main/blog.md)
25
+
26
  - **Input:** a free-text vulnerability description (text only).
27
  - **Output:** the CWE ID(s) it maps to, comma-separated — e.g. `CWE-79` or `CWE-89, CWE-352`.
28
  - **Label space:** MITRE [CWE View-1003](https://cwe.mitre.org/data/definitions/1003.html) (~117 weakness classes). Multi-label.