Automatic Speech Recognition
Transformers
PyTorch
JAX
German
wav2vec2
audio
speech
xlsr-fine-tuning-week
Eval Results (legacy)
Instructions to use maxidl/wav2vec2-large-xlsr-german with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use maxidl/wav2vec2-large-xlsr-german with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="maxidl/wav2vec2-large-xlsr-german")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("maxidl/wav2vec2-large-xlsr-german") model = AutoModelForCTC.from_pretrained("maxidl/wav2vec2-large-xlsr-german") - Notebooks
- Google Colab
- Kaggle
Patrick von Platen commited on
Commit ·
893c0ff
1
Parent(s): b4b2ae8
upload flax model
Browse files- flax_model.msgpack +3 -0
flax_model.msgpack
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1a40ff8d1041dc9fbc585147ae94303cead8ca5116930a2b910e318aa6906c07
|
| 3 |
+
size 1262483676
|