Commit
·
2f12dd0
1
Parent(s):
724997c
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,6 @@
|
|
|
|
|
|
|
|
1 |
# SecureBERT: A Domain-Specific Language Model for Cybersecurity
|
2 |
SecureBERT is a domain-specific language model based on RoBERTa which is trained on a huge amount of cybersecurity data and fine-tuned/tweaked to understand/represent cybersecurity textual data.
|
3 |
|
@@ -80,4 +83,15 @@ while True:
|
|
80 |
predict_mask(sent, tokenizer, model)
|
81 |
|
82 |
print("===========================\n")
|
83 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: bigscience-openrail-m
|
3 |
+
---
|
4 |
# SecureBERT: A Domain-Specific Language Model for Cybersecurity
|
5 |
SecureBERT is a domain-specific language model based on RoBERTa which is trained on a huge amount of cybersecurity data and fine-tuned/tweaked to understand/represent cybersecurity textual data.
|
6 |
|
|
|
83 |
predict_mask(sent, tokenizer, model)
|
84 |
|
85 |
print("===========================\n")
|
86 |
+
```
|
87 |
+
# Reference
|
88 |
+
@inproceedings{aghaei2023securebert,
|
89 |
+
title={SecureBERT: A Domain-Specific Language Model for Cybersecurity},
|
90 |
+
author={Aghaei, Ehsan and Niu, Xi and Shadid, Waseem and Al-Shaer, Ehab},
|
91 |
+
booktitle={Security and Privacy in Communication Networks:
|
92 |
+
18th EAI International Conference, SecureComm 2022, Virtual Event,
|
93 |
+
October 2022,
|
94 |
+
Proceedings},
|
95 |
+
pages={39--56},
|
96 |
+
year={2023},
|
97 |
+
organization={Springer} }
|