Commit ·
3f63c02
1
Parent(s): 51140c9
End of training
Browse files
README.md
CHANGED
|
@@ -17,8 +17,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 17 |
|
| 18 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
|
| 19 |
It achieves the following results on the evaluation set:
|
| 20 |
-
- Loss:
|
| 21 |
-
- Accuracy: 0.
|
|
|
|
| 22 |
|
| 23 |
## Model description
|
| 24 |
|
|
@@ -43,22 +44,17 @@ The following hyperparameters were used during training:
|
|
| 43 |
- seed: 42
|
| 44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 45 |
- lr_scheduler_type: linear
|
| 46 |
-
- num_epochs:
|
| 47 |
|
| 48 |
### Training results
|
| 49 |
|
| 50 |
-
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 51 |
-
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
| 52 |
-
| No log | 1.0 | 51 | 0.
|
| 53 |
-
| No log | 2.0 | 102 | 0.
|
| 54 |
-
| No log | 3.0 | 153 | 0.
|
| 55 |
-
| No log | 4.0 | 204 | 0.
|
| 56 |
-
| No log | 5.0 | 255 | 0.
|
| 57 |
-
| No log | 6.0 | 306 | 0.8919 | 0.6425 |
|
| 58 |
-
| No log | 7.0 | 357 | 1.0539 | 0.65 |
|
| 59 |
-
| No log | 8.0 | 408 | 1.2609 | 0.6475 |
|
| 60 |
-
| No log | 9.0 | 459 | 1.3215 | 0.65 |
|
| 61 |
-
| 0.3163 | 10.0 | 510 | 1.3641 | 0.6525 |
|
| 62 |
|
| 63 |
|
| 64 |
### Framework versions
|
|
|
|
| 17 |
|
| 18 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
|
| 19 |
It achieves the following results on the evaluation set:
|
| 20 |
+
- Loss: 0.6063
|
| 21 |
+
- Accuracy: 0.69
|
| 22 |
+
- Mcc: 0.2901
|
| 23 |
|
| 24 |
## Model description
|
| 25 |
|
|
|
|
| 44 |
- seed: 42
|
| 45 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 46 |
- lr_scheduler_type: linear
|
| 47 |
+
- num_epochs: 5
|
| 48 |
|
| 49 |
### Training results
|
| 50 |
|
| 51 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Mcc |
|
| 52 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
| 53 |
+
| No log | 1.0 | 51 | 0.6793 | 0.635 | 0.0 |
|
| 54 |
+
| No log | 2.0 | 102 | 0.6683 | 0.5925 | 0.2198 |
|
| 55 |
+
| No log | 3.0 | 153 | 0.6685 | 0.6525 | 0.1651 |
|
| 56 |
+
| No log | 4.0 | 204 | 0.6108 | 0.675 | 0.2395 |
|
| 57 |
+
| No log | 5.0 | 255 | 0.6063 | 0.69 | 0.2901 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 58 |
|
| 59 |
|
| 60 |
### Framework versions
|