whisper_tiny (Keras 3)

Pure-Keras 3 weights for kerasformers, mirrored from the GitHub release. License: apache-2.0.

from kerasformers.models.whisper import WhisperSpeechToText, WhisperProcessor
model = WhisperSpeechToText.from_weights("whisper_tiny")
processor = WhisperProcessor.from_weights("whisper_tiny")
Downloads last month
1
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Collection including kerasformers/whisper_tiny