PruneSLU-30M is an enhanced version of the
openai/whisper-tiny.en model, designed for robust Spoken Language Understanding (SLU) tasks. This model strikes a balance between performance and efficiency, making it suitable for more demanding on-device applications.
1from transformers import WhisperForConditionalGeneration
2
3model = WhisperForConditionalGeneration.from_pretrained("kodiak619/PruneSLU-30M")
PruneSLU-30M is ideal for applications requiring a balance between computational efficiency and performance, such as voice-enabled AI systems, smart assistants, and SLU tasks in moderately resource-constrained environments.