update model card README.md
Browse files
README.md
CHANGED
|
@@ -19,7 +19,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 19 |
|
| 20 |
This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on an unknown dataset.
|
| 21 |
It achieves the following results on the evaluation set:
|
| 22 |
-
- Loss: 0.
|
| 23 |
- Precision: 0.0
|
| 24 |
- Recall: 0.0
|
| 25 |
- F1: 0.0
|
|
@@ -54,9 +54,9 @@ 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 |
### Framework versions
|
|
|
|
| 19 |
|
| 20 |
This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on an unknown dataset.
|
| 21 |
It achieves the following results on the evaluation set:
|
| 22 |
+
- Loss: 0.3411
|
| 23 |
- Precision: 0.0
|
| 24 |
- Recall: 0.0
|
| 25 |
- F1: 0.0
|
|
|
|
| 54 |
|
| 55 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
| 56 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:---:|:--------:|
|
| 57 |
+
| No log | 1.0 | 2 | 0.4490 | 0.0 | 0.0 | 0.0 | 0.875 |
|
| 58 |
+
| No log | 2.0 | 4 | 0.3668 | 0.0 | 0.0 | 0.0 | 0.875 |
|
| 59 |
+
| No log | 3.0 | 6 | 0.3411 | 0.0 | 0.0 | 0.0 | 0.875 |
|
| 60 |
|
| 61 |
|
| 62 |
### Framework versions
|