Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
3 |
datasets:
|
4 |
- code_x_glue_cc_defect_detection
|
5 |
metrics:
|
@@ -8,6 +9,30 @@ metrics:
|
|
8 |
- recall
|
9 |
- f1
|
10 |
- roc_auc
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
pipeline_tag: text-classification
|
12 |
tags:
|
13 |
- devign
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
arxiv: 2205.12424
|
4 |
datasets:
|
5 |
- code_x_glue_cc_defect_detection
|
6 |
metrics:
|
|
|
9 |
- recall
|
10 |
- f1
|
11 |
- roc_auc
|
12 |
+
model-index:
|
13 |
+
- name: VulBERTa MLP
|
14 |
+
results:
|
15 |
+
- task:
|
16 |
+
type: sequence-classification
|
17 |
+
dataset:
|
18 |
+
name: code_x_glue_cc_defect_detection
|
19 |
+
type: code_x_glue_cc_defect_detection
|
20 |
+
metrics:
|
21 |
+
- name: Accuracy
|
22 |
+
type: Accuracy
|
23 |
+
value: 64.71
|
24 |
+
- name: Precision
|
25 |
+
type: Precision
|
26 |
+
value: 64.80
|
27 |
+
- name: Recall
|
28 |
+
type: Recall
|
29 |
+
value: 50.76
|
30 |
+
- name: F1
|
31 |
+
type: F1
|
32 |
+
value: 56.93
|
33 |
+
- name: ROC-AUC
|
34 |
+
type: ROC-AUC
|
35 |
+
value: 71.02
|
36 |
pipeline_tag: text-classification
|
37 |
tags:
|
38 |
- devign
|