update model card README.md
Browse files
README.md
CHANGED
@@ -19,11 +19,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
19 |
|
20 |
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/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 |
-
- Accuracy: 0.
|
27 |
|
28 |
## Model description
|
29 |
|
@@ -54,11 +54,11 @@ The following hyperparameters were used during training:
|
|
54 |
|
55 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
56 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
57 |
-
| No log | 1.0 |
|
58 |
-
|
|
59 |
-
|
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
|
63 |
|
64 |
### Framework versions
|
|
|
19 |
|
20 |
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the None dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 0.5512
|
23 |
+
- Precision: 0.8868
|
24 |
+
- Recall: 0.9048
|
25 |
+
- F1: 0.8957
|
26 |
+
- Accuracy: 0.8321
|
27 |
|
28 |
## Model description
|
29 |
|
|
|
54 |
|
55 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
56 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
57 |
+
| No log | 1.0 | 130 | 0.4901 | 0.875 | 0.8422 | 0.8583 | 0.7744 |
|
58 |
+
| No log | 2.0 | 260 | 0.4580 | 0.8877 | 0.8663 | 0.8769 | 0.8026 |
|
59 |
+
| No log | 3.0 | 390 | 0.4147 | 0.8725 | 0.9519 | 0.9105 | 0.8482 |
|
60 |
+
| 0.3926 | 4.0 | 520 | 0.4996 | 0.8776 | 0.9198 | 0.8982 | 0.8308 |
|
61 |
+
| 0.3926 | 5.0 | 650 | 0.6170 | 0.8777 | 0.8824 | 0.88 | 0.8048 |
|
62 |
|
63 |
|
64 |
### Framework versions
|