Instructions to use flax-community/wav2vec2-base-persian with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use flax-community/wav2vec2-base-persian with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForPreTraining processor = AutoProcessor.from_pretrained("flax-community/wav2vec2-base-persian") model = AutoModelForPreTraining.from_pretrained("flax-community/wav2vec2-base-persian") - Notebooks
- Google Colab
- Kaggle
Ctrl+K