Instructions to use KBLab/kb-whisper-tiny with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use KBLab/kb-whisper-tiny with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="KBLab/kb-whisper-tiny")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("KBLab/kb-whisper-tiny") model = AutoModelForSpeechSeq2Seq.from_pretrained("KBLab/kb-whisper-tiny") - Notebooks
- Google Colab
- Kaggle
Upload fixed & optimized fp16/q4f16 ONNX weights
#1
by Xenova HF Staff - opened
onnx/decoder_model_merged_fp16.onnx
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:292068f7a7e9c7fc8156ef2eff5b6ce307dc41780530c4529106b4c058698fac
|
| 3 |
+
size 59421697
|
onnx/decoder_model_merged_q4f16.onnx
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:28c3fe1ba79ad15fc2eeb6bdb3e5e1cc65cd8525a8445b84a1552f7aef1dcba5
|
| 3 |
+
size 45854576
|