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 |
|
@@ -42,19 +42,28 @@ The following hyperparameters were used during training:
|
|
42 |
- seed: 42
|
43 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
44 |
- lr_scheduler_type: linear
|
45 |
-
- num_epochs:
|
46 |
|
47 |
### Training results
|
48 |
|
49 |
-
| Training Loss | Epoch | Step
|
50 |
-
|
51 |
-
| 2.
|
52 |
-
|
|
53 |
-
|
|
54 |
-
| 1.
|
55 |
-
| 1.
|
56 |
-
|
|
57 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
58 |
|
59 |
|
60 |
### 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: 5.7685
|
20 |
+
- Accuracy: 0.4010
|
21 |
|
22 |
## Model description
|
23 |
|
|
|
42 |
- seed: 42
|
43 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
44 |
- lr_scheduler_type: linear
|
45 |
+
- num_epochs: 16
|
46 |
|
47 |
### Training results
|
48 |
|
49 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
50 |
+
|:-------------:|:-----:|:------:|:---------------:|:--------:|
|
51 |
+
| 2.2439 | 1.0 | 9142 | 2.1898 | 0.2130 |
|
52 |
+
| 1.9235 | 2.0 | 18284 | 2.1045 | 0.2372 |
|
53 |
+
| 1.5915 | 3.0 | 27426 | 2.1380 | 0.2550 |
|
54 |
+
| 1.3262 | 4.0 | 36568 | 2.2544 | 0.2758 |
|
55 |
+
| 1.0529 | 5.0 | 45710 | 2.5662 | 0.2955 |
|
56 |
+
| 0.8495 | 6.0 | 54852 | 2.8731 | 0.3078 |
|
57 |
+
| 0.6779 | 7.0 | 63994 | 3.1980 | 0.3218 |
|
58 |
+
| 0.5546 | 8.0 | 73136 | 3.6289 | 0.3380 |
|
59 |
+
| 0.4738 | 9.0 | 82278 | 3.9732 | 0.3448 |
|
60 |
+
| 0.412 | 10.0 | 91420 | 4.2945 | 0.3565 |
|
61 |
+
| 0.3961 | 11.0 | 100562 | 4.6127 | 0.3772 |
|
62 |
+
| 0.3292 | 12.0 | 109704 | 4.9586 | 0.3805 |
|
63 |
+
| 0.318 | 13.0 | 118846 | 5.2615 | 0.3887 |
|
64 |
+
| 0.2936 | 14.0 | 127988 | 5.4567 | 0.3931 |
|
65 |
+
| 0.2671 | 15.0 | 137130 | 5.6902 | 0.3965 |
|
66 |
+
| 0.2301 | 16.0 | 146272 | 5.7685 | 0.4010 |
|
67 |
|
68 |
|
69 |
### Framework versions
|