Mathildeholst commited on
Commit
da6801b
·
verified ·
1 Parent(s): 32d956c

End of training

Browse files
Files changed (1) hide show
  1. README.md +7 -6
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.2616
23
- - Accuracy: 0.9164
24
- - F1: 0.9164
25
 
26
  ## Model description
27
 
@@ -46,14 +46,15 @@ The following hyperparameters were used during training:
46
  - seed: 42
47
  - optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
48
  - lr_scheduler_type: linear
49
- - num_epochs: 2
50
 
51
  ### Training results
52
 
53
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
54
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
55
- | No log | 1.0 | 313 | 0.2698 | 0.9118 | 0.9117 |
56
- | 0.3126 | 2.0 | 626 | 0.2616 | 0.9164 | 0.9164 |
 
57
 
58
 
59
  ### Framework versions
 
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
 
 
46
  - seed: 42
47
  - optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
48
  - lr_scheduler_type: linear
49
+ - num_epochs: 3
50
 
51
  ### Training results
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