mathildeparlo commited on
Commit
fe3c7a6
·
1 Parent(s): 0578926

End of training

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -20,11 +20,11 @@ should probably proofread and complete it, then remove this comment. -->
20
 
21
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
22
  It achieves the following results on the evaluation set:
23
- - Loss: 0.3839
24
- - Accuracy: 0.8270
25
- - F1: 0.8308
26
- - Precision: 0.8129
27
- - Recall: 0.8496
28
 
29
  ## Model description
30
 
@@ -55,7 +55,7 @@ The following hyperparameters were used during training:
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
57
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
58
- | 0.4169 | 1.0 | 1850 | 0.3839 | 0.8270 | 0.8308 | 0.8129 | 0.8496 |
59
 
60
 
61
  ### Framework versions
 
20
 
21
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
22
  It achieves the following results on the evaluation set:
23
+ - Loss: 0.4166
24
+ - Accuracy: 0.8070
25
+ - F1: 0.8142
26
+ - Precision: 0.7852
27
+ - Recall: 0.8454
28
 
29
  ## Model description
30
 
 
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
57
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
58
+ | 0.4275 | 1.0 | 1850 | 0.4166 | 0.8070 | 0.8142 | 0.7852 | 0.8454 |
59
 
60
 
61
  ### Framework versions