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