Update README.md
Browse files
README.md
CHANGED
@@ -15,4 +15,37 @@ tags:
|
|
15 |
- CS2
|
16 |
- counter-strike
|
17 |
- Cheat-detection
|
18 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
- CS2
|
16 |
- counter-strike
|
17 |
- Cheat-detection
|
18 |
+
---
|
19 |
+
|
20 |
+
# AntiCheatPT_256
|
21 |
+
|
22 |
+
This Model is the best performing transformer-based model from the thesis:
|
23 |
+
AntiCheatPT: A Transformer-Based Approach to Cheat Detection in Competitive
|
24 |
+
Computer Games by Mille Mei Zhen Loo & Gert Luzkov.
|
25 |
+
|
26 |
+
## Results
|
27 |
+
|
28 |
+
| Metric | Value |
|
29 |
+
|-------------|--------|
|
30 |
+
| Accuracy | 0.8917 |
|
31 |
+
| ROC AUC | 0.9336 |
|
32 |
+
| Precision | 0.8513 |
|
33 |
+
| Recall | 0.6313 |
|
34 |
+
| Specificity | 0.9678 |
|
35 |
+
| F1 | 0.7250 |
|
36 |
+
|
37 |
+
## Model architecture
|
38 |
+
|
39 |
+
|
40 |
+
## Data
|
41 |
+
|
42 |
+
The input data used for this model was the [Context_window_256](https://huggingface.co/datasets/CS2CD/Context_window_256) dataset based on the [CS2CD](https://huggingface.co/datasets/CS2CD/CS2CD.Counter-Strike_2_Cheat_Detection) dataset.
|
43 |
+
|
44 |
+
## Model testing
|
45 |
+
|
46 |
+
|
47 |
+
## Recommendations for further usage
|
48 |
+
|
49 |
+
|
50 |
+
|
51 |
+
|