Instructions to use D4ve-R/wav2vec2-large-xlsr-53-german with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use D4ve-R/wav2vec2-large-xlsr-53-german with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="D4ve-R/wav2vec2-large-xlsr-53-german")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("D4ve-R/wav2vec2-large-xlsr-53-german") model = AutoModelForCTC.from_pretrained("D4ve-R/wav2vec2-large-xlsr-53-german") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 600
Browse files- pytorch_model.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1262057645
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ec09da6a25a302ab536309045cb865f8be7d1cc5e586b75ad07d6226bdfc64b6
|
| 3 |
size 1262057645
|