Instructions to use robinhad/data2vec-large-uk with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
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") - Notebooks
- Google Colab
- Kaggle
Commit History
Add model with WER 34.1% d2b2ff7
Yurii Paniv commited on