legacy-datasets/common_voice
Updated • 1.37k • 144
How to use robinhad/data2vec-large-uk with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="robinhad/data2vec-large-uk") # Load model directly
from transformers import AutoTokenizer, AutoModelForCTC
tokenizer = AutoTokenizer.from_pretrained("robinhad/data2vec-large-uk")
model = AutoModelForCTC.from_pretrained("robinhad/data2vec-large-uk")This model is a fine-tuned version of facebook/data2vec-audio-large-960h on the common_voice dataset. It achieves the following results on the evaluation set:
More information needed
More information needed
More information needed
The following hyperparameters were used during training: