Update README.md
Browse files
README.md
CHANGED
@@ -8,7 +8,7 @@ metrics:
|
|
8 |
- accuracy
|
9 |
- f1
|
10 |
model-index:
|
11 |
-
- name: wav2vec2-adult-child-cls
|
12 |
results: []
|
13 |
---
|
14 |
|
@@ -16,13 +16,13 @@ model-index:
|
|
16 |
|
17 |
Wav2Vec2 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 fine-tuned version of [wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) 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.
|
20 |
|
21 |
## Model
|
22 |
|
23 |
-
| Model
|
24 |
-
|
|
25 |
-
| `wav2vec2-adult-child-cls
|
26 |
|
27 |
## Evaluation Results
|
28 |
|
|
|
8 |
- accuracy
|
9 |
- f1
|
10 |
model-index:
|
11 |
+
- name: wav2vec2-adult-child-cls
|
12 |
results: []
|
13 |
---
|
14 |
|
|
|
16 |
|
17 |
Wav2Vec2 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 fine-tuned version of [wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) 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 |
+
| `wav2vec2-adult-child-cls` | 91M | wav2vec 2.0 | Adult/Child Speech Classification Dataset |
|
26 |
|
27 |
## Evaluation Results
|
28 |
|