Cyber-ThreaD commited on
Commit
ccc6e61
·
verified ·
1 Parent(s): 162e8ec

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -1
README.md CHANGED
@@ -8,7 +8,7 @@ metrics:
8
  - f1
9
  - accuracy
10
  model-index:
11
- - name: our_data
12
  results: []
13
  ---
14
 
@@ -86,3 +86,20 @@ The following hyperparameters were used during training:
86
  - Pytorch 2.1.0+cu118
87
  - Datasets 2.15.0
88
  - Tokenizers 0.15.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  - f1
9
  - accuracy
10
  model-index:
11
+ - name: Cyber-ThreaD/CyBERT-AttackER
12
  results: []
13
  ---
14
 
 
86
  - Pytorch 2.1.0+cu118
87
  - Datasets 2.15.0
88
  - Tokenizers 0.15.0
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
+ ```