Automatic Speech Recognition
Transformers
PyTorch
Italian
hubert
How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("automatic-speech-recognition", model="jonatasgrosman/exp_w2v2t_it_hubert_s722")
# Load model directly
from transformers import AutoProcessor, AutoModelForCTC

processor = AutoProcessor.from_pretrained("jonatasgrosman/exp_w2v2t_it_hubert_s722")
model = AutoModelForCTC.from_pretrained("jonatasgrosman/exp_w2v2t_it_hubert_s722", device_map="auto")
Quick Links

exp_w2v2t_it_hubert_s722

Fine-tuned facebook/hubert-large-ll60k for speech recognition using the train split of Common Voice 7.0 (it). When using this model, make sure that your speech input is sampled at 16kHz.

This model has been fine-tuned by the HuggingSound tool.

Downloads last month
1
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Space using jonatasgrosman/exp_w2v2t_it_hubert_s722 1