anyuanay commited on
Commit
ec8f18a
1 Parent(s): 17c8852

End of training

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -32,7 +32,7 @@ should probably proofread and complete it, then remove this comment. -->
32
 
33
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the imdb dataset.
34
  It achieves the following results on the evaluation set:
35
- - Loss: 0.0029
36
  - Accuracy: 1.0
37
 
38
  ## Model description
@@ -64,8 +64,8 @@ The following hyperparameters were used during training:
64
 
65
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
66
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
67
- | No log | 1.0 | 16 | 0.0043 | 1.0 |
68
- | No log | 2.0 | 32 | 0.0029 | 1.0 |
69
 
70
 
71
  ### Framework versions
 
32
 
33
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the imdb dataset.
34
  It achieves the following results on the evaluation set:
35
+ - Loss: 0.0002
36
  - Accuracy: 1.0
37
 
38
  ## Model description
 
64
 
65
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
66
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
67
+ | No log | 1.0 | 157 | 0.0004 | 1.0 |
68
+ | No log | 2.0 | 314 | 0.0002 | 1.0 |
69
 
70
 
71
  ### Framework versions