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