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