Update README.md
Browse files
README.md
CHANGED
|
@@ -3,6 +3,16 @@ license: apache-2.0
|
|
| 3 |
datasets:
|
| 4 |
- ARUNAGIRINATHAN/vulnerability_data
|
| 5 |
pipeline_tag: token-classification
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
---
|
| 7 |
# NLP for Automated Vulnerability Disclosure — BERT NER
|
| 8 |
|
|
|
|
| 3 |
datasets:
|
| 4 |
- ARUNAGIRINATHAN/vulnerability_data
|
| 5 |
pipeline_tag: token-classification
|
| 6 |
+
language:
|
| 7 |
+
- en
|
| 8 |
+
tags:
|
| 9 |
+
- python
|
| 10 |
+
- pytorch
|
| 11 |
+
- model
|
| 12 |
+
- research
|
| 13 |
+
- security-automation
|
| 14 |
+
- ai-security
|
| 15 |
+
- token-classification
|
| 16 |
---
|
| 17 |
# NLP for Automated Vulnerability Disclosure — BERT NER
|
| 18 |
|