Update README.md
Browse files
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)
|
|
|
|
| 14 |
It achieves the following results on the evaluation set:
|
| 15 |
- Loss: 0.0077
|
| 16 |
- Accuracy: 0.9975
|
| 17 |
-
-
|
| 18 |
-
-
|
| 19 |
-
-
|
| 20 |
-
-
|
| 21 |
-
-
|
| 22 |
-
-
|
| 23 |
-
-
|
| 24 |
-
-
|
| 25 |
-
-
|
|
|
|
|
|
|
|
|
|
| 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
|
| 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 |
|