thinhkosay
commited on
Commit
•
bda8988
1
Parent(s):
47561cd
End of training
Browse files
README.md
CHANGED
@@ -19,10 +19,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
19 |
|
20 |
This model is a fine-tuned version of [google-bert/bert-base-uncased](https://huggingface.co/google-bert/bert-base-uncased) on the None dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
-
- Loss: 0.
|
23 |
-
- Precision: 0.
|
24 |
-
- Recall: 0.
|
25 |
-
- F1: 0.
|
26 |
|
27 |
## Model description
|
28 |
|
@@ -56,9 +56,9 @@ The following hyperparameters were used during training:
|
|
56 |
|
57 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 |
|
58 |
|:-------------:|:------:|:----:|:---------------:|:---------:|:------:|:------:|
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
|
63 |
|
64 |
### Framework versions
|
|
|
19 |
|
20 |
This model is a fine-tuned version of [google-bert/bert-base-uncased](https://huggingface.co/google-bert/bert-base-uncased) on the None dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 0.3179
|
23 |
+
- Precision: 0.8880
|
24 |
+
- Recall: 0.8902
|
25 |
+
- F1: 0.8891
|
26 |
|
27 |
## Model description
|
28 |
|
|
|
56 |
|
57 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 |
|
58 |
|:-------------:|:------:|:----:|:---------------:|:---------:|:------:|:------:|
|
59 |
+
| 0.3727 | 0.9990 | 512 | 0.3047 | 0.8582 | 0.8804 | 0.8546 |
|
60 |
+
| 0.2802 | 2.0 | 1025 | 0.3083 | 0.8914 | 0.8780 | 0.8837 |
|
61 |
+
| 0.1985 | 2.9971 | 1536 | 0.3179 | 0.8880 | 0.8902 | 0.8891 |
|
62 |
|
63 |
|
64 |
### Framework versions
|