transformer
game
Counter-Strike2
CS2
counter-strike
Cheat-detection
EscapeR commited on
Commit
fc99a92
·
verified ·
1 Parent(s): 535969e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -1
README.md CHANGED
@@ -53,10 +53,23 @@ The input data used for this model was the [Context_window_256](https://huggingf
53
 
54
  ## Model testing
55
 
 
56
 
 
57
 
58
- ## Recommendations for further usage
59
 
 
60
 
 
61
 
 
 
62
 
 
 
 
 
 
 
 
 
53
 
54
  ## Model testing
55
 
56
+ Various validation metrics of training can be seen below:
57
 
58
+ ![Model Training](./model_256_4layer_1head.png)
59
 
60
+ The model confusion matrix on test data can be seen below:
61
 
62
+ ![Confusion Matrix](./conf_mat_threshold_07_large.png)
63
 
64
+ ## Usage notes
65
 
66
+ - The dataset is formated in UTF-8 encoding.
67
+ - Researchers should cite this dataset appropriately in publications.
68
 
69
+ ## Application
70
+
71
+ - Cheat detection
72
+
73
+ ## Acknowledgements
74
+
75
+ A big heartfelt thanks to [Paolo Burelli](http://paoloburelli.com/) for supervising the project.