Commit
•
cc8e5bb
1
Parent(s):
226fbf8
Librarian Bot: Add base_model information to model (#1)
Browse files- Librarian Bot: Add base_model information to model (7c1753b65b6b254905c335ea519504ae1610b0f6)
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: whisper-tiny-finetuned-gtzan
|
11 |
results: []
|
|
|
6 |
- marsyas/gtzan
|
7 |
metrics:
|
8 |
- accuracy
|
9 |
+
base_model: openai/whisper-tiny
|
10 |
model-index:
|
11 |
- name: whisper-tiny-finetuned-gtzan
|
12 |
results: []
|