Instructions to use facebook/wav2vec2-large-xlsr-53 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use facebook/wav2vec2-large-xlsr-53 with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForPreTraining processor = AutoProcessor.from_pretrained("facebook/wav2vec2-large-xlsr-53") model = AutoModelForPreTraining.from_pretrained("facebook/wav2vec2-large-xlsr-53") - Notebooks
- Google Colab
- Kaggle
Where is the tokenizer?
#5
by bobby-nakamoto - opened
I can't find the tokenizer for this model. Can someone direct me to it?
This comment has been hidden
I haven't found the tokenizer yet.
I haven't found the tokenizer yet.
give me solution
I have the same problem...
I ended up using a tokenizer from a model that was trained off of this one.
I forget which one, but search for models that were trained off of this one and go in and take that model's tokenizer from their files.