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:5ab1aca21d4f21e60c4bb589b4f4da1060ef193a159e05478d04902cce624082
size 756677285
|