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