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
|
@@ -21,7 +21,7 @@ datasets:
|
|
| 21 |
- flozi00/asr-german-mixed
|
| 22 |
- flozi00/asr-german-mixed-evals
|
| 23 |
base_model:
|
| 24 |
-
-
|
| 25 |
---
|
| 26 |
|
| 27 |
### Summary
|
|
|
|
| 21 |
- flozi00/asr-german-mixed
|
| 22 |
- flozi00/asr-german-mixed-evals
|
| 23 |
base_model:
|
| 24 |
+
- primeline/whisper-large-v3-german
|
| 25 |
---
|
| 26 |
|
| 27 |
### Summary
|