Skip to content

Commit

Permalink
Update MMS README (#5115)
Browse files Browse the repository at this point in the history
  • Loading branch information
vineelpratap committed May 22, 2023
1 parent aec128c commit c7bfa9b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions examples/mms/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,11 @@ $ PYTHONPATH='.' python3 examples/mms/lid/infer.py /path/to/dict/l126/ --path
The above command assumes there is a file named `dict.lang.txt` in `/path/to/dict/l126/`. `<OUTDIR>/predictions.txt` will contain the predictions from the model for the audio files in `manifest.tsv`.


## Forced Alignment Tooling

We also developed an efficient forced alignment algorithm implemented on GPU which is able to process very long audio files. This algorithm is open sourced and we provide instructions on how to use it [here](data_prep). We also open source a multilingual alignment model trained on 31K hours of data in 1,130 languages, as well as text normalization scripts.


# License

The MMS code and model weights are released under the CC-BY-NC 4.0 license.
Expand Down

0 comments on commit c7bfa9b

Please sign in to comment.