Update README.md
Browse filesmention naming convention for tokens txt file
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
|