Update README.md
Browse files
README.md
CHANGED
@@ -8,21 +8,21 @@ metrics:
|
|
8 |
- accuracy
|
9 |
- f1
|
10 |
model-index:
|
11 |
-
- name: distil-wav2vec2-adult-child-cls-
|
12 |
results: []
|
13 |
---
|
14 |
|
15 |
-
# DistilWav2Vec2 Adult/Child Speech Classifier
|
16 |
|
17 |
-
DistilWav2Vec2 Adult/Child Speech Classifier is an audio classification model based on the [wav2vec 2.0](https://arxiv.org/abs/2006.11477) architecture. This model is a distilled version of [wav2vec2-adult-child-cls
|
18 |
|
19 |
-
This model was trained using HuggingFace's PyTorch framework. All training was done on a Tesla P100, provided by Kaggle.
|
20 |
|
21 |
## Model
|
22 |
|
23 |
-
| Model
|
24 |
-
|
|
25 |
-
| `distil-wav2vec2-adult-child-cls-
|
26 |
|
27 |
## Evaluation Results
|
28 |
|
|
|
8 |
- accuracy
|
9 |
- f1
|
10 |
model-index:
|
11 |
+
- name: distil-wav2vec2-adult-child-cls-52M
|
12 |
results: []
|
13 |
---
|
14 |
|
15 |
+
# DistilWav2Vec2 Adult/Child Speech Classifier 52M
|
16 |
|
17 |
+
DistilWav2Vec2 Adult/Child Speech Classifier is an audio classification model based on the [wav2vec 2.0](https://arxiv.org/abs/2006.11477) architecture. This model is a distilled version of [wav2vec2-adult-child-cls](https://huggingface.co/bookbot/wav2vec2-adult-child-cls) on a private adult/child speech classification dataset.
|
18 |
|
19 |
+
This model was trained using HuggingFace's PyTorch framework. All training was done on a Tesla P100, provided by Kaggle. Training metrics were logged via Tensorboard.
|
20 |
|
21 |
## Model
|
22 |
|
23 |
+
| Model | #params | Arch. | Training/Validation data (text) |
|
24 |
+
| ------------------------------------- | ------- | ----------- | ----------------------------------------- |
|
25 |
+
| `distil-wav2vec2-adult-child-cls-52M` | 52M | wav2vec 2.0 | Adult/Child Speech Classification Dataset |
|
26 |
|
27 |
## Evaluation Results
|
28 |
|