End of training
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 [dccuchile/distilbert-base-spanish-uncased](https://huggingface.co/dccuchile/distilbert-base-spanish-uncased) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Loss:
|
20 |
-
- Accuracy: 0.
|
21 |
|
22 |
## Model description
|
23 |
|
@@ -48,15 +48,15 @@ The following hyperparameters were used during training:
|
|
48 |
|
49 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
50 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
51 |
-
|
|
52 |
-
|
|
53 |
-
|
|
54 |
-
|
|
55 |
|
56 |
|
57 |
### Framework versions
|
58 |
|
59 |
-
- Transformers 4.
|
60 |
- Pytorch 2.2.1+cu121
|
61 |
-
- Datasets 2.
|
62 |
-
- Tokenizers 0.
|
|
|
16 |
|
17 |
This model is a fine-tuned version of [dccuchile/distilbert-base-spanish-uncased](https://huggingface.co/dccuchile/distilbert-base-spanish-uncased) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 2.1390
|
20 |
+
- Accuracy: 0.3156
|
21 |
|
22 |
## Model description
|
23 |
|
|
|
48 |
|
49 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
50 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
51 |
+
| 1.293 | 1.0 | 240 | 2.4308 | 0.1860 |
|
52 |
+
| 1.1898 | 2.0 | 480 | 2.3413 | 0.2458 |
|
53 |
+
| 1.0891 | 3.0 | 720 | 2.2071 | 0.3123 |
|
54 |
+
| 1.0254 | 4.0 | 960 | 2.1390 | 0.3156 |
|
55 |
|
56 |
|
57 |
### Framework versions
|
58 |
|
59 |
+
- Transformers 4.40.2
|
60 |
- Pytorch 2.2.1+cu121
|
61 |
+
- Datasets 2.19.1
|
62 |
+
- Tokenizers 0.19.1
|