Update README.md
Browse files
README.md
CHANGED
@@ -12,7 +12,7 @@ base_model:
|
|
12 |
- microsoft/unixcoder-base
|
13 |
---
|
14 |
|
15 |
-
|
16 |
|
17 |
## Model Summary
|
18 |
This model is a fine-tuned version of **Microsoft's UniXcoder**, optimized for detecting vulnerabilities in C/C++ code. It is trained on the **DetectVul/devign** dataset and achieves **68.34% accuracy** with an **F1 score of 62.14%**. The model takes in a code snippet and classifies it as either **safe (0)** or **vulnerable (1)**.
|
|
|
12 |
- microsoft/unixcoder-base
|
13 |
---
|
14 |
|
15 |
+
## UniXcoder for Code Vulnerability Detection
|
16 |
|
17 |
## Model Summary
|
18 |
This model is a fine-tuned version of **Microsoft's UniXcoder**, optimized for detecting vulnerabilities in C/C++ code. It is trained on the **DetectVul/devign** dataset and achieves **68.34% accuracy** with an **F1 score of 62.14%**. The model takes in a code snippet and classifies it as either **safe (0)** or **vulnerable (1)**.
|