kana-whisper-ggml
SB Intuitions社の kana-whisper(日本語音声→カナ転写・Whisper large-v3-turbo構成)を whisper.cpp 形式に変換したものです。Mac不要でWindows/LinuxのCPUでも動作します。
| ファイル | サイズ | 用途 |
|---|---|---|
kana-whisper-f16.bin |
1.5GB | 品質優先 |
kana-whisper-q5_0.bin |
547MB | 省メモリ(実音声スモークでf16と同一出力を確認) |
使い方
# whisper.cpp(brew install whisper-cpp などで導入)
whisper-cli -m kana-whisper-q5_0.bin -l ja audio.wav
出力はカタカナの読み転写です(例: 「デキレバイマスグヨコニナリタカッタ、クツオヌイデクツシタモヌイデ」)。ふりがな付与・読み推定・発話の音韻解析などに向いています。通常の漢字かな交じり文字起こしには元系統のWhisper系モデルをご利用ください。
変換と検証
whisper.cpp/models/convert-h5-to-ggml.pyでf16変換後、whisper-quantizeでq5_0を作成- Common Voice日本語実音声でf16/q5_0の出力一致を確認済み
ライセンスと帰属
- 元モデル: sbintuitions/kana-whisper(MIT)
- 本リポジトリはその形式変換版です(MIT)
Converted by tokimoa — データを外に出さないAI活用を支援しています
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support
Model tree for tokimoa/kana-whisper-ggml
Base model
openai/whisper-large-v3 Finetuned
openai/whisper-large-v3-turbo Finetuned
sbintuitions/kana-whisper