Instructions to use Isma/wav2vec2_intermediate_checkpoint_05_oct_10h with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Isma/wav2vec2_intermediate_checkpoint_05_oct_10h with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="Isma/wav2vec2_intermediate_checkpoint_05_oct_10h")# Load model directly from transformers import AutoProcessor, AutoModel processor = AutoProcessor.from_pretrained("Isma/wav2vec2_intermediate_checkpoint_05_oct_10h") model = AutoModel.from_pretrained("Isma/wav2vec2_intermediate_checkpoint_05_oct_10h") - Notebooks
- Google Colab
- Kaggle
Ctrl+K