How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("automatic-speech-recognition", model="walston/whisper-pinyin", trust_remote_code=True)
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("walston/whisper-pinyin", trust_remote_code=True, device_map="auto")
Quick Links

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.

Downloads last month
15
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Space using walston/whisper-pinyin 1