Model save
Browse files
README.md
CHANGED
|
@@ -20,11 +20,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 20 |
|
| 21 |
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on an unknown dataset.
|
| 22 |
It achieves the following results on the evaluation set:
|
| 23 |
-
- Loss: 0.
|
| 24 |
-
- Accuracy: 0.
|
| 25 |
-
- F1: 0.
|
| 26 |
-
- Precision: 0.
|
| 27 |
-
- Recall: 0.
|
| 28 |
|
| 29 |
## Model description
|
| 30 |
|
|
@@ -56,18 +56,18 @@ The following hyperparameters were used during training:
|
|
| 56 |
|
| 57 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
|
| 58 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
|
| 59 |
-
| 1.
|
| 60 |
-
| 0.
|
| 61 |
-
| 0.
|
| 62 |
-
| 0.
|
| 63 |
-
| 0.
|
| 64 |
-
| 0.
|
| 65 |
-
| 0.
|
| 66 |
-
| 0.
|
| 67 |
-
| 0.
|
| 68 |
-
| 0.
|
| 69 |
-
| 0.
|
| 70 |
-
| 0.
|
| 71 |
|
| 72 |
|
| 73 |
### Framework versions
|
|
|
|
| 20 |
|
| 21 |
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on an unknown dataset.
|
| 22 |
It achieves the following results on the evaluation set:
|
| 23 |
+
- Loss: 0.5208
|
| 24 |
+
- Accuracy: 0.9028
|
| 25 |
+
- F1: 0.8924
|
| 26 |
+
- Precision: 0.8990
|
| 27 |
+
- Recall: 0.8925
|
| 28 |
|
| 29 |
## Model description
|
| 30 |
|
|
|
|
| 56 |
|
| 57 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
|
| 58 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
|
| 59 |
+
| 1.6803 | 0.24 | 50 | 1.2419 | 0.7613 | 0.7374 | 0.7493 | 0.7460 |
|
| 60 |
+
| 0.6367 | 0.48 | 100 | 0.4523 | 0.8437 | 0.8358 | 0.8377 | 0.8357 |
|
| 61 |
+
| 0.2756 | 0.71 | 150 | 0.4543 | 0.8625 | 0.8550 | 0.8576 | 0.8544 |
|
| 62 |
+
| 0.2569 | 0.95 | 200 | 0.4377 | 0.8845 | 0.8715 | 0.8791 | 0.8727 |
|
| 63 |
+
| 0.1044 | 1.19 | 250 | 0.5032 | 0.8903 | 0.8793 | 0.8828 | 0.8795 |
|
| 64 |
+
| 0.0745 | 1.43 | 300 | 0.5342 | 0.8912 | 0.8791 | 0.8881 | 0.8798 |
|
| 65 |
+
| 0.0906 | 1.67 | 350 | 0.5484 | 0.8992 | 0.8880 | 0.8956 | 0.8886 |
|
| 66 |
+
| 0.0839 | 1.9 | 400 | 0.5337 | 0.8939 | 0.8827 | 0.8858 | 0.8830 |
|
| 67 |
+
| 0.0474 | 2.14 | 450 | 0.5237 | 0.8983 | 0.8876 | 0.8938 | 0.8879 |
|
| 68 |
+
| 0.0346 | 2.38 | 500 | 0.4822 | 0.9037 | 0.8939 | 0.9005 | 0.8939 |
|
| 69 |
+
| 0.0243 | 2.62 | 550 | 0.5014 | 0.9019 | 0.8916 | 0.8964 | 0.8917 |
|
| 70 |
+
| 0.0181 | 2.86 | 600 | 0.5208 | 0.9028 | 0.8924 | 0.8990 | 0.8925 |
|
| 71 |
|
| 72 |
|
| 73 |
### Framework versions
|