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