Automatic Speech Recognition
Transformers
PyTorch
TensorBoard
speech-encoder-decoder
Generated from Trainer
Instructions to use sanchit-gandhi/wav2vec2-2-rnd-grid-search with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use sanchit-gandhi/wav2vec2-2-rnd-grid-search with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="sanchit-gandhi/wav2vec2-2-rnd-grid-search")# Load model directly from transformers import AutoTokenizer, AutoModelForMultimodalLM tokenizer = AutoTokenizer.from_pretrained("sanchit-gandhi/wav2vec2-2-rnd-grid-search") model = AutoModelForMultimodalLM.from_pretrained("sanchit-gandhi/wav2vec2-2-rnd-grid-search") - Notebooks
- Google Colab
- Kaggle
| checkpoint-*/ |