update model card README.md
Browse files
README.md
CHANGED
@@ -20,11 +20,11 @@ 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: 0.
|
26 |
-
- Recall: 0.
|
27 |
-
- F1: 0.
|
28 |
|
29 |
## Model description
|
30 |
|
@@ -55,9 +55,9 @@ The following hyperparameters were used during training:
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:-----:|
|
58 |
-
| No log | 1.0 | 89 | 0.
|
59 |
-
| No log | 2.0 | 178 | 0.
|
60 |
-
| No log | 3.0 | 267 | 0.
|
61 |
|
62 |
|
63 |
### 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.1911
|
24 |
+
- Accuracy: 0.938
|
25 |
+
- Precision: 0.892
|
26 |
+
- Recall: 0.89
|
27 |
+
- F1: 0.889
|
28 |
|
29 |
## Model description
|
30 |
|
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:-----:|
|
58 |
+
| No log | 1.0 | 89 | 0.3664 | 0.872 | 0.773 | 0.662 | 0.672 |
|
59 |
+
| No log | 2.0 | 178 | 0.2458 | 0.914 | 0.872 | 0.821 | 0.844 |
|
60 |
+
| No log | 3.0 | 267 | 0.1911 | 0.938 | 0.892 | 0.89 | 0.889 |
|
61 |
|
62 |
|
63 |
### Framework versions
|