Model cfg is missing "tokenizer"

#1
by Kenneth03 - opened

asr_model = nemo_asr.models.EncDecRNNTBPEModel.from_pretrained("nvidia/stt_zh_conformer_transducer_large")

Running the above line results in an error:

ValueError: cfg must have tokenizer config to create a tokenizer !

Sign up or log in to comment