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 an unknown 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 |
-
| 0.
|
| 58 |
-
| 0.
|
| 59 |
-
| 0.
|
| 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 an unknown dataset.
|
| 21 |
It achieves the following results on the evaluation set:
|
| 22 |
+
- Loss: 0.3872
|
| 23 |
+
- Precision: 0.6667
|
| 24 |
+
- Recall: 0.7066
|
| 25 |
+
- F1: 0.6861
|
| 26 |
+
- Accuracy: 0.9163
|
| 27 |
|
| 28 |
## Model description
|
| 29 |
|
|
|
|
| 54 |
|
| 55 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
| 56 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
| 57 |
+
| 0.4118 | 1.75 | 500 | 0.2787 | 0.6316 | 0.6694 | 0.6499 | 0.9120 |
|
| 58 |
+
| 0.189 | 3.5 | 1000 | 0.2962 | 0.6798 | 0.7107 | 0.6949 | 0.9177 |
|
| 59 |
+
| 0.1168 | 5.24 | 1500 | 0.3403 | 0.6503 | 0.7107 | 0.6792 | 0.9130 |
|
| 60 |
+
| 0.0734 | 6.99 | 2000 | 0.3491 | 0.6673 | 0.7169 | 0.6912 | 0.9169 |
|
| 61 |
+
| 0.0469 | 8.74 | 2500 | 0.3872 | 0.6667 | 0.7066 | 0.6861 | 0.9163 |
|
| 62 |
|
| 63 |
|
| 64 |
### Framework versions
|