Update README.md
Browse files
README.md
CHANGED
@@ -1,2 +1,8 @@
|
|
1 |
# MASC
|
2 |
-
The
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# MASC
|
2 |
+
The final output model is: `model.pb`
|
3 |
+
|
4 |
+
The language model can be found at: https://huggingface.co/TRoboto/masc_kenlm_3grams_lm
|
5 |
+
|
6 |
+
To run the model, clone this repo and the language model repo, then follow the instructions here: https://deepspeech.readthedocs.io/en/master/USING.html
|
7 |
+
|
8 |
+
To use the checkpoint to retrain the model, clone this repo and follow the instructions here: https://deepspeech.readthedocs.io/en/r0.9/TRAINING.html
|