Instructions to use verydwis/latihan_speech_classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use verydwis/latihan_speech_classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("audio-classification", model="verydwis/latihan_speech_classification")# Load model directly from transformers import AutoProcessor, AutoModelForAudioClassification processor = AutoProcessor.from_pretrained("verydwis/latihan_speech_classification") model = AutoModelForAudioClassification.from_pretrained("verydwis/latihan_speech_classification", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Ctrl+K
- Dec20_23-05-21_696caa7feb81
- Dec20_23-14-33_696caa7feb81
- Dec20_23-16-22_696caa7feb81
- Dec20_23-19-22_696caa7feb81
- Dec20_23-21-25_696caa7feb81
- Dec20_23-22-38_696caa7feb81
- Dec20_23-25-24_696caa7feb81
- Dec20_23-29-07_696caa7feb81
- Dec20_23-32-38_696caa7feb81
- Dec20_23-33-39_696caa7feb81
- Dec20_23-37-59_696caa7feb81
- Dec20_23-41-02_696caa7feb81