update model card README.md
Browse files
README.md
CHANGED
@@ -14,7 +14,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
-
- Loss: 0.
|
18 |
|
19 |
## Model description
|
20 |
|
@@ -45,16 +45,16 @@ The following hyperparameters were used during training:
|
|
45 |
|
46 |
| Training Loss | Epoch | Step | Validation Loss |
|
47 |
|:-------------:|:-----:|:----:|:---------------:|
|
48 |
-
|
|
49 |
-
|
|
50 |
-
|
|
51 |
-
|
|
52 |
-
|
|
53 |
-
|
|
54 |
-
|
|
55 |
-
|
|
56 |
-
|
|
57 |
-
| 0.
|
58 |
|
59 |
|
60 |
### Framework versions
|
|
|
14 |
|
15 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
+
- Loss: 0.2041
|
18 |
|
19 |
## Model description
|
20 |
|
|
|
45 |
|
46 |
| Training Loss | Epoch | Step | Validation Loss |
|
47 |
|:-------------:|:-----:|:----:|:---------------:|
|
48 |
+
| 0.3125 | 1.0 | 923 | 0.2391 |
|
49 |
+
| 0.3287 | 2.0 | 1846 | 0.2306 |
|
50 |
+
| 0.1138 | 3.0 | 2769 | 0.1806 |
|
51 |
+
| 0.1219 | 4.0 | 3692 | 0.1858 |
|
52 |
+
| 0.0962 | 5.0 | 4615 | 0.1922 |
|
53 |
+
| 0.0526 | 6.0 | 5538 | 0.1963 |
|
54 |
+
| 0.0248 | 7.0 | 6461 | 0.1930 |
|
55 |
+
| 0.0004 | 8.0 | 7384 | 0.2153 |
|
56 |
+
| 0.0136 | 9.0 | 8307 | 0.2037 |
|
57 |
+
| 0.0002 | 10.0 | 9230 | 0.2041 |
|
58 |
|
59 |
|
60 |
### Framework versions
|