Trained model with classification head weights
Browse files
README.md
CHANGED
|
@@ -18,8 +18,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 18 |
|
| 19 |
This model is a fine-tuned version of [distilbert/distilbert-base-uncased](https://huggingface.co/distilbert/distilbert-base-uncased) on an unknown dataset.
|
| 20 |
It achieves the following results on the evaluation set:
|
| 21 |
-
- Loss: 0.
|
| 22 |
-
- Accuracy: 0.
|
| 23 |
|
| 24 |
## Model description
|
| 25 |
|
|
@@ -50,21 +50,21 @@ The following hyperparameters were used during training:
|
|
| 50 |
|
| 51 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 52 |
|:-------------:|:-----:|:-----:|:---------------:|:--------:|
|
| 53 |
-
| 0.
|
| 54 |
-
| 0.
|
| 55 |
-
| 0.
|
| 56 |
-
| 0.
|
| 57 |
-
| 0.
|
| 58 |
-
| 0.
|
| 59 |
-
| 0.
|
| 60 |
-
| 0.
|
| 61 |
-
| 0.
|
| 62 |
-
| 0.
|
| 63 |
-
| 0.
|
| 64 |
-
| 0.
|
| 65 |
-
| 0.
|
| 66 |
-
| 0.
|
| 67 |
-
| 0.
|
| 68 |
|
| 69 |
|
| 70 |
### Framework versions
|
|
|
|
| 18 |
|
| 19 |
This model is a fine-tuned version of [distilbert/distilbert-base-uncased](https://huggingface.co/distilbert/distilbert-base-uncased) on an unknown dataset.
|
| 20 |
It achieves the following results on the evaluation set:
|
| 21 |
+
- Loss: 0.2980
|
| 22 |
+
- Accuracy: 0.8765
|
| 23 |
|
| 24 |
## Model description
|
| 25 |
|
|
|
|
| 50 |
|
| 51 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 52 |
|:-------------:|:-----:|:-----:|:---------------:|:--------:|
|
| 53 |
+
| 0.7058 | 1.0 | 1062 | 0.6084 | 0.7927 |
|
| 54 |
+
| 0.5439 | 2.0 | 2124 | 0.4581 | 0.8141 |
|
| 55 |
+
| 0.4417 | 3.0 | 3186 | 0.3951 | 0.8403 |
|
| 56 |
+
| 0.4504 | 4.0 | 4248 | 0.3578 | 0.8487 |
|
| 57 |
+
| 0.428 | 5.0 | 5310 | 0.3352 | 0.8584 |
|
| 58 |
+
| 0.4089 | 6.0 | 6372 | 0.3347 | 0.8638 |
|
| 59 |
+
| 0.3428 | 7.0 | 7434 | 0.3248 | 0.8681 |
|
| 60 |
+
| 0.4219 | 8.0 | 8496 | 0.3178 | 0.8715 |
|
| 61 |
+
| 0.3689 | 9.0 | 9558 | 0.3044 | 0.8736 |
|
| 62 |
+
| 0.3891 | 10.0 | 10620 | 0.3037 | 0.8724 |
|
| 63 |
+
| 0.3849 | 11.0 | 11682 | 0.3064 | 0.8713 |
|
| 64 |
+
| 0.3302 | 12.0 | 12744 | 0.3006 | 0.8758 |
|
| 65 |
+
| 0.3576 | 13.0 | 13806 | 0.3016 | 0.8742 |
|
| 66 |
+
| 0.3548 | 14.0 | 14868 | 0.2990 | 0.8766 |
|
| 67 |
+
| 0.3596 | 15.0 | 15930 | 0.2980 | 0.8765 |
|
| 68 |
|
| 69 |
|
| 70 |
### Framework versions
|