Khansa-saAI-29 commited on
Commit
b83f59c
·
verified ·
1 Parent(s): cdd0e9e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Fine-tuned CodeBERT for Vulnerability Detection
2
+
3
+ ## Description
4
+
5
+ This model is fine-tuned on the Big-Vul dataset for binary vulnerability classification.
6
+
7
+ Labels:
8
+ - 0 = Non-Vulnerable
9
+ - 1 = Vulnerable
10
+
11
+ Base model:
12
+ microsoft/codebert-base
13
+
14
+ Framework:
15
+ Transformers + PyTorch