End of training
Browse files
README.md
CHANGED
@@ -20,7 +20,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
20 |
|
21 |
This model is a fine-tuned version of [google-bert/bert-base-uncased](https://huggingface.co/google-bert/bert-base-uncased) on an unknown dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
-
- Loss: 0.
|
24 |
- Accuracy: {'accuracy': 1.0}
|
25 |
- Precision: {'precision': 1.0}
|
26 |
- Recall: {'recall': 1.0}
|
@@ -53,11 +53,12 @@ The following hyperparameters were used during training:
|
|
53 |
|
54 |
### Training results
|
55 |
|
56 |
-
| Training Loss | Epoch | Step | Validation Loss | Accuracy
|
57 |
-
|
58 |
-
| No log | 1.0 | 160 | 0.
|
59 |
-
| No log | 2.0 | 320 | 0.
|
60 |
-
| No log | 3.0 | 480 | 0.
|
|
|
61 |
|
62 |
|
63 |
### Framework versions
|
|
|
20 |
|
21 |
This model is a fine-tuned version of [google-bert/bert-base-uncased](https://huggingface.co/google-bert/bert-base-uncased) on an unknown dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.0001
|
24 |
- Accuracy: {'accuracy': 1.0}
|
25 |
- Precision: {'precision': 1.0}
|
26 |
- Recall: {'recall': 1.0}
|
|
|
53 |
|
54 |
### Training results
|
55 |
|
56 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
|
57 |
+
|:-------------:|:-----:|:----:|:---------------:|:----------------------:|:-------------------------------:|:--------------------:|:--------------------------:|
|
58 |
+
| No log | 1.0 | 160 | 0.0325 | {'accuracy': 0.990625} | {'precision': 0.99079754601227} | {'recall': 0.990625} | {'f1': 0.9906241759529646} |
|
59 |
+
| No log | 2.0 | 320 | 0.0002 | {'accuracy': 1.0} | {'precision': 1.0} | {'recall': 1.0} | {'f1': 1.0} |
|
60 |
+
| No log | 3.0 | 480 | 0.0001 | {'accuracy': 1.0} | {'precision': 1.0} | {'recall': 1.0} | {'f1': 1.0} |
|
61 |
+
| 0.0367 | 4.0 | 640 | 0.0001 | {'accuracy': 1.0} | {'precision': 1.0} | {'recall': 1.0} | {'f1': 1.0} |
|
62 |
|
63 |
|
64 |
### Framework versions
|