openslr/librispeech_asr
Viewer • Updated • 585k • 65.9k • 233
How to use sanchit-gandhi/wav2vec2-2-bart-debug with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="sanchit-gandhi/wav2vec2-2-bart-debug") # Load model directly
from transformers import AutoTokenizer, AutoModelForSpeechSeq2Seq
tokenizer = AutoTokenizer.from_pretrained("sanchit-gandhi/wav2vec2-2-bart-debug")
model = AutoModelForSpeechSeq2Seq.from_pretrained("sanchit-gandhi/wav2vec2-2-bart-debug", device_map="auto")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: