Update README.md
Browse files
README.md
CHANGED
@@ -7,7 +7,7 @@ base_model:
|
|
7 |
library_name: transformers
|
8 |
---
|
9 |
|
10 |
-
# Fine-Tuned UnixCoder for Vulnerability and CWE Classification
|
11 |
|
12 |
## Model Overview
|
13 |
This model is a fine-tuned version of **microsoft/unixcoder-base** on a curated and enriched dataset for vulnerability detection and CWE classification. It is capable of predicting whether a given code snippet is vulnerable and, if vulnerable, identifying the specific CWE ID associated with it.
|
|
|
7 |
library_name: transformers
|
8 |
---
|
9 |
|
10 |
+
# UnixCoder-VulnCWE - Fine-Tuned UnixCoder for Vulnerability and CWE Classification
|
11 |
|
12 |
## Model Overview
|
13 |
This model is a fine-tuned version of **microsoft/unixcoder-base** on a curated and enriched dataset for vulnerability detection and CWE classification. It is capable of predicting whether a given code snippet is vulnerable and, if vulnerable, identifying the specific CWE ID associated with it.
|