Training completed!
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-base-uncased](https://huggingface.co/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,16 +50,16 @@ The following hyperparameters were used during training:
|
|
| 50 |
|
| 51 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 52 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
| 53 |
-
|
|
| 54 |
-
|
|
| 55 |
-
|
|
| 56 |
-
| 1.
|
| 57 |
-
| 0.
|
| 58 |
|
| 59 |
|
| 60 |
### Framework versions
|
| 61 |
|
| 62 |
-
- Transformers 4.57.
|
| 63 |
- Pytorch 2.8.0+cu126
|
| 64 |
- Datasets 4.0.0
|
| 65 |
- Tokenizers 0.22.1
|
|
|
|
| 18 |
|
| 19 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
|
| 20 |
It achieves the following results on the evaluation set:
|
| 21 |
+
- Loss: 0.8018
|
| 22 |
+
- Accuracy: 0.9184
|
| 23 |
|
| 24 |
## Model description
|
| 25 |
|
|
|
|
| 50 |
|
| 51 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 52 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
| 53 |
+
| 4.3096 | 1.0 | 318 | 3.3105 | 0.7235 |
|
| 54 |
+
| 2.6635 | 2.0 | 636 | 1.9103 | 0.8532 |
|
| 55 |
+
| 1.5844 | 3.0 | 954 | 1.1890 | 0.8881 |
|
| 56 |
+
| 1.0484 | 4.0 | 1272 | 0.8891 | 0.9119 |
|
| 57 |
+
| 0.8253 | 5.0 | 1590 | 0.8018 | 0.9184 |
|
| 58 |
|
| 59 |
|
| 60 |
### Framework versions
|
| 61 |
|
| 62 |
+
- Transformers 4.57.1
|
| 63 |
- Pytorch 2.8.0+cu126
|
| 64 |
- Datasets 4.0.0
|
| 65 |
- Tokenizers 0.22.1
|