walston/whisper-pinyin

Model

0

stars

8

commits

1

repos using this model

1

linked in READMEs

Jun 2, 2026

updated

automatic-speech-recognition
custom_code
feature-extraction
mandarin
pinyin
speech-recognition
transformers
whisper
whisper_pinyin
Browse cluster: Automatic Speech Recognition & Audio Processing

README

Whisper-Pinyin

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.

Contributors

walston

8 commits

walston/whisper-pinyin

Model

0

stars

8

commits

1

repos using this model

1

linked in READMEs

Jun 2, 2026

updated

automatic-speech-recognition
custom_code
feature-extraction
mandarin
pinyin
speech-recognition
transformers
whisper
whisper_pinyin
Browse cluster: Automatic Speech Recognition & Audio Processing

README

Whisper-Pinyin

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.

Contributors

walston

8 commits