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: 134 Bytes
5871bd1 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:c7b27857ec024b7350ac1c9b776cd909d00a270704529bd4a137b2bb8d6c4229
size 378348563
|