Final full upload: model files, checkpoints, evaluation results, logs, reports
Browse files- .gitattributes +1 -0
- classification_report.txt +14 -14
- model.safetensors +1 -1
- prediction_results.csv +0 -0
- summary.json +4 -4
- training_args.bin +1 -1
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
prediction_results.csv filter=lfs diff=lfs merge=lfs -text
|
classification_report.txt
CHANGED
|
@@ -3,24 +3,24 @@ Hub repo: HID-APP/codebert-rd-keystrokes
|
|
| 3 |
|
| 4 |
Validation metrics:
|
| 5 |
{
|
| 6 |
-
"eval_loss": 0.
|
| 7 |
-
"eval_accuracy": 0.
|
| 8 |
-
"eval_precision":
|
| 9 |
-
"eval_recall": 0.
|
| 10 |
-
"eval_f1": 0.
|
| 11 |
}
|
| 12 |
|
| 13 |
Test metrics:
|
| 14 |
-
Accuracy :
|
| 15 |
-
Precision:
|
| 16 |
-
Recall :
|
| 17 |
-
F1 :
|
| 18 |
|
| 19 |
precision recall f1-score support
|
| 20 |
|
| 21 |
-
benign
|
| 22 |
-
malicious
|
| 23 |
|
| 24 |
-
accuracy
|
| 25 |
-
macro avg
|
| 26 |
-
weighted avg
|
|
|
|
| 3 |
|
| 4 |
Validation metrics:
|
| 5 |
{
|
| 6 |
+
"eval_loss": 0.1455843597650528,
|
| 7 |
+
"eval_accuracy": 0.9671551288529561,
|
| 8 |
+
"eval_precision": 0.9737360472751149,
|
| 9 |
+
"eval_recall": 0.98342175066313,
|
| 10 |
+
"eval_f1": 0.9785549323655559
|
| 11 |
}
|
| 12 |
|
| 13 |
Test metrics:
|
| 14 |
+
Accuracy : 0.968957
|
| 15 |
+
Precision: 0.977273
|
| 16 |
+
Recall : 0.980650
|
| 17 |
+
F1 : 0.978958
|
| 18 |
|
| 19 |
precision recall f1-score support
|
| 20 |
|
| 21 |
+
benign 0.95 0.94 0.94 518
|
| 22 |
+
malicious 0.98 0.98 0.98 1447
|
| 23 |
|
| 24 |
+
accuracy 0.97 1965
|
| 25 |
+
macro avg 0.96 0.96 0.96 1965
|
| 26 |
+
weighted avg 0.97 0.97 0.97 1965
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 498612824
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:504b03bfce6a7b23d48a3ebc6175558d07c34948d1639525d87db0b0602f3c81
|
| 3 |
size 498612824
|
prediction_results.csv
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
summary.json
CHANGED
|
@@ -4,8 +4,8 @@
|
|
| 4 |
"output_dir": "/kaggle/working/outputs/codebert_rd_keystrokes",
|
| 5 |
"save_eval_push_steps": 400,
|
| 6 |
"logging_steps": 25,
|
| 7 |
-
"accuracy":
|
| 8 |
-
"precision":
|
| 9 |
-
"recall":
|
| 10 |
-
"f1":
|
| 11 |
}
|
|
|
|
| 4 |
"output_dir": "/kaggle/working/outputs/codebert_rd_keystrokes",
|
| 5 |
"save_eval_push_steps": 400,
|
| 6 |
"logging_steps": 25,
|
| 7 |
+
"accuracy": 0.9689567430025445,
|
| 8 |
+
"precision": 0.9772727272727273,
|
| 9 |
+
"recall": 0.9806496199032481,
|
| 10 |
+
"f1": 0.9789582614694722
|
| 11 |
}
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5201
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ab81eb8f627d496428c93c1d48c52e0479518be7570628b71c7a023704823dee
|
| 3 |
size 5201
|