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 [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
-
- Loss: 0.
|
23 |
-
- Accuracy: 0
|
24 |
-
- F1: 0
|
25 |
-
- Recall: 0
|
26 |
-
- Precision: 0
|
27 |
|
28 |
## Model description
|
29 |
|
@@ -55,9 +55,9 @@ The following hyperparameters were used during training:
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Recall | Precision |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:------:|:---------:|
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
|
62 |
|
63 |
### Framework versions
|
|
|
19 |
|
20 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 0.0156
|
23 |
+
- Accuracy: 1.0
|
24 |
+
- F1: 1.0
|
25 |
+
- Recall: 1.0
|
26 |
+
- Precision: 1.0
|
27 |
|
28 |
## Model description
|
29 |
|
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Recall | Precision |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:------:|:---------:|
|
58 |
+
| 0.0585 | 1.0 | 167 | 0.0354 | 0.9985 | 0.9985 | 0.9985 | 0.9986 |
|
59 |
+
| 0.0457 | 2.0 | 334 | 0.0156 | 1.0 | 1.0 | 1.0 | 1.0 |
|
60 |
+
| 0.0207 | 3.0 | 501 | 0.0125 | 1.0 | 1.0 | 1.0 | 1.0 |
|
61 |
|
62 |
|
63 |
### Framework versions
|