Instructions to use obadx/test-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use obadx/test-model with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForAudioFrameClassification processor = AutoProcessor.from_pretrained("obadx/test-model") model = AutoModelForAudioFrameClassification.from_pretrained("obadx/test-model") - Notebooks
- Google Colab
- Kaggle
Ctrl+K