End of training
Browse files
README.md
CHANGED
|
@@ -21,10 +21,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 21 |
|
| 22 |
This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on the None dataset.
|
| 23 |
It achieves the following results on the evaluation set:
|
| 24 |
-
- Loss: 0.
|
| 25 |
-
- Precision: 0.
|
| 26 |
-
- Recall: 0.
|
| 27 |
-
- F1: 0.
|
| 28 |
- Accuracy: 0.9827
|
| 29 |
|
| 30 |
## Model description
|
|
@@ -57,9 +57,9 @@ The following hyperparameters were used during training:
|
|
| 57 |
|
| 58 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
| 59 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
| 60 |
-
| 0.
|
| 61 |
-
| 0.
|
| 62 |
-
| 0.
|
| 63 |
|
| 64 |
|
| 65 |
### Framework versions
|
|
|
|
| 21 |
|
| 22 |
This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on the None dataset.
|
| 23 |
It achieves the following results on the evaluation set:
|
| 24 |
+
- Loss: 0.1154
|
| 25 |
+
- Precision: 0.9026
|
| 26 |
+
- Recall: 0.9210
|
| 27 |
+
- F1: 0.9117
|
| 28 |
- Accuracy: 0.9827
|
| 29 |
|
| 30 |
## Model description
|
|
|
|
| 57 |
|
| 58 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
| 59 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
| 60 |
+
| 0.0456 | 1.0 | 878 | 0.0421 | 0.9238 | 0.9340 | 0.9289 | 0.9886 |
|
| 61 |
+
| 0.0206 | 2.0 | 1756 | 0.0388 | 0.9450 | 0.9490 | 0.9470 | 0.9907 |
|
| 62 |
+
| 0.0131 | 3.0 | 2634 | 0.0371 | 0.9435 | 0.9517 | 0.9476 | 0.9913 |
|
| 63 |
|
| 64 |
|
| 65 |
### Framework versions
|