Instructions to use opencampus/sign-whisper-german with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use opencampus/sign-whisper-german with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("opencampus/sign-whisper-german", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -40,6 +40,7 @@ This model can be used in various application areas, including
|
|
| 40 |
| Model | Parameters | link |
|
| 41 |
|----------------------------------|------------|--------------------------------------------------------------|
|
| 42 |
| Whisper large v3 german | 1.54B | [link](https://huggingface.co/primeline/whisper-large-v3-german) |
|
|
|
|
| 43 |
| Distil-whisper large v3 german | 756M | [link](https://huggingface.co/primeline/distil-whisper-large-v3-german) |
|
| 44 |
| tiny whisper | 37.8M | [link](https://huggingface.co/primeline/whisper-tiny-german) |
|
| 45 |
|
|
|
|
| 40 |
| Model | Parameters | link |
|
| 41 |
|----------------------------------|------------|--------------------------------------------------------------|
|
| 42 |
| Whisper large v3 german | 1.54B | [link](https://huggingface.co/primeline/whisper-large-v3-german) |
|
| 43 |
+
| Whisper large v3 turbo german | 809M | [link](https://huggingface.co/primeline/whisper-large-v3-turbo-german)
|
| 44 |
| Distil-whisper large v3 german | 756M | [link](https://huggingface.co/primeline/distil-whisper-large-v3-german) |
|
| 45 |
| tiny whisper | 37.8M | [link](https://huggingface.co/primeline/whisper-tiny-german) |
|
| 46 |
|