mahdin70 commited on
Commit
7839753
·
verified ·
1 Parent(s): 7114df1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -12,7 +12,7 @@ base_model:
12
  - microsoft/unixcoder-base
13
  ---
14
 
15
- # Model Card: 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)**.
 
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)**.