Sigurdur commited on
Commit
31d9805
·
verified ·
1 Parent(s): a58ba4e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -0
README.md CHANGED
@@ -57,6 +57,28 @@ The following hyperparameters were used during training:
57
  - num_epochs: 50
58
  - mixed_precision_training: Native AMP
59
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
60
  ### Framework versions
61
 
62
  - Transformers 4.42.3
 
57
  - num_epochs: 50
58
  - mixed_precision_training: Native AMP
59
 
60
+
61
+ ## Metrics
62
+
63
+ | Epoch | Training Loss | Validation Loss | Wer Score |
64
+ |-------|---------------|-----------------|-------------|
65
+ | 1 | 10.096300 | 8.690205 | 102.247536 |
66
+ | 2 | 8.268200 | 7.655295 | 97.659365 |
67
+ | 3 | 7.298000 | 6.679112 | 95.714129 |
68
+ | 4 | 6.319800 | 5.673368 | 2.136911 |
69
+ | 5 | 5.317500 | 4.656871 | 22.439211 |
70
+ | 6 | 4.315600 | 3.667494 | 1.001095 |
71
+ | 7 | 3.340000 | 2.722741 | 1.063527 |
72
+ | 8 | 2.417700 | 1.852253 | 0.944140 |
73
+ | 9 | 1.593900 | 1.136962 | 0.949617 |
74
+ | 10 | 0.944900 | 0.638581 | 0.933187 |
75
+ | 11 | 0.516200 | 0.355187 | 0.955093 |
76
+ | 12 | 0.281600 | 0.215951 | 0.822563 |
77
+ | 13 | 0.167500 | 0.148763 | 0.773275 |
78
+ | 14 | 0.111700 | 0.116783 | 0.792990 |
79
+ | 15 | 0.080800 | 0.098261 | 0.729463 |
80
+
81
+
82
  ### Framework versions
83
 
84
  - Transformers 4.42.3