Skip to content
Snippets Groups Projects

Load a language model and decode with it during evaluation

Merged Manon Blanco requested to merge eval-load-lm into main
All threads resolved!
9 files
+ 270
7
Compare changes
  • Side-by-side
  • Inline
Files
9
@@ -32,6 +32,7 @@ class Inference(NamedTuple):
image: str
ground_truth: str
prediction: str
lm_prediction: str
wer: float
Loading