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