Cyber-ThreaD
commited on
Commit
•
7889361
1
Parent(s):
3627e69
Update README.md
Browse files
README.md
CHANGED
@@ -8,14 +8,14 @@ metrics:
|
|
8 |
- f1
|
9 |
- accuracy
|
10 |
model-index:
|
11 |
-
- name:
|
12 |
results: []
|
13 |
---
|
14 |
|
15 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
16 |
should probably proofread and complete it, then remove this comment. -->
|
17 |
|
18 |
-
#
|
19 |
|
20 |
This model is a fine-tuned version of [SynamicTechnologies/CYBERT](https://huggingface.co/SynamicTechnologies/CYBERT) on the [APTNER](https://github.com/wangxuren/APTNER) dataset.
|
21 |
It achieves the following results on the evaluation set:
|
@@ -86,3 +86,20 @@ The following hyperparameters were used during training:
|
|
86 |
- Pytorch 2.1.0+cu118
|
87 |
- Datasets 2.14.6
|
88 |
- Tokenizers 0.14.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
- f1
|
9 |
- accuracy
|
10 |
model-index:
|
11 |
+
- name: Cyber-ThreaD/CyBERT-APTNER
|
12 |
results: []
|
13 |
---
|
14 |
|
15 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
16 |
should probably proofread and complete it, then remove this comment. -->
|
17 |
|
18 |
+
# Cyber-ThreaD/CyBERT-APTNER
|
19 |
|
20 |
This model is a fine-tuned version of [SynamicTechnologies/CYBERT](https://huggingface.co/SynamicTechnologies/CYBERT) on the [APTNER](https://github.com/wangxuren/APTNER) dataset.
|
21 |
It achieves the following results on the evaluation set:
|
|
|
86 |
- Pytorch 2.1.0+cu118
|
87 |
- Datasets 2.14.6
|
88 |
- Tokenizers 0.14.1
|
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 |
+
```
|