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 compiled-encoder-4bit.mlmodelc/compiled-encoder-4bit.mlmodelc/analytics/coremldata.bin
Browse files
compiled-encoder-4bit.mlmodelc/compiled-encoder-4bit.mlmodelc/analytics/coremldata.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:db0819911d61f130bb7759e519aa2920ccf84864b29d5251da4d69f344a3674e
|
| 3 |
+
size 243
|