TRoboto commited on
Commit
dcb4ea8
1 Parent(s): d8cb445

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -1,2 +1,8 @@
1
  # MASC
2
- The model will be available after the paper is accepted.
 
 
 
 
 
 
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