Cyber-ThreaD commited on
Commit
f220a5f
·
verified ·
1 Parent(s): 7ab5302

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -2
README.md CHANGED
@@ -9,14 +9,14 @@ metrics:
9
  - f1
10
  - accuracy
11
  model-index:
12
- - name: anonymouspd/SecureBERT-APTNER
13
  results: []
14
  ---
15
 
16
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
17
  should probably proofread and complete it, then remove this comment. -->
18
 
19
- # anonymouspd/SecureBERT-APTNER
20
 
21
  This model is a fine-tuned version of [ehsanaghaei/SecureBERT](https://huggingface.co/ehsanaghaei/SecureBERT) on the [APTNER](https://github.com/wangxuren/APTNER) dataset.
22
  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
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  - f1
10
  - accuracy
11
  model-index:
12
+ - name: Cyber-ThreaD/SecureBERT-APTNER
13
  results: []
14
  ---
15
 
16
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
17
  should probably proofread and complete it, then remove this comment. -->
18
 
19
+ # Cyber-ThreaD/SecureBERT-APTNER
20
 
21
  This model is a fine-tuned version of [ehsanaghaei/SecureBERT](https://huggingface.co/ehsanaghaei/SecureBERT) on the [APTNER](https://github.com/wangxuren/APTNER) dataset.
22
  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
+ ```