Transformers How to use nguyenvulebinh/AVSRCocktail with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="nguyenvulebinh/AVSRCocktail") # Load model directly
from transformers import AVHubertAVSR
model = AVHubertAVSR.from_pretrained("nguyenvulebinh/AVSRCocktail", dtype="auto")