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