Arodrigo commited on
Commit
fd1403c
·
verified ·
1 Parent(s): 63c5500

End of training

Browse files
Files changed (1) hide show
  1. README.md +9 -9
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: 0.4706
20
- - Accuracy: 0.8445
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
- | 0.5667 | 1.0 | 845 | 0.5398 | 0.8059 |
52
- | 0.4657 | 2.0 | 1690 | 0.4700 | 0.8315 |
53
- | 0.3722 | 3.0 | 2535 | 0.4897 | 0.8320 |
54
- | 0.298 | 4.0 | 3380 | 0.4706 | 0.8445 |
55
 
56
 
57
  ### Framework versions
58
 
59
- - Transformers 4.38.2
60
  - Pytorch 2.2.1+cu121
61
- - Datasets 2.18.0
62
- - Tokenizers 0.15.2
 
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