OSError: facebook/mms-1b-all does not appear to have a file named adapter.cmn.bin. Checkout 'https://huggingface.co/facebook/mms-1b-all/main' for available files.
#17
by
xiongcai
- opened
How to load the mms-1b-all model for Chinese, Mandarin? I find the iso code of Chinese, Mandarin
is cmn
at this page: https://dl.fbaipublicfiles.com/mms/misc/language_coverage_mms.html, but when I load the model by :
model = model = Wav2Vec2ForCTC.from_pretrained(model_id, target_lang='cmn', ignore_mismatched_sizes=True)
but the above Error is occurred.