allow flax cd5d5f8
Patrick von Platen commited on
How to use anton-l/wav2vec2-base-960h with Transformers:
# Load model directly
from transformers import AutoProcessor, AutoModelForPreTraining
processor = AutoProcessor.from_pretrained("anton-l/wav2vec2-base-960h")
model = AutoModelForPreTraining.from_pretrained("anton-l/wav2vec2-base-960h")