openslr/librispeech_asr
Viewer • Updated • 585k • 109k • 225
How to use sanchit-gandhi/wav2vec2-2-gpt2-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-gpt2-grid-search") # Load model directly
from transformers import AutoTokenizer, AutoModelForSpeechSeq2Seq
tokenizer = AutoTokenizer.from_pretrained("sanchit-gandhi/wav2vec2-2-gpt2-grid-search")
model = AutoModelForSpeechSeq2Seq.from_pretrained("sanchit-gandhi/wav2vec2-2-gpt2-grid-search")YAML Metadata Error:"model-index[0].name" is not allowed to be empty
This model was trained from scratch on the librispeech_asr dataset.
More information needed
More information needed
More information needed
The following hyperparameters were used during training: