返回模型
说明文档
OVOS - Whisper Large v3 Tiny Caesar
本模型是 projecte-aina/whisper-large-v3-tiny-caesar 模型的 ONNX 格式导出版本,便于在边缘设备和基于 CPU 的推理环境中使用。
环境要求
导出基于以下工具:
可以通过以下命令安装所需依赖:
$ pip install optimum[onnxruntime] onnx-asr
使用方法
import onnx_asr
model = onnx_asr.load_model("OpenVoiceOS/whisper-large-v3-tiny-caesar-onnx")
print(model.recognize("test.wav"))
导出方法
根据 onnx-asr/convert-model-to-onnx):
$ optimum-cli export onnx --task automatic-speech-recognition-with-past --model projecte-aina/whisper-large-v3-tiny-caesar whisper-onnx
$ cd whisper-onnx && rm decoder.onnx* decoder_with_past_model.onnx* # 只需要合并后的解码器
许可协议
许可证源自原始模型:Apache 2.0。更多详情请参阅 projecte-aina/whisper-large-v3-tiny-caesar。
OpenVoiceOS/whisper-large-v3-tiny-caesar-onnx
作者 OpenVoiceOS
↓ 42
♥ 0
创建时间: 2026-02-21 19:46:06+00:00
更新时间: 2026-02-22 00:56:44+00:00
在 Hugging Face 上查看文件 (16)
.gitattributes
README.md
added_tokens.json
config.json
decoder_model_merged.onnx
ONNX
decoder_model_merged.onnx_data
encoder_model.onnx
ONNX
encoder_model.onnx_data
generation_config.json
merges.txt
normalizer.json
preprocessor_config.json
special_tokens_map.json
tokenizer.json
tokenizer_config.json
vocab.json