Cyber-ThreaD commited on
Commit
03b9529
·
verified ·
1 Parent(s): 407337e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -2
README.md CHANGED
@@ -9,14 +9,14 @@ metrics:
9
  - f1
10
  - accuracy
11
  model-index:
12
- - name: our_data
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
- # our_data
20
 
21
  This model is a fine-tuned version of [ehsanaghaei/SecureBERT](https://huggingface.co/ehsanaghaei/SecureBERT) on an unknown dataset.
22
  It achieves the following results on the evaluation set:
@@ -87,3 +87,21 @@ The following hyperparameters were used during training:
87
  - Pytorch 2.1.0+cu118
88
  - Datasets 2.15.0
89
  - Tokenizers 0.15.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  - f1
10
  - accuracy
11
  model-index:
12
+ - name: Cyber-ThreaD/SecureBERT-AttackER
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-AttackER
20
 
21
  This model is a fine-tuned version of [ehsanaghaei/SecureBERT](https://huggingface.co/ehsanaghaei/SecureBERT) on an unknown dataset.
22
  It achieves the following results on the evaluation set:
 
87
  - Pytorch 2.1.0+cu118
88
  - Datasets 2.15.0
89
  - Tokenizers 0.15.0
90
+
91
+
92
+
93
+ ### Citing & Authors
94
+
95
+ If you use the model kindly cite the following work
96
+
97
+ ```
98
+ @inproceedings{deka2024attacker,
99
+ title={AttackER: Towards Enhancing Cyber-Attack Attribution with a Named Entity Recognition Dataset},
100
+ author={Deka, Pritam and Rajapaksha, Sampath and Rani, Ruby and Almutairi, Amirah and Karafili, Erisa},
101
+ booktitle={International Conference on Web Information Systems Engineering},
102
+ pages={255--270},
103
+ year={2024},
104
+ organization={Springer}
105
+ }
106
+
107
+ ```