Transformers
Safetensors
wav2vec2
pretraining
How to use from the
Use from the
Transformers library
# 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")
Quick Links

Porting the SSL (self-supervised-learning) version of the Omnilingual-Asr W2V2 release from Meta to transformers. 7B checkpoint. More on the official repo.

Almost the same usage as indicated here.

Downloads last month
6
Safetensors
Model size
6B params
Tensor type
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Dataset used to train ylacombe/omniASR_W2V_7B_SSL