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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -11
README.md CHANGED
@@ -10,19 +10,23 @@ model-index:
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.
 
14
  It achieves the following results on the evaluation set:
15
  - Loss: 0.0077
16
  - Accuracy: 0.9975
17
- - Weighted f1: 0.9975
18
- - Micro f1: 0.9975
19
- - Macro f1: 0.9963
20
- - Weighted recall: 0.9975
21
- - Micro recall: 0.9975
22
- - Macro recall: 0.9978
23
- - Weighted precision: 0.9975
24
- - Micro precision: 0.9975
25
- - Macro precision: 0.9948
 
 
 
26
 
27
  ## Model description
28
 
@@ -56,7 +60,7 @@ The following hyperparameters were used during training:
56
 
57
  ### Training results
58
 
59
- | Training Loss | Epoch | Step | Validation Loss | Accuracy | Weighted f1 | Micro f1 | Macro f1 | Weighted recall | Micro recall | Macro recall | Weighted precision | Micro precision | Macro precision |
60
  |:-------------:|:-----:|:-----:|:---------------:|:--------:|:-----------:|:--------:|:--------:|:---------------:|:------------:|:------------:|:------------------:|:---------------:|:---------------:|
61
  | 0.0438 | 1.0 | 8371 | 0.0112 | 0.9956 | 0.9956 | 0.9956 | 0.9935 | 0.9956 | 0.9956 | 0.9963 | 0.9957 | 0.9956 | 0.9908 |
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 |
 
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).
14
+
15
  It achieves the following results on the evaluation set:
16
  - Loss: 0.0077
17
  - Accuracy: 0.9975
18
+ - F1
19
+ - Weighted: 0.9975
20
+ - Micro: 0.9975
21
+ - Macro: 0.9963
22
+ - Recall
23
+ - Weighted: 0.9975
24
+ - Micro: 0.9975
25
+ - Macro: 0.9978
26
+ - Precision
27
+ - Weighted: 0.9975
28
+ - Macro: 0.9948
29
+ - Micro: 0.9975
30
 
31
  ## Model description
32
 
 
60
 
61
  ### Training results
62
 
63
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | Weighted F1 | Micro F1 | Macro F1 | Weighted Recall | Micro Recall | Macro Recall | Weighted Precision | Micro Precision | Macro Precision |
64
  |:-------------:|:-----:|:-----:|:---------------:|:--------:|:-----------:|:--------:|:--------:|:---------------:|:------------:|:------------:|:------------------:|:---------------:|:---------------:|
65
  | 0.0438 | 1.0 | 8371 | 0.0112 | 0.9956 | 0.9956 | 0.9956 | 0.9935 | 0.9956 | 0.9956 | 0.9963 | 0.9957 | 0.9956 | 0.9908 |
66
  | 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 |