End of training
Browse files
README.md
CHANGED
|
@@ -18,8 +18,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 18 |
|
| 19 |
This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on an unknown dataset.
|
| 20 |
It achieves the following results on the evaluation set:
|
| 21 |
-
- Loss:
|
| 22 |
-
- Accuracy: 0.
|
| 23 |
|
| 24 |
## Model description
|
| 25 |
|
|
@@ -48,28 +48,34 @@ The following hyperparameters were used during training:
|
|
| 48 |
|
| 49 |
### Training results
|
| 50 |
|
| 51 |
-
| Training Loss | Epoch
|
| 52 |
-
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
| 53 |
-
| 1.
|
| 54 |
-
|
|
| 55 |
-
|
|
| 56 |
-
|
|
| 57 |
-
|
|
| 58 |
-
|
|
| 59 |
-
|
|
| 60 |
-
|
|
| 61 |
-
|
|
| 62 |
-
|
|
| 63 |
-
|
|
| 64 |
-
|
|
| 65 |
-
|
|
| 66 |
-
|
|
| 67 |
-
| 0.
|
| 68 |
-
|
|
| 69 |
-
| 0.
|
| 70 |
-
|
|
| 71 |
-
|
|
| 72 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 73 |
|
| 74 |
|
| 75 |
### Framework versions
|
|
|
|
| 18 |
|
| 19 |
This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on an unknown dataset.
|
| 20 |
It achieves the following results on the evaluation set:
|
| 21 |
+
- Loss: 0.4717
|
| 22 |
+
- Accuracy: 0.8243
|
| 23 |
|
| 24 |
## Model description
|
| 25 |
|
|
|
|
| 48 |
|
| 49 |
### Training results
|
| 50 |
|
| 51 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 52 |
+
|:-------------:|:------:|:----:|:---------------:|:--------:|
|
| 53 |
+
| 1.2389 | 0.0769 | 5 | 0.8651 | 0.8243 |
|
| 54 |
+
| 0.6616 | 0.1538 | 10 | 0.6137 | 0.8243 |
|
| 55 |
+
| 0.3941 | 0.2308 | 15 | 0.6143 | 0.8243 |
|
| 56 |
+
| 0.6576 | 0.3077 | 20 | 0.5270 | 0.8243 |
|
| 57 |
+
| 0.4628 | 0.3846 | 25 | 0.4904 | 0.8243 |
|
| 58 |
+
| 0.4493 | 0.4615 | 30 | 0.5351 | 0.8243 |
|
| 59 |
+
| 0.5603 | 0.5385 | 35 | 0.5049 | 0.8243 |
|
| 60 |
+
| 0.5586 | 0.6154 | 40 | 0.4949 | 0.8243 |
|
| 61 |
+
| 0.528 | 0.6923 | 45 | 0.4784 | 0.8243 |
|
| 62 |
+
| 0.6357 | 0.7692 | 50 | 0.4717 | 0.8243 |
|
| 63 |
+
| 0.4228 | 0.8462 | 55 | 0.4674 | 0.8243 |
|
| 64 |
+
| 0.4739 | 0.9231 | 60 | 0.4616 | 0.8243 |
|
| 65 |
+
| 0.4855 | 1.0 | 65 | 0.4503 | 0.8243 |
|
| 66 |
+
| 0.6234 | 1.0769 | 70 | 0.4921 | 0.8243 |
|
| 67 |
+
| 0.5158 | 1.1538 | 75 | 0.4351 | 0.8243 |
|
| 68 |
+
| 0.3356 | 1.2308 | 80 | 0.4576 | 0.8243 |
|
| 69 |
+
| 0.4118 | 1.3077 | 85 | 0.4457 | 0.8243 |
|
| 70 |
+
| 0.39 | 1.3846 | 90 | 0.4153 | 0.8243 |
|
| 71 |
+
| 0.3848 | 1.4615 | 95 | 0.4377 | 0.8243 |
|
| 72 |
+
| 0.3499 | 1.5385 | 100 | 0.4427 | 0.8209 |
|
| 73 |
+
| 0.3776 | 1.6154 | 105 | 0.3825 | 0.8446 |
|
| 74 |
+
| 0.4228 | 1.6923 | 110 | 0.3755 | 0.8345 |
|
| 75 |
+
| 0.3157 | 1.7692 | 115 | 0.4031 | 0.8243 |
|
| 76 |
+
| 0.3163 | 1.8462 | 120 | 0.4938 | 0.8277 |
|
| 77 |
+
| 0.504 | 1.9231 | 125 | 0.4861 | 0.8277 |
|
| 78 |
+
| 0.4722 | 2.0 | 130 | 0.4717 | 0.8243 |
|
| 79 |
|
| 80 |
|
| 81 |
### Framework versions
|