Model save
Browse files
README.md
CHANGED
|
@@ -21,11 +21,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 21 |
|
| 22 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
|
| 23 |
It achieves the following results on the evaluation set:
|
| 24 |
-
- Loss: 0.
|
| 25 |
-
- Accuracy: 0.
|
| 26 |
-
- Precision: 0.
|
| 27 |
- Recall: 0.9463
|
| 28 |
-
- F1: 0.
|
| 29 |
|
| 30 |
## Model description
|
| 31 |
|
|
@@ -56,9 +56,9 @@ The following hyperparameters were used during training:
|
|
| 56 |
|
| 57 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
|
| 58 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
|
| 59 |
-
| No log | 1.0 | 279 | 0.
|
| 60 |
-
| 0.
|
| 61 |
-
| 0.
|
| 62 |
|
| 63 |
|
| 64 |
### Framework versions
|
|
|
|
| 21 |
|
| 22 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
|
| 23 |
It achieves the following results on the evaluation set:
|
| 24 |
+
- Loss: 0.0481
|
| 25 |
+
- Accuracy: 0.9910
|
| 26 |
+
- Precision: 0.9860
|
| 27 |
- Recall: 0.9463
|
| 28 |
+
- F1: 0.9658
|
| 29 |
|
| 30 |
## Model description
|
| 31 |
|
|
|
|
| 56 |
|
| 57 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
|
| 58 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
|
| 59 |
+
| No log | 1.0 | 279 | 0.0446 | 0.9883 | 0.9658 | 0.9463 | 0.9559 |
|
| 60 |
+
| 0.0571 | 2.0 | 558 | 0.0470 | 0.9919 | 0.9930 | 0.9463 | 0.9691 |
|
| 61 |
+
| 0.0571 | 3.0 | 837 | 0.0481 | 0.9910 | 0.9860 | 0.9463 | 0.9658 |
|
| 62 |
|
| 63 |
|
| 64 |
### Framework versions
|