Instructions to use KyleYu1054/sound_classification_hubert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use KyleYu1054/sound_classification_hubert with Transformers:
# Load model directly from transformers import AutoProcessor, Classifier processor = AutoProcessor.from_pretrained("KyleYu1054/sound_classification_hubert") model = Classifier.from_pretrained("KyleYu1054/sound_classification_hubert") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#1 opened 8 months ago
by
SFconvertbot