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:
|
20 |
-
- Accuracy: 0.
|
21 |
|
22 |
## Model description
|
23 |
|
@@ -48,11 +48,11 @@ The following hyperparameters were used during training:
|
|
48 |
|
49 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
50 |
|:-------------:|:-----:|:-----:|:---------------:|:--------:|
|
51 |
-
|
|
52 |
-
| 1.
|
53 |
-
| 1.
|
54 |
-
|
|
55 |
-
|
|
56 |
|
57 |
|
58 |
### 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: 4.2540
|
20 |
+
- Accuracy: 0.2664
|
21 |
|
22 |
## Model description
|
23 |
|
|
|
48 |
|
49 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
50 |
|:-------------:|:-----:|:-----:|:---------------:|:--------:|
|
51 |
+
| 2.1967 | 1.0 | 10086 | 2.9662 | 0.2068 |
|
52 |
+
| 1.865 | 2.0 | 20172 | 2.9499 | 0.3229 |
|
53 |
+
| 1.5135 | 3.0 | 30258 | 3.3259 | 0.3036 |
|
54 |
+
| 1.2077 | 4.0 | 40344 | 3.8351 | 0.2902 |
|
55 |
+
| 1.0278 | 5.0 | 50430 | 4.2540 | 0.2664 |
|
56 |
|
57 |
|
58 |
### Framework versions
|