Instructions to use superb/hubert-large-superb-sid with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use superb/hubert-large-superb-sid with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("audio-classification", model="superb/hubert-large-superb-sid")# Load model directly from transformers import AutoProcessor, AutoModelForAudioClassification processor = AutoProcessor.from_pretrained("superb/hubert-large-superb-sid") model = AutoModelForAudioClassification.from_pretrained("superb/hubert-large-superb-sid") - Notebooks
- Google Colab
- Kaggle
Upload README.md
Browse files
README.md
CHANGED
|
@@ -9,9 +9,9 @@ tags:
|
|
| 9 |
- audio-classification
|
| 10 |
license: apache-2.0
|
| 11 |
widget:
|
| 12 |
-
-
|
| 13 |
src: https://cdn-media.huggingface.co/speech_samples/VoxCeleb1_00003.wav
|
| 14 |
-
-
|
| 15 |
src: https://cdn-media.huggingface.co/speech_samples/VoxCeleb_00004.wav
|
| 16 |
---
|
| 17 |
|
|
|
|
| 9 |
- audio-classification
|
| 10 |
license: apache-2.0
|
| 11 |
widget:
|
| 12 |
+
- example_title: VoxCeleb Speaker id10003
|
| 13 |
src: https://cdn-media.huggingface.co/speech_samples/VoxCeleb1_00003.wav
|
| 14 |
+
- example_title: VoxCeleb Speaker id10004
|
| 15 |
src: https://cdn-media.huggingface.co/speech_samples/VoxCeleb_00004.wav
|
| 16 |
---
|
| 17 |
|