Commit
·
97318ff
1
Parent(s):
1f3f2ec
Librarian Bot: Add base_model information to model (#3)
Browse files- Librarian Bot: Add base_model information to model (b64dce8ce6628f23427d3e0072f04ae5cadb2d02)
Co-authored-by: Librarian Bot (Bot) <librarian-bot@users.noreply.huggingface.co>
README.md
CHANGED
|
@@ -2,14 +2,15 @@
|
|
| 2 |
language: en
|
| 3 |
license: apache-2.0
|
| 4 |
tags:
|
| 5 |
-
|
| 6 |
-
|
| 7 |
metrics:
|
| 8 |
-
|
| 9 |
-
|
|
|
|
| 10 |
model-index:
|
| 11 |
-
|
| 12 |
-
|
| 13 |
---
|
| 14 |
|
| 15 |
# Wav2Vec2 Adult/Child Speech Classifier
|
|
|
|
| 2 |
language: en
|
| 3 |
license: apache-2.0
|
| 4 |
tags:
|
| 5 |
+
- audio-classification
|
| 6 |
+
- generated_from_trainer
|
| 7 |
metrics:
|
| 8 |
+
- accuracy
|
| 9 |
+
- f1
|
| 10 |
+
base_model: wav2vec2-base
|
| 11 |
model-index:
|
| 12 |
+
- name: wav2vec2-adult-child-cls
|
| 13 |
+
results: []
|
| 14 |
---
|
| 15 |
|
| 16 |
# Wav2Vec2 Adult/Child Speech Classifier
|