Text Classification
Keras
English
sql-injection
malicious-sql
sql-injection-detection
malicious-sql-detection
deathsaber93 commited on
Commit
b0db193
β€’
1 Parent(s): a7a5870

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -27,6 +27,7 @@ tags:
27
  - **Model type:** Language model
28
  - **Language(s) (NLP):** English
29
  - **License:** Apache 2.0
 
30
 
31
 
32
  ## Overview
@@ -54,6 +55,15 @@ available [here](dataset/benchmark.csv). The data was curated from the following
54
  823/823 ━━━━━━━━━━━━━━━━━━━━ 99s 120ms/step - AUPR: 0.9979 - f1_score: 0.5782 - fn: 64.0947 - fp: 8.2500 - loss: 0.0236 - precision: 0.9987 - recall: 0.9889 - val_AUPR: 0.9970 - val_f1_score: 0.5775 - val_fn: 34.0000 - val_fp: 4.0000 - val_loss: 0.0298 - val_precision: 0.9985 - val_recall: 0.9873 - learning_rate: 7.0911e-04
55
  ```
56
 
 
 
 
 
 
 
 
 
 
57
  #### Training Data
58
 
59
  1. https://www.kaggle.com/datasets/gambleryu/biggest-sql-injection-dataset/data
 
27
  - **Model type:** Language model
28
  - **Language(s) (NLP):** English
29
  - **License:** Apache 2.0
30
+ - **Playground:** [SafeSQL-v1-Demo](https://huggingface.co/spaces/deathsaber93/SafeSQL-v1-Demo)
31
 
32
 
33
  ## Overview
 
55
  823/823 ━━━━━━━━━━━━━━━━━━━━ 99s 120ms/step - AUPR: 0.9979 - f1_score: 0.5782 - fn: 64.0947 - fp: 8.2500 - loss: 0.0236 - precision: 0.9987 - recall: 0.9889 - val_AUPR: 0.9970 - val_f1_score: 0.5775 - val_fn: 34.0000 - val_fp: 4.0000 - val_loss: 0.0298 - val_precision: 0.9985 - val_recall: 0.9873 - learning_rate: 7.0911e-04
56
  ```
57
 
58
+ #### Benchmark Results
59
+
60
+ Total SQLs: 30919
61
+ Total Negatives: 11382
62
+ Total Positives: 19537
63
+ Total hits: 30844/30919 with accuracy of 99.76%.
64
+ False Negatives: 69(0.61%)
65
+ False Positives: 6(0.03%)
66
+
67
  #### Training Data
68
 
69
  1. https://www.kaggle.com/datasets/gambleryu/biggest-sql-injection-dataset/data