Instructions to use Semih/wav2vec2_Irish_Large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Semih/wav2vec2_Irish_Large with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="Semih/wav2vec2_Irish_Large")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("Semih/wav2vec2_Irish_Large") model = AutoModelForCTC.from_pretrained("Semih/wav2vec2_Irish_Large") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
6e55277 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:58d5619c3be4b96b20ed518b36995d31dabcc64c723cc133740bd0054d386f33
size 1261926072
|