Cyber-ThreaD commited on
Commit
6e60558
·
verified ·
1 Parent(s): 097f96b

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-CyNER
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-CyNER
20
 
21
  This model is a fine-tuned version of [ehsanaghaei/SecureBERT](https://huggingface.co/ehsanaghaei/SecureBERT) on the [CyNER](https://github.com/aiforsec/CyNER) dataset.
22
  It achieves the following results on the evaluation set:
@@ -77,3 +77,20 @@ The following hyperparameters were used during training:
77
  - Pytorch 2.1.0+cu118
78
  - Datasets 2.14.6
79
  - Tokenizers 0.14.1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  - f1
10
  - accuracy
11
  model-index:
12
+ - name: Cyber-ThreaD/SecureBERT-CyNER
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-CyNER
20
 
21
  This model is a fine-tuned version of [ehsanaghaei/SecureBERT](https://huggingface.co/ehsanaghaei/SecureBERT) on the [CyNER](https://github.com/aiforsec/CyNER) dataset.
22
  It achieves the following results on the evaluation set:
 
77
  - Pytorch 2.1.0+cu118
78
  - Datasets 2.14.6
79
  - Tokenizers 0.14.1
80
+
81
+
82
+ ### Citing & Authors
83
+
84
+ If you use the model kindly cite the following work
85
+
86
+ ```
87
+ @inproceedings{deka2024attacker,
88
+ title={AttackER: Towards Enhancing Cyber-Attack Attribution with a Named Entity Recognition Dataset},
89
+ author={Deka, Pritam and Rajapaksha, Sampath and Rani, Ruby and Almutairi, Amirah and Karafili, Erisa},
90
+ booktitle={International Conference on Web Information Systems Engineering},
91
+ pages={255--270},
92
+ year={2024},
93
+ organization={Springer}
94
+ }
95
+
96
+ ```