Instructions to use Sandiago21/hubert-large-ll60k-finetuned-gtzan with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Sandiago21/hubert-large-ll60k-finetuned-gtzan with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("audio-classification", model="Sandiago21/hubert-large-ll60k-finetuned-gtzan")# Load model directly from transformers import AutoProcessor, AutoModelForAudioClassification processor = AutoProcessor.from_pretrained("Sandiago21/hubert-large-ll60k-finetuned-gtzan") model = AutoModelForAudioClassification.from_pretrained("Sandiago21/hubert-large-ll60k-finetuned-gtzan", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
31649f5
1
Parent(s): 5aad034
Librarian Bot: Add base_model information to model (#2)
Browse files- Librarian Bot: Add base_model information to model (8b8bfe7c2f9fe602b93d9d86d2677cb20698faf0)
Co-authored-by: Librarian Bot (Bot) <librarian-bot@users.noreply.huggingface.co>
README.md
CHANGED
|
@@ -6,6 +6,7 @@ datasets:
|
|
| 6 |
- marsyas/gtzan
|
| 7 |
metrics:
|
| 8 |
- accuracy
|
|
|
|
| 9 |
model-index:
|
| 10 |
- name: hubert-large-ll60k-finetuned-gtzan
|
| 11 |
results: []
|
|
|
|
| 6 |
- marsyas/gtzan
|
| 7 |
metrics:
|
| 8 |
- accuracy
|
| 9 |
+
base_model: facebook/hubert-large-ll60k
|
| 10 |
model-index:
|
| 11 |
- name: hubert-large-ll60k-finetuned-gtzan
|
| 12 |
results: []
|