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 |
|
|
@@ -39,22 +39,32 @@ The following hyperparameters were used during training:
|
|
| 39 |
- seed: 42
|
| 40 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 41 |
- lr_scheduler_type: linear
|
| 42 |
-
- num_epochs:
|
| 43 |
|
| 44 |
### Training results
|
| 45 |
|
| 46 |
-
| Training Loss | Epoch | Step
|
| 47 |
-
|:-------------:|:-----:|:----:|:---------------:|
|
| 48 |
-
|
|
| 49 |
-
| 0.
|
| 50 |
-
| 0.
|
| 51 |
-
| 0.
|
| 52 |
-
| 0.
|
| 53 |
-
| 0.
|
| 54 |
-
| 0.
|
| 55 |
-
| 0.
|
| 56 |
-
| 0.
|
| 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.3141
|
| 18 |
|
| 19 |
## Model description
|
| 20 |
|
|
|
|
| 39 |
- seed: 42
|
| 40 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 41 |
- lr_scheduler_type: linear
|
| 42 |
+
- num_epochs: 20
|
| 43 |
|
| 44 |
### Training results
|
| 45 |
|
| 46 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
| 47 |
+
|:-------------:|:-----:|:-----:|:---------------:|
|
| 48 |
+
| 0.6564 | 1.0 | 658 | 0.3612 |
|
| 49 |
+
| 0.3397 | 2.0 | 1316 | 0.3361 |
|
| 50 |
+
| 0.2885 | 3.0 | 1974 | 0.3515 |
|
| 51 |
+
| 0.2407 | 4.0 | 2632 | 0.3672 |
|
| 52 |
+
| 0.2213 | 5.0 | 3290 | 0.3718 |
|
| 53 |
+
| 0.2197 | 6.0 | 3948 | 0.3967 |
|
| 54 |
+
| 0.1986 | 7.0 | 4606 | 0.4115 |
|
| 55 |
+
| 0.1932 | 8.0 | 5264 | 0.4152 |
|
| 56 |
+
| 0.19 | 9.0 | 5922 | 0.4208 |
|
| 57 |
+
| 0.1844 | 10.0 | 6580 | 0.4472 |
|
| 58 |
+
| 0.1824 | 11.0 | 7238 | 0.4466 |
|
| 59 |
+
| 0.1812 | 12.0 | 7896 | 0.2695 |
|
| 60 |
+
| 0.0078 | 13.0 | 8554 | 0.2824 |
|
| 61 |
+
| 0.0073 | 14.0 | 9212 | 0.2793 |
|
| 62 |
+
| 0.0048 | 15.0 | 9870 | 0.3107 |
|
| 63 |
+
| 0.0033 | 16.0 | 10528 | 0.3074 |
|
| 64 |
+
| 0.0022 | 17.0 | 11186 | 0.3073 |
|
| 65 |
+
| 0.0038 | 18.0 | 11844 | 0.3147 |
|
| 66 |
+
| 0.0013 | 19.0 | 12502 | 0.3160 |
|
| 67 |
+
| 0.0008 | 20.0 | 13160 | 0.3141 |
|
| 68 |
|
| 69 |
|
| 70 |
### Framework versions
|