Text Classification
Keras
social-engineering-detection
phishing-detection
spam-detection
tensorflow
cybersecurity
Instructions to use DhruvSoni/social-engineering-detector with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use DhruvSoni/social-engineering-detector with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://DhruvSoni/social-engineering-detector") - Notebooks
- Google Colab
- Kaggle
Upload training_history.json with huggingface_hub
Browse files- training_history.json +90 -0
training_history.json
ADDED
|
@@ -0,0 +1,90 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"accuracy": [
|
| 3 |
+
0.9220294952392578,
|
| 4 |
+
0.9895135164260864,
|
| 5 |
+
0.9961914420127869,
|
| 6 |
+
0.9977566003799438,
|
| 7 |
+
0.9991391897201538,
|
| 8 |
+
0.9995826482772827
|
| 9 |
+
],
|
| 10 |
+
"auc": [
|
| 11 |
+
0.9823390245437622,
|
| 12 |
+
0.9990037083625793,
|
| 13 |
+
0.9998406767845154,
|
| 14 |
+
0.9999112486839294,
|
| 15 |
+
0.9999940991401672,
|
| 16 |
+
0.9999706149101257
|
| 17 |
+
],
|
| 18 |
+
"loss": [
|
| 19 |
+
0.1784650981426239,
|
| 20 |
+
0.031610678881406784,
|
| 21 |
+
0.01248483918607235,
|
| 22 |
+
0.007333547808229923,
|
| 23 |
+
0.0031353626400232315,
|
| 24 |
+
0.0014531390042975545
|
| 25 |
+
],
|
| 26 |
+
"precision": [
|
| 27 |
+
0.9447200298309326,
|
| 28 |
+
0.9888080358505249,
|
| 29 |
+
0.9961374998092651,
|
| 30 |
+
0.9977053999900818,
|
| 31 |
+
0.9992164373397827,
|
| 32 |
+
0.9997760653495789
|
| 33 |
+
],
|
| 34 |
+
"recall": [
|
| 35 |
+
0.8845120668411255,
|
| 36 |
+
0.9886974096298218,
|
| 37 |
+
0.9956915974617004,
|
| 38 |
+
0.9974821209907532,
|
| 39 |
+
0.9989368915557861,
|
| 40 |
+
0.9993285536766052
|
| 41 |
+
],
|
| 42 |
+
"val_accuracy": [
|
| 43 |
+
0.9835680723190308,
|
| 44 |
+
0.9856807589530945,
|
| 45 |
+
0.9856807589530945,
|
| 46 |
+
0.98591548204422,
|
| 47 |
+
0.987089216709137,
|
| 48 |
+
0.9875586628913879
|
| 49 |
+
],
|
| 50 |
+
"val_auc": [
|
| 51 |
+
0.997943103313446,
|
| 52 |
+
0.9984105229377747,
|
| 53 |
+
0.9969507455825806,
|
| 54 |
+
0.9948097467422485,
|
| 55 |
+
0.9947647452354431,
|
| 56 |
+
0.9942501187324524
|
| 57 |
+
],
|
| 58 |
+
"val_loss": [
|
| 59 |
+
0.048170819878578186,
|
| 60 |
+
0.042257070541381836,
|
| 61 |
+
0.052474502474069595,
|
| 62 |
+
0.06335440278053284,
|
| 63 |
+
0.061481136828660965,
|
| 64 |
+
0.06442049145698547
|
| 65 |
+
],
|
| 66 |
+
"val_precision": [
|
| 67 |
+
0.9877800345420837,
|
| 68 |
+
0.984886646270752,
|
| 69 |
+
0.9839115142822266,
|
| 70 |
+
0.9893292784690857,
|
| 71 |
+
0.9834752082824707,
|
| 72 |
+
0.9873928427696228
|
| 73 |
+
],
|
| 74 |
+
"val_recall": [
|
| 75 |
+
0.9768378734588623,
|
| 76 |
+
0.9843907356262207,
|
| 77 |
+
0.9853977560997009,
|
| 78 |
+
0.9803625345230103,
|
| 79 |
+
0.9889224767684937,
|
| 80 |
+
0.9859012961387634
|
| 81 |
+
],
|
| 82 |
+
"learning_rate": [
|
| 83 |
+
0.0010000000474974513,
|
| 84 |
+
0.0010000000474974513,
|
| 85 |
+
0.0010000000474974513,
|
| 86 |
+
0.0010000000474974513,
|
| 87 |
+
0.0005000000237487257,
|
| 88 |
+
0.0005000000237487257
|
| 89 |
+
]
|
| 90 |
+
}
|