Instructions to use heado/my_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use heado/my_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("audio-classification", model="heado/my_model")# Load model directly from transformers import AutoProcessor, AutoModelForAudioClassification processor = AutoProcessor.from_pretrained("heado/my_model") model = AutoModelForAudioClassification.from_pretrained("heado/my_model") - Notebooks
- Google Colab
- Kaggle
Ctrl+K
- Sep18_21-00-11_56be5970f861
- Sep18_21-06-29_4ed70b94172d
- Sep18_21-07-16_4ed70b94172d
- Sep18_21-07-47_4ed70b94172d
- Sep18_21-10-44_577eea9f1c0c
- Sep18_21-11-22_577eea9f1c0c
- Sep18_21-11-49_577eea9f1c0c
- Sep18_21-12-59_577eea9f1c0c
- Sep18_21-14-06_577eea9f1c0c
- Sep18_21-15-09_577eea9f1c0c
- Sep18_21-17-46_577eea9f1c0c