update model card README.md
Browse files
README.md
CHANGED
@@ -16,7 +16,7 @@ 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.8383
|
21 |
|
22 |
## Model description
|
@@ -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 | 84 | 0.
|
52 |
-
| No log | 2.0 | 168 | 0.
|
53 |
-
| No log | 3.0 | 252 | 0.
|
54 |
-
| No log | 4.0 | 336 | 0.
|
55 |
-
| No log | 5.0 | 420 | 0.
|
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.7495
|
20 |
- Accuracy: 0.8383
|
21 |
|
22 |
## Model description
|
|
|
48 |
|
49 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
50 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
51 |
+
| No log | 1.0 | 84 | 0.4945 | 0.8024 |
|
52 |
+
| No log | 2.0 | 168 | 0.4300 | 0.8383 |
|
53 |
+
| No log | 3.0 | 252 | 0.4170 | 0.8144 |
|
54 |
+
| No log | 4.0 | 336 | 0.4209 | 0.8503 |
|
55 |
+
| No log | 5.0 | 420 | 0.5133 | 0.8204 |
|
56 |
+
| 0.3035 | 6.0 | 504 | 0.6426 | 0.7994 |
|
57 |
+
| 0.3035 | 7.0 | 588 | 0.5828 | 0.8353 |
|
58 |
+
| 0.3035 | 8.0 | 672 | 0.6595 | 0.8234 |
|
59 |
+
| 0.3035 | 9.0 | 756 | 0.7512 | 0.8383 |
|
60 |
+
| 0.3035 | 10.0 | 840 | 0.7080 | 0.8263 |
|
61 |
+
| 0.3035 | 11.0 | 924 | 0.7231 | 0.8473 |
|
62 |
+
| 0.0326 | 12.0 | 1008 | 0.7571 | 0.8383 |
|
63 |
+
| 0.0326 | 13.0 | 1092 | 0.7440 | 0.8383 |
|
64 |
+
| 0.0326 | 14.0 | 1176 | 0.7603 | 0.8413 |
|
65 |
+
| 0.0326 | 15.0 | 1260 | 0.7495 | 0.8383 |
|
66 |
|
67 |
|
68 |
### Framework versions
|