Instructions to use Vizzy/doorbot_wav2vec2_finetuned_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Vizzy/doorbot_wav2vec2_finetuned_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("audio-classification", model="Vizzy/doorbot_wav2vec2_finetuned_model")# Load model directly from transformers import AutoProcessor, AutoModelForAudioClassification processor = AutoProcessor.from_pretrained("Vizzy/doorbot_wav2vec2_finetuned_model") model = AutoModelForAudioClassification.from_pretrained("Vizzy/doorbot_wav2vec2_finetuned_model") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
776756d | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:55aea6f8ef908c2b0c796420dea5573b1e18caa8685fced4a0e01b795dd7fbc9
size 756681573
|