DunnBC22 commited on
Commit
9c9acae
1 Parent(s): 93af2de

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -7
README.md CHANGED
@@ -8,9 +8,6 @@ model-index:
8
  results: []
9
  ---
10
 
11
- <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
- should probably proofread and complete it, then remove this comment. -->
13
-
14
  # codebert-base-Password_Strength_Classifier
15
 
16
  This model is a fine-tuned version of [microsoft/codebert-base](https://huggingface.co/microsoft/codebert-base) on the None dataset.
@@ -29,15 +26,20 @@ It achieves the following results on the evaluation set:
29
 
30
  ## Model description
31
 
32
- More information needed
 
 
 
 
 
33
 
34
  ## Intended uses & limitations
35
 
36
- More information needed
37
 
38
  ## Training and evaluation data
39
 
40
- More information needed
41
 
42
  ## Training procedure
43
 
@@ -60,7 +62,6 @@ The following hyperparameters were used during training:
60
  | 0.0133 | 2.0 | 16742 | 0.0092 | 0.9966 | 0.9967 | 0.9966 | 0.9951 | 0.9966 | 0.9966 | 0.9966 | 0.9967 | 0.9966 | 0.9935 |
61
  | 0.0067 | 3.0 | 25113 | 0.0077 | 0.9975 | 0.9975 | 0.9975 | 0.9963 | 0.9975 | 0.9975 | 0.9978 | 0.9975 | 0.9975 | 0.9948 |
62
 
63
-
64
  ### Framework versions
65
 
66
  - Transformers 4.27.4
 
8
  results: []
9
  ---
10
 
 
 
 
11
  # codebert-base-Password_Strength_Classifier
12
 
13
  This model is a fine-tuned version of [microsoft/codebert-base](https://huggingface.co/microsoft/codebert-base) on the None dataset.
 
26
 
27
  ## Model description
28
 
29
+ The model classifies passwords as one of the following:
30
+ 1) Weak
31
+ 2) Medium
32
+ 3) Strong
33
+
34
+ For more information on how it was created, check out the following link: https://github.com/DunnBC22/NLP_Projects/blob/main/Password%20Strength%20Classification%20(MC)/CodeBERT-Base%20-%20Password_Classifier.ipynb
35
 
36
  ## Intended uses & limitations
37
 
38
+ This is intended to show the possibilities. It is mainly limited by the input data.
39
 
40
  ## Training and evaluation data
41
 
42
+ Dataset Source: https://www.kaggle.com/datasets/bhavikbb/password-strength-classifier-dataset
43
 
44
  ## Training procedure
45
 
 
62
  | 0.0133 | 2.0 | 16742 | 0.0092 | 0.9966 | 0.9967 | 0.9966 | 0.9951 | 0.9966 | 0.9966 | 0.9966 | 0.9967 | 0.9966 | 0.9935 |
63
  | 0.0067 | 3.0 | 25113 | 0.0077 | 0.9975 | 0.9975 | 0.9975 | 0.9963 | 0.9975 | 0.9975 | 0.9978 | 0.9975 | 0.9975 | 0.9948 |
64
 
 
65
  ### Framework versions
66
 
67
  - Transformers 4.27.4