tianyib commited on
Commit
d7251f8
1 Parent(s): ca83a11

End of training

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -22,7 +22,7 @@ model-index:
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
- value: 0.9664
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -32,8 +32,8 @@ 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.1123
36
- - Accuracy: 0.9664
37
 
38
  ## Model description
39
 
@@ -52,7 +52,7 @@ More information needed
52
  ### Training hyperparameters
53
 
54
  The following hyperparameters were used during training:
55
- - learning_rate: 2e-05
56
  - train_batch_size: 16
57
  - eval_batch_size: 16
58
  - seed: 42
@@ -64,8 +64,8 @@ The following hyperparameters were used during training:
64
 
65
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
66
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
67
- | 0.2348 | 1.0 | 1407 | 0.1712 | 0.9432 |
68
- | 0.1443 | 2.0 | 2814 | 0.1123 | 0.9664 |
69
 
70
 
71
  ### Framework versions
 
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
+ value: 0.984
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
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.0767
36
+ - Accuracy: 0.984
37
 
38
  ## Model description
39
 
 
52
  ### Training hyperparameters
53
 
54
  The following hyperparameters were used during training:
55
+ - learning_rate: 3e-05
56
  - train_batch_size: 16
57
  - eval_batch_size: 16
58
  - seed: 42
 
64
 
65
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
66
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
67
+ | 0.1161 | 1.0 | 1407 | 0.1384 | 0.9652 |
68
+ | 0.0663 | 2.0 | 2814 | 0.0767 | 0.984 |
69
 
70
 
71
  ### Framework versions