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!
2 files
+ 9
12
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -66,7 +66,7 @@ You should get the following tree structure:
```
folder/
├── `model.lm.path` # Path to the language model
├── <model.lm.path> # Path to the language model
├── lexicon.txt
└── tokens.txt
```
Loading