Add test about whisper large-v3 for .Net (#1187)

This commit is contained in:
Fangjun Kuang
2024-07-29 20:49:38 +08:00
committed by GitHub
parent 86b4c9f535
commit 06fd50f536
4 changed files with 148 additions and 0 deletions

View File

@@ -4,38 +4,68 @@ cd dotnet-examples/
cd ./offline-decode-files
./run-sense-voice-ctc.sh
rm -rf sherpa-onnx-*
./run-paraformer-itn.sh
rm -rf sherpa-onnx-*
./run-telespeech-ctc.sh
rm -rf sherpa-onnx-*
./run-nemo-ctc.sh
rm -rf sherpa-onnx-*
./run-paraformer.sh
rm -rf sherpa-onnx-*
./run-zipformer.sh
rm -rf sherpa-onnx-*
./run-hotwords.sh
rm -rf sherpa-onnx-*
./run-whisper.sh
rm -rf sherpa-onnx-*
./run-whisper-large-v3.sh
rm -rf sherpa-onnx-*
./run-tdnn-yesno.sh
rm -rf sherpa-onnx-*
cd ../keyword-spotting-from-files
./run.sh
cd ../online-decode-files
./run-transducer-itn.sh
rm -rf sherpa-onnx-*
./run-zipformer2-ctc.sh
rm -rf sherpa-onnx-*
./run-transducer.sh
rm -rf sherpa-onnx-*
./run-paraformer.sh
rm -rf sherpa-onnx-*
cd ../vad-non-streaming-asr-paraformer
./run.sh
cd ../offline-punctuation
./run.sh
rm -rf sherpa-onnx-*
cd ../speaker-identification
./run.sh
cd ../streaming-hlg-decoding/
./run.sh
rm -rf sherpa-onnx-*
cd ../spoken-language-identification
./run.sh
rm -rf sherpa-onnx-*
cd ../offline-tts
./run-aishell3.sh