0
stars
8
commits
1
repos using this model
1
linked in READMEs
Jun 2, 2026
updated
Cross-augmentation continuous Whisper-Pinyin checkpoint.
from transformers import AutoModel
model = AutoModel.from_pretrained(
"walston/whisper-pinyin",
trust_remote_code=True,
)
This repository stores the checkpoint separately from the demo Space. The demo Space loads this model repo at runtime.
8 commits
0
stars
8
commits
1
repos using this model
1
linked in READMEs
Jun 2, 2026
updated
Cross-augmentation continuous Whisper-Pinyin checkpoint.
from transformers import AutoModel
model = AutoModel.from_pretrained(
"walston/whisper-pinyin",
trust_remote_code=True,
)
This repository stores the checkpoint separately from the demo Space. The demo Space loads this model repo at runtime.
8 commits