Instructions to use bigmorning/whisper_final_09 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use bigmorning/whisper_final_09 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="bigmorning/whisper_final_09")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("bigmorning/whisper_final_09") model = AutoModelForSpeechSeq2Seq.from_pretrained("bigmorning/whisper_final_09") - Notebooks
- Google Colab
- Kaggle
Commit ·
fffbb86
1
Parent(s): d4b1cf2
Upload TFWhisperForConditionalGeneration
Browse files- tf_model.h5 +1 -1
tf_model.h5
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 151253984
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:89cb40c596fe7730d3dd3944ddbdffe3017a194cff13c563291872b537e2bc85
|
| 3 |
size 151253984
|