Instructions to use kojima-r/wav2vec2-base-birddb-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use kojima-r/wav2vec2-base-birddb-small with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForPreTraining processor = AutoProcessor.from_pretrained("kojima-r/wav2vec2-base-birddb-small") model = AutoModelForPreTraining.from_pretrained("kojima-r/wav2vec2-base-birddb-small") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#1 opened about 1 year ago
by
SFconvertbot