Instructions to use fydhfzh/hubert-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use fydhfzh/hubert-classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("audio-classification", model="fydhfzh/hubert-classifier")# Load model directly from transformers import AutoProcessor, AutoModelForAudioClassification processor = AutoProcessor.from_pretrained("fydhfzh/hubert-classifier") model = AutoModelForAudioClassification.from_pretrained("fydhfzh/hubert-classifier") - Notebooks
- Google Colab
- Kaggle
Ctrl+K
- Jun12_18-13-20_LAPTOP-1GID9RGH
- Jun12_18-13-52_LAPTOP-1GID9RGH
- Jun12_18-15-08_LAPTOP-1GID9RGH
- Jun12_23-04-00_LAPTOP-1GID9RGH
- Jun12_23-21-21_LAPTOP-1GID9RGH
- Jun13_13-23-20_LAPTOP-1GID9RGH
- Jun13_13-41-06_LAPTOP-1GID9RGH
- Jun13_15-01-53_LAPTOP-1GID9RGH
- Jun13_22-17-36_LAPTOP-1GID9RGH
- Jun13_22-20-06_LAPTOP-1GID9RGH
- Jun17_14-19-03_LAPTOP-1GID9RGH
- Jun17_15-21-17_LAPTOP-1GID9RGH
- Jun17_20-21-51_LAPTOP-1GID9RGH
- Jun23_17-11-45_LAPTOP-1GID9RGH