File size: 740 Bytes
3a937a1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
b83f59c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
---
license: apache-2.0
language:
- code
library_name: transformers
pipeline_tag: text-classification
base_model: microsoft/codebert-base
datasets:
- DiverseVul
tags:
- codebert
- vulnerability-detection
- cybersecurity
- software-security
- static-analysis
- transformers
metrics:
- accuracy
- precision
- recall
- f1
---

# Fine-tuned CodeBERT for Vulnerability Detection---
license: apache-2.0
base_model:
- microsoft/codebert-base
library_name: transformers
---
# Fine-tuned CodeBERT for Vulnerability Detection

## Description

This model is fine-tuned on the Big-Vul dataset for binary vulnerability classification.

Labels:
- 0 = Non-Vulnerable
- 1 = Vulnerable

Base model:
microsoft/codebert-base

Framework:
Transformers + PyTorch