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