Update README.md
Browse files
README.md
CHANGED
|
@@ -8,7 +8,7 @@ metrics:
|
|
| 8 |
- f1
|
| 9 |
- accuracy
|
| 10 |
model-index:
|
| 11 |
-
- name:
|
| 12 |
results: []
|
| 13 |
---
|
| 14 |
|
|
@@ -86,3 +86,20 @@ The following hyperparameters were used during training:
|
|
| 86 |
- Pytorch 2.1.0+cu118
|
| 87 |
- Datasets 2.15.0
|
| 88 |
- Tokenizers 0.15.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
- f1
|
| 9 |
- accuracy
|
| 10 |
model-index:
|
| 11 |
+
- name: Cyber-ThreaD/CyBERT-AttackER
|
| 12 |
results: []
|
| 13 |
---
|
| 14 |
|
|
|
|
| 86 |
- Pytorch 2.1.0+cu118
|
| 87 |
- Datasets 2.15.0
|
| 88 |
- Tokenizers 0.15.0
|
| 89 |
+
|
| 90 |
+
|
| 91 |
+
### Citing & Authors
|
| 92 |
+
|
| 93 |
+
If you use the model kindly cite the following work
|
| 94 |
+
|
| 95 |
+
```
|
| 96 |
+
@inproceedings{deka2024attacker,
|
| 97 |
+
title={AttackER: Towards Enhancing Cyber-Attack Attribution with a Named Entity Recognition Dataset},
|
| 98 |
+
author={Deka, Pritam and Rajapaksha, Sampath and Rani, Ruby and Almutairi, Amirah and Karafili, Erisa},
|
| 99 |
+
booktitle={International Conference on Web Information Systems Engineering},
|
| 100 |
+
pages={255--270},
|
| 101 |
+
year={2024},
|
| 102 |
+
organization={Springer}
|
| 103 |
+
}
|
| 104 |
+
|
| 105 |
+
```
|