Instructions to use cstr/whisper-large-v3-turbo-german-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use cstr/whisper-large-v3-turbo-german-GGUF with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="cstr/whisper-large-v3-turbo-german-GGUF")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("cstr/whisper-large-v3-turbo-german-GGUF", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Upload ggml-model-q4_k.bin with huggingface_hub
Browse files- ggml-model-q4_k.bin +3 -0
ggml-model-q4_k.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d2f4d0d24b2444db47da4cc9fe2cf23343e46721791a362e8675007d4013123b
|
| 3 |
+
size 473992235
|