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 |
-
| No log | 2.0 |
|
59 |
-
| No log | 3.0 |
|
60 |
-
|
|
61 |
-
|
|
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.4834
|
23 |
+
- Precision: 0.8079
|
24 |
+
- Recall: 1.0
|
25 |
+
- F1: 0.8938
|
26 |
+
- Accuracy: 0.8079
|
27 |
|
28 |
## Model description
|
29 |
|
|
|
54 |
|
55 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
56 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
57 |
+
| No log | 1.0 | 13 | 0.3520 | 0.8889 | 1.0 | 0.9412 | 0.8889 |
|
58 |
+
| No log | 2.0 | 26 | 0.3761 | 0.8889 | 1.0 | 0.9412 | 0.8889 |
|
59 |
+
| No log | 3.0 | 39 | 0.3683 | 0.8889 | 1.0 | 0.9412 | 0.8889 |
|
60 |
+
| No log | 4.0 | 52 | 0.3767 | 0.8889 | 1.0 | 0.9412 | 0.8889 |
|
61 |
+
| No log | 5.0 | 65 | 0.3834 | 0.8889 | 1.0 | 0.9412 | 0.8889 |
|
62 |
|
63 |
|
64 |
### Framework versions
|