TingChen-ppmc/Changsha_Dialect_Conversational_Speech_Corpus
Viewer • Updated • 1.49k • 79 • 2
How to use TingChen-ppmc/whisper-small-Changsha with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="TingChen-ppmc/whisper-small-Changsha") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("TingChen-ppmc/whisper-small-Changsha")
model = AutoModelForSpeechSeq2Seq.from_pretrained("TingChen-ppmc/whisper-small-Changsha")This is a finetuned version of Whisper-small on Changsha_Dialect_Conversational_Speech_Corpus
CER: 37.77
WER: 66.84
Chinese Word Error Rate (WER) is based on Jieba Word segmentation
Base model
openai/whisper-small