Instructions to use primeline/distil-whisper-large-v3-german with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use primeline/distil-whisper-large-v3-german with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="primeline/distil-whisper-large-v3-german")# Load model directly from transformers import AutoProcessor, AutoModelForMultimodalLM processor = AutoProcessor.from_pretrained("primeline/distil-whisper-large-v3-german") model = AutoModelForMultimodalLM.from_pretrained("primeline/distil-whisper-large-v3-german") - Notebooks
- Google Colab
- Kaggle
Upload model.safetensors
Browse files- model.safetensors +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1512875008
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d28a4e4d748101de5fdb20c95f16a794ca4454fad7c46ec365fec16b71abcd5e
|
| 3 |
size 1512875008
|