Instructions to use nyadla-sys/whisper-tiny.en.tflite with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use nyadla-sys/whisper-tiny.en.tflite with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="nyadla-sys/whisper-tiny.en.tflite")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("nyadla-sys/whisper-tiny.en.tflite", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
91ab734
1
Parent(s): e2fadca
Upload tiny.en tflite model
Browse files- whisper-tiny.en.tflite +3 -0
whisper-tiny.en.tflite
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:29e6006074527c071147a353aaa7a662b2acbbf48aa57721f2a3ea7cceb7ce29
|
| 3 |
+
size 41507968
|