Instructions to use MariaK/whisper-tiny-minds with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use MariaK/whisper-tiny-minds with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="MariaK/whisper-tiny-minds")# Load model directly from transformers import AutoProcessor, AutoModelForMultimodalLM processor = AutoProcessor.from_pretrained("MariaK/whisper-tiny-minds") model = AutoModelForMultimodalLM.from_pretrained("MariaK/whisper-tiny-minds") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#1
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:796673936ed3875d8cc494d96c7d979e94867a7e60ae458027543599fcf8b4b3
|
| 3 |
+
size 151061672
|