philgrey commited on
Commit
475b527
1 Parent(s): 19912fb

End of training

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -17,8 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  This model is a fine-tuned version of [distilbert/distilbert-base-uncased](https://huggingface.co/distilbert/distilbert-base-uncased) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 0.0621
21
- - Accuracy: 1.0
22
 
23
  ## Model description
24
 
@@ -49,13 +49,13 @@ The following hyperparameters were used during training:
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
- | No log | 1.0 | 15 | 0.1063 | 1.0 |
53
- | No log | 2.0 | 30 | 0.0621 | 1.0 |
54
 
55
 
56
  ### Framework versions
57
 
58
- - Transformers 4.40.1
59
  - Pytorch 2.1.0
60
- - Datasets 2.19.0
61
  - Tokenizers 0.19.1
 
17
 
18
  This model is a fine-tuned version of [distilbert/distilbert-base-uncased](https://huggingface.co/distilbert/distilbert-base-uncased) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 0.0991
21
+ - Accuracy: 0.9881
22
 
23
  ## Model description
24
 
 
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
+ | No log | 1.0 | 16 | 0.1252 | 0.9524 |
53
+ | No log | 2.0 | 32 | 0.0991 | 0.9881 |
54
 
55
 
56
  ### Framework versions
57
 
58
+ - Transformers 4.40.2
59
  - Pytorch 2.1.0
60
+ - Datasets 2.19.1
61
  - Tokenizers 0.19.1