update model card README.md
Browse files
README.md
CHANGED
@@ -16,8 +16,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Loss: 0.
|
20 |
-
- Accuracy: 0.
|
21 |
|
22 |
## Model description
|
23 |
|
@@ -48,21 +48,21 @@ The following hyperparameters were used during training:
|
|
48 |
|
49 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
50 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
51 |
-
| No log | 1.0 |
|
52 |
-
| No log | 2.0 |
|
53 |
-
|
|
54 |
-
|
|
55 |
-
|
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
-
| 0.
|
65 |
-
| 0.
|
66 |
|
67 |
|
68 |
### Framework versions
|
|
|
16 |
|
17 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 0.7876
|
20 |
+
- Accuracy: 0.8711
|
21 |
|
22 |
## Model description
|
23 |
|
|
|
48 |
|
49 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
50 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
51 |
+
| No log | 1.0 | 167 | 0.3886 | 0.8291 |
|
52 |
+
| No log | 2.0 | 334 | 0.3109 | 0.8711 |
|
53 |
+
| 0.3456 | 3.0 | 501 | 0.3250 | 0.8861 |
|
54 |
+
| 0.3456 | 4.0 | 668 | 0.3831 | 0.8741 |
|
55 |
+
| 0.3456 | 5.0 | 835 | 0.4527 | 0.8816 |
|
56 |
+
| 0.113 | 6.0 | 1002 | 0.5228 | 0.8846 |
|
57 |
+
| 0.113 | 7.0 | 1169 | 0.5790 | 0.8786 |
|
58 |
+
| 0.113 | 8.0 | 1336 | 0.6979 | 0.8651 |
|
59 |
+
| 0.0229 | 9.0 | 1503 | 0.6901 | 0.8771 |
|
60 |
+
| 0.0229 | 10.0 | 1670 | 0.7257 | 0.8696 |
|
61 |
+
| 0.0229 | 11.0 | 1837 | 0.7485 | 0.8726 |
|
62 |
+
| 0.0065 | 12.0 | 2004 | 0.7813 | 0.8696 |
|
63 |
+
| 0.0065 | 13.0 | 2171 | 0.7800 | 0.8696 |
|
64 |
+
| 0.0065 | 14.0 | 2338 | 0.7985 | 0.8636 |
|
65 |
+
| 0.0043 | 15.0 | 2505 | 0.7876 | 0.8711 |
|
66 |
|
67 |
|
68 |
### Framework versions
|