Cyber-ThreaD commited on
Commit
ef8dc1b
·
verified ·
1 Parent(s): 7b4544d

Update README.md

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