Cyber-ThreaD commited on
Commit
2380934
1 Parent(s): e0fd43b

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: 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 [microsoft/deberta-v3-base](https://huggingface.co/microsoft/deberta-v3-base) on an unknown dataset.
22
  It achieves the following results on the evaluation set:
@@ -87,3 +87,20 @@ 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: 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/DeBERTa-v3-AttackER
20
 
21
  This model is a fine-tuned version of [microsoft/deberta-v3-base](https://huggingface.co/microsoft/deberta-v3-base) 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
+ ### Citing & Authors
93
+
94
+ If you use the model kindly cite the following work
95
+
96
+ ```
97
+ @inproceedings{deka2024attacker,
98
+ title={AttackER: Towards Enhancing Cyber-Attack Attribution with a Named Entity Recognition Dataset},
99
+ author={Deka, Pritam and Rajapaksha, Sampath and Rani, Ruby and Almutairi, Amirah and Karafili, Erisa},
100
+ booktitle={International Conference on Web Information Systems Engineering},
101
+ pages={255--270},
102
+ year={2024},
103
+ organization={Springer}
104
+ }
105
+
106
+ ```