How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("automatic-speech-recognition", model="AsadIsmail/whisper-small-ternary")
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("AsadIsmail/whisper-small-ternary", device_map="auto")
Quick Links

Whisper-small โ€” Ternary Quantized (tritplane3)

Ternary-quantized version of openai/whisper-small.

Specifications

Property Value
Parameters 244M
Quantization tritplane3 (120 decoder layers)
Stored size 127 MB
Compression 1.26ร—

Collection

Part of ternary-models.

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for AsadIsmail/whisper-small-ternary

Finetuned
(3763)
this model

Collection including AsadIsmail/whisper-small-ternary