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