Automatic Speech Recognition
Transformers
PyTorch
TensorBoard
wav2vec2
Generated from Trainer
Eval Results (legacy)
Instructions to use Jana0511/wav2vec2-large-xls-r-300m-welsh-colab with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Jana0511/wav2vec2-large-xls-r-300m-welsh-colab with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="Jana0511/wav2vec2-large-xls-r-300m-welsh-colab")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("Jana0511/wav2vec2-large-xls-r-300m-welsh-colab") model = AutoModelForCTC.from_pretrained("Jana0511/wav2vec2-large-xls-r-300m-welsh-colab", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
8bae3a3 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:4afeaf4256b1cc7c8a8ba5f3cb1b9aa83efce9eb98a9f2de10ed8fc004f3d175
size 3963
|