Update README.md
Browse files
README.md
CHANGED
|
@@ -1,23 +1,18 @@
|
|
| 1 |
---
|
| 2 |
-
|
| 3 |
-
-
|
| 4 |
-
license: apache-2.0
|
| 5 |
tags:
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
- code
|
|
|
|
| 7 |
- security
|
| 8 |
- vulnerability-detection
|
| 9 |
- codebert
|
| 10 |
-
|
| 11 |
-
-
|
| 12 |
-
pipeline_tag: text-classification
|
| 13 |
-
widget:
|
| 14 |
-
- text: |
|
| 15 |
-
import java.sql.*;
|
| 16 |
-
public class Example {
|
| 17 |
-
public void query(String input) {
|
| 18 |
-
String sql = "SELECT * FROM users WHERE name = '" + input + "'";
|
| 19 |
-
}
|
| 20 |
-
}
|
| 21 |
---
|
| 22 |
|
| 23 |
# CodeBERT fine-tuned for Java Vulnerability Detection
|
|
|
|
| 1 |
---
|
| 2 |
+
library_name: transformers
|
| 3 |
+
pipeline_tag: text-classification
|
|
|
|
| 4 |
tags:
|
| 5 |
+
- text-classification
|
| 6 |
+
- pytorch
|
| 7 |
+
- jax
|
| 8 |
+
- code_x_glue_cc_defect_detection
|
| 9 |
- code
|
| 10 |
+
- roberta
|
| 11 |
- security
|
| 12 |
- vulnerability-detection
|
| 13 |
- codebert
|
| 14 |
+
- apache-2.0
|
| 15 |
+
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
---
|
| 17 |
|
| 18 |
# CodeBERT fine-tuned for Java Vulnerability Detection
|