AlexanderHolmes0 commited on
Commit
16e0794
1 Parent(s): 6e2c905

End of training

Browse files
Files changed (1) hide show
  1. README.md +5 -4
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-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 0.6674
21
- - Accuracy: 0.7185
22
 
23
  ## Model description
24
 
@@ -43,7 +43,7 @@ The following hyperparameters were used during training:
43
  - seed: 42
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: linear
46
- - num_epochs: 4
47
 
48
  ### Training results
49
 
@@ -52,7 +52,8 @@ The following hyperparameters were used during training:
52
  | No log | 1.0 | 270 | 0.6665 | 0.7627 |
53
  | 0.6949 | 2.0 | 540 | 0.6968 | 0.6960 |
54
  | 0.6949 | 3.0 | 810 | 0.7038 | 0.6750 |
55
- | 0.5696 | 4.0 | 1080 | 0.6674 | 0.7185 |
 
56
 
57
 
58
  ### Framework versions
 
17
 
18
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 0.6607
21
+ - Accuracy: 0.7136
22
 
23
  ## Model description
24
 
 
43
  - seed: 42
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: linear
46
+ - num_epochs: 5
47
 
48
  ### Training results
49
 
 
52
  | No log | 1.0 | 270 | 0.6665 | 0.7627 |
53
  | 0.6949 | 2.0 | 540 | 0.6968 | 0.6960 |
54
  | 0.6949 | 3.0 | 810 | 0.7038 | 0.6750 |
55
+ | 0.5696 | 4.0 | 1080 | 0.7185 | 0.6674 |
56
+ | 0.5696 | 5.0 | 1350 | 0.6607 | 0.7136 |
57
 
58
 
59
  ### Framework versions