Instructions to use leahkerry/audiotutorial_model2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use leahkerry/audiotutorial_model2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("audio-classification", model="leahkerry/audiotutorial_model2")# Load model directly from transformers import AutoProcessor, AutoModelForAudioClassification processor = AutoProcessor.from_pretrained("leahkerry/audiotutorial_model2") model = AutoModelForAudioClassification.from_pretrained("leahkerry/audiotutorial_model2") - Notebooks
- Google Colab
- Kaggle
Ctrl+K
- Dec04_17-07-43_f00f8aa67887
- Dec04_17-09-22_f00f8aa67887
- Jan15_18-10-33_d51fdde1e5e9
- Jan15_18-14-58_d51fdde1e5e9
- Jan15_18-36-13_d51fdde1e5e9
- Jan15_18-40-27_d51fdde1e5e9
- Jan15_18-43-41_d51fdde1e5e9
- Jan15_19-00-46_d51fdde1e5e9
- Jan15_19-06-23_d51fdde1e5e9
- Jan15_19-08-19_d51fdde1e5e9
- Jan15_19-08-57_d51fdde1e5e9
- Nov21_16-03-22_bd1e5a1f365a
- Nov21_16-09-22_bd1e5a1f365a
- Nov21_16-20-42_bd1e5a1f365a
- Nov21_16-32-21_bd1e5a1f365a