Mathildeholst commited on
Commit
5cabb78
·
verified ·
1 Parent(s): 33f86ea

End of training

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -19,9 +19,9 @@ should probably proofread and complete it, then remove this comment. -->
19
 
20
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
21
  It achieves the following results on the evaluation set:
22
- - Loss: 0.3104
23
- - Accuracy: 0.9212
24
- - F1: 0.9211
25
 
26
  ## Model description
27
 
@@ -52,14 +52,14 @@ The following hyperparameters were used during training:
52
 
53
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
54
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
55
- | No log | 1.0 | 313 | 0.2666 | 0.9118 | 0.9118 |
56
- | 0.2043 | 2.0 | 626 | 0.2748 | 0.9175 | 0.9175 |
57
- | 0.2043 | 3.0 | 939 | 0.3104 | 0.9212 | 0.9211 |
58
 
59
 
60
  ### Framework versions
61
 
62
- - Transformers 4.56.1
63
  - Pytorch 2.8.0+cu126
64
  - Datasets 4.0.0
65
- - Tokenizers 0.22.0
 
19
 
20
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
21
  It achieves the following results on the evaluation set:
22
+ - Loss: 0.2569
23
+ - Accuracy: 0.9257
24
+ - F1: 0.9256
25
 
26
  ## Model description
27
 
 
52
 
53
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
54
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
55
+ | 0.3354 | 1.0 | 625 | 0.2468 | 0.9172 | 0.9171 |
56
+ | 0.1901 | 2.0 | 1250 | 0.2424 | 0.9251 | 0.9251 |
57
+ | 0.1232 | 3.0 | 1875 | 0.2569 | 0.9257 | 0.9256 |
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