steveheh commited on
Commit
597de9d
·
verified ·
1 Parent(s): 7a0b681

Update README.md

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