Instructions to use IABDs8a/whisper-base-full with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use IABDs8a/whisper-base-full with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="IABDs8a/whisper-base-full")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("IABDs8a/whisper-base-full") model = AutoModelForSpeechSeq2Seq.from_pretrained("IABDs8a/whisper-base-full") - 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:fff9df2aaa403d28d9980f498478ae5e3887481c69fb95d7df3a9655d61e232b
|
| 3 |
+
size 290403936
|