Update README.md
Browse files
README.md
CHANGED
@@ -82,8 +82,8 @@ nest_model = EncDecDenoiseMaskedTokenPredModel.from_pretrained(model_name="nvidi
|
|
82 |
# use ASR as example:
|
83 |
python <NeMo Root>/examples/asr/asr_ctc/speech_to_text_ctc_bpe.py \
|
84 |
# (Optional: --config-path=<path to dir of configs> --config-name=<name of config without .yaml>) \
|
85 |
-
++init_from_pretrained.name="nvidia/ssl_en_nest_xlarge_v1.0" \
|
86 |
-
++init_from_pretrained.include=["encoder"] \
|
87 |
model.train_ds.manifest_filepath=<path to train manifest> \
|
88 |
model.validation_ds.manifest_filepath=<path to val/test manifest> \
|
89 |
model.tokenizer.dir=<path to directory of tokenizer (not full path to the vocab file!)> \
|
|
|
82 |
# use ASR as example:
|
83 |
python <NeMo Root>/examples/asr/asr_ctc/speech_to_text_ctc_bpe.py \
|
84 |
# (Optional: --config-path=<path to dir of configs> --config-name=<name of config without .yaml>) \
|
85 |
+
++init_from_pretrained.ssl.name="nvidia/ssl_en_nest_xlarge_v1.0" \
|
86 |
+
++init_from_pretrained.ssl.include=["encoder"] \
|
87 |
model.train_ds.manifest_filepath=<path to train manifest> \
|
88 |
model.validation_ds.manifest_filepath=<path to val/test manifest> \
|
89 |
model.tokenizer.dir=<path to directory of tokenizer (not full path to the vocab file!)> \
|