LucyintheSky commited on
Commit
b9e3490
1 Parent(s): f2f28dc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -12
README.md CHANGED
@@ -34,18 +34,7 @@ The following hyperparameters were used during training:
34
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
35
  - lr_scheduler_type: linear
36
  - lr_scheduler_warmup_ratio: 0.1
37
- - num_epochs: 5
38
-
39
- ### Training results
40
-
41
- | Training Loss | Epoch | Step | Validation Loss | Accuracy |
42
- |:-------------:|:-----:|:----:|:---------------:|:--------:|
43
- | No log | 1.0 | 6 | 0.2521 | 0.9247 |
44
- | 0.0411 | 2.0 | 12 | 0.3784 | 0.8495 |
45
- | 0.0411 | 3.0 | 18 | 0.2535 | 0.9032 |
46
- | 0.0824 | 4.0 | 24 | 0.2925 | 0.9140 |
47
- | 0.1473 | 5.0 | 30 | 0.2524 | 0.9355 |
48
-
49
 
50
  ### Framework versions
51
 
 
34
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
35
  - lr_scheduler_type: linear
36
  - lr_scheduler_warmup_ratio: 0.1
37
+ - num_epochs: 20
 
 
 
 
 
 
 
 
 
 
 
38
 
39
  ### Framework versions
40