snu-nia-12 commited on
Commit
1925916
1 Parent(s): 6ff7f45

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -10
README.md CHANGED
@@ -46,16 +46,16 @@ The following hyperparameters were used during training:
46
 
47
  ### Training results
48
 
49
- | Training Loss | Epoch | Step | Validation Loss | Per |
50
- |:-------------:|:-----:|:----:|:---------------:|:------:|
51
- | 2.0846 | 6.85 | 500 | 0.1810 | 0.0991 |
52
- | 0.1857 | 13.7 | 1000 | 0.1411 | 0.0691 |
53
- | 0.0948 | 20.55 | 1500 | 0.1345 | 0.0666 |
54
- | 0.0646 | 27.4 | 2000 | 0.1444 | 0.0673 |
55
- | 0.0502 | 34.25 | 2500 | 0.1436 | 0.0628 |
56
- | 0.0381 | 41.1 | 3000 | 0.1383 | 0.0637 |
57
- | 0.0309 | 47.95 | 3500 | 0.1533 | 0.0638 |
58
- | 0.0261 | 54.79 | 4000 | 0.1531 | 0.0638 |
59
 
60
 
61
  ### Framework versions
 
46
 
47
  ### Training results
48
 
49
+ | Training Loss | Step | Validation Loss | Per |
50
+ |:-------------:|:----:|:---------------:|:------:|
51
+ | 2.0846 | 500 | 0.1810 | 0.0991 |
52
+ | 0.1857 | 1000 | 0.1411 | 0.0691 |
53
+ | 0.0948 | 1500 | 0.1345 | 0.0666 |
54
+ | 0.0646 | 2000 | 0.1444 | 0.0673 |
55
+ | 0.0502 | 2500 | 0.1436 | 0.0628 |
56
+ | 0.0381 | 3000 | 0.1383 | 0.0637 |
57
+ | 0.0309 | 3500 | 0.1533 | 0.0638 |
58
+ | 0.0261 | 4000 | 0.1531 | 0.0638 |
59
 
60
 
61
  ### Framework versions