How to use ylacombe/omniASR_W2V_7B_SSL with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForPreTraining processor = AutoProcessor.from_pretrained("ylacombe/omniASR_W2V_7B_SSL") model = AutoModelForPreTraining.from_pretrained("ylacombe/omniASR_W2V_7B_SSL")
The community tab is the place to discuss and collaborate with the HF community!