Views
No views yet
1from transformers import AutoModel 2 3model = AutoModel.from_pretrained( 4 "walston/whisper-pinyin", 5 trust_remote_code=True, 6)