Instructions to use tuanio/whisper-encoder.tiny.en with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tuanio/whisper-encoder.tiny.en with Transformers:
# Load model directly from transformers import AutoProcessor, WhisperEncoder processor = AutoProcessor.from_pretrained("tuanio/whisper-encoder.tiny.en") model = WhisperEncoder.from_pretrained("tuanio/whisper-encoder.tiny.en") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#3
by SFconvertbot - opened
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3c9b0ae75e7dfe922af9ddcde7507064993f4b6afc3cfdfa6d6ea02431b309ea
|
| 3 |
+
size 32840016
|