End of training
Browse files
README.md
CHANGED
@@ -20,15 +20,15 @@ should probably proofread and complete it, then remove this comment. -->
|
|
20 |
|
21 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
-
- Loss: 0.
|
24 |
-
- Accuracy: 0.
|
25 |
-
- Precision: {'precision': 0.
|
26 |
-
- Recall: {'recall': 0.
|
27 |
-
- F1: {'f1': 0.
|
28 |
-
- Tp:
|
29 |
-
- Fp:
|
30 |
-
- Tn:
|
31 |
-
- Fn:
|
32 |
|
33 |
## Model description
|
34 |
|
@@ -57,6 +57,9 @@ The following hyperparameters were used during training:
|
|
57 |
|
58 |
### Training results
|
59 |
|
|
|
|
|
|
|
60 |
|
61 |
|
62 |
### Framework versions
|
|
|
20 |
|
21 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.5336
|
24 |
+
- Accuracy: 0.765
|
25 |
+
- Precision: {'precision': 0.7894736842105263}
|
26 |
+
- Recall: {'recall': 0.6593406593406593}
|
27 |
+
- F1: {'f1': 0.7185628742514969}
|
28 |
+
- Tp: 60
|
29 |
+
- Fp: 16
|
30 |
+
- Tn: 93
|
31 |
+
- Fn: 31
|
32 |
|
33 |
## Model description
|
34 |
|
|
|
57 |
|
58 |
### Training results
|
59 |
|
60 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 | Tp | Fp | Tn | Fn |
|
61 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---------------------------------:|:------------------------------:|:--------------------------:|:--:|:--:|:--:|:--:|
|
62 |
+
| 0.6134 | 2.0 | 18 | 0.5336 | 0.765 | {'precision': 0.7894736842105263} | {'recall': 0.6593406593406593} | {'f1': 0.7185628742514969} | 60 | 16 | 93 | 31 |
|
63 |
|
64 |
|
65 |
### Framework versions
|