Instructions to use TheStageAI/whisper-medium with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use TheStageAI/whisper-medium with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="TheStageAI/whisper-medium")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("TheStageAI/whisper-medium", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Upload coremldata.bin
Browse files
compiled-encoder-4bit.mlmodelc/coremldata.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6b07efb155a5861ed2c56e600312cb6c092ae393ed7ab1b88bc6af925d78c3cd
|
| 3 |
+
size 318
|