Display metrics as percentages during evaluation
The evaluation command returns a table with scores in the range [0, 1]. It would be more convenient to have them as percentages.
- current table
Split | CER (HTR-NER) | CER (HTR) | WER (HTR-NER) | WER (HTR) | WER (HTR no punct) | NER |
---|---|---|---|---|---|---|
train | 0.016 | 0.0177 | 0.065 | 0.0648 | 0.0648 | 0.0032 |
val | 0.0254 | 0.0286 | 0.1086 | 0.1082 | 0.1082 | 0.002 |
test | 0.0284 | 0.0313 | 0.106 | 0.1058 | 0.1058 | 0.0065 |
- expected table
Split | CER (HTR-NER) | CER (HTR) | WER (HTR-NER) | WER (HTR) | WER (HTR no punct) | NER |
---|---|---|---|---|---|---|
train | 1.60 | 1.77 | 6.5 | 6.48 | 6.48 | 0.32 |
val | 2.54 | 2.86 | 10.86 | 10.82 | 10.82 | 0.2 |
test | 2.84 | 3.13 | 10.6 | 10.58 | 10.58 | 0.65 |