Instructions to use hf-internal-testing/wav2vec2-conformer-xvector with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hf-internal-testing/wav2vec2-conformer-xvector with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForAudioXVector processor = AutoProcessor.from_pretrained("hf-internal-testing/wav2vec2-conformer-xvector") model = AutoModelForAudioXVector.from_pretrained("hf-internal-testing/wav2vec2-conformer-xvector") - Notebooks
- Google Colab
- Kaggle