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,26 +48,26 @@ 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
|
69 |
|
70 |
-
- Transformers 4.
|
71 |
-
- Pytorch 2.0.
|
72 |
- Datasets 2.12.0
|
73 |
- Tokenizers 0.13.3
|
|
|
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.8728
|
20 |
+
- Accuracy: 0.8383
|
21 |
|
22 |
## Model description
|
23 |
|
|
|
48 |
|
49 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
50 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
51 |
+
| No log | 1.0 | 84 | 0.4747 | 0.7994 |
|
52 |
+
| No log | 2.0 | 168 | 0.4092 | 0.8353 |
|
53 |
+
| No log | 3.0 | 252 | 0.4113 | 0.8383 |
|
54 |
+
| No log | 4.0 | 336 | 0.4563 | 0.8383 |
|
55 |
+
| No log | 5.0 | 420 | 0.5089 | 0.8473 |
|
56 |
+
| 0.2803 | 6.0 | 504 | 0.7061 | 0.8054 |
|
57 |
+
| 0.2803 | 7.0 | 588 | 0.6719 | 0.8473 |
|
58 |
+
| 0.2803 | 8.0 | 672 | 0.7272 | 0.8443 |
|
59 |
+
| 0.2803 | 9.0 | 756 | 0.7827 | 0.8383 |
|
60 |
+
| 0.2803 | 10.0 | 840 | 0.8168 | 0.8383 |
|
61 |
+
| 0.2803 | 11.0 | 924 | 0.8543 | 0.8443 |
|
62 |
+
| 0.0263 | 12.0 | 1008 | 0.8725 | 0.8383 |
|
63 |
+
| 0.0263 | 13.0 | 1092 | 0.8781 | 0.8383 |
|
64 |
+
| 0.0263 | 14.0 | 1176 | 0.8775 | 0.8413 |
|
65 |
+
| 0.0263 | 15.0 | 1260 | 0.8728 | 0.8383 |
|
66 |
|
67 |
|
68 |
### Framework versions
|
69 |
|
70 |
+
- Transformers 4.29.2
|
71 |
+
- Pytorch 2.0.1+cu118
|
72 |
- Datasets 2.12.0
|
73 |
- Tokenizers 0.13.3
|