anstdev commited on
Commit
b07cd34
·
verified ·
1 Parent(s): 9c35d5e

Update README.md

Browse files

mention naming convention for tokens txt file

Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -9,5 +9,6 @@ tags:
9
  ---
10
 
11
  NeMo Forced Aligner (NFA) models exported to ONNX format.
 
12
 
13
  For the export implementation, see https://github.com/achimmihca/NeMoForcedAlignerWithOnnxRuntime
 
9
  ---
10
 
11
  NeMo Forced Aligner (NFA) models exported to ONNX format.
12
+ The corresponding tokens file for an ONNX model is saved next to the ONNX model with `txt` file extension.
13
 
14
  For the export implementation, see https://github.com/achimmihca/NeMoForcedAlignerWithOnnxRuntime