Automatic Speech Recognition
Transformers
PyTorch
JAX
Japanese
wav2vec2
audio
speech
Eval Results (legacy)
Instructions to use NTQAI/wav2vec2-large-japanese with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use NTQAI/wav2vec2-large-japanese with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="NTQAI/wav2vec2-large-japanese")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("NTQAI/wav2vec2-large-japanese") model = AutoModelForCTC.from_pretrained("NTQAI/wav2vec2-large-japanese", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md cce8617
Update README.md a1457ba
update model 0eabe6c
upload flax model 8a63159
Patrick von Platen commited on
allow flax c908c2a
Patrick von Platen commited on