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