Update README.md
Browse files
README.md
CHANGED
@@ -16,7 +16,7 @@ model-index:
|
|
16 |
|
17 |
Wav2Vec2 XLS-R Adult/Child Speech Classifier is an audio classification model based on the [XLS-R](https://arxiv.org/abs/2111.09296) architecture. This model is a fine-tuned version of [wav2vec2-xls-r-300m](https://huggingface.co/facebook/wav2vec2-xls-r-300m) 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 |
|
|
|
16 |
|
17 |
Wav2Vec2 XLS-R Adult/Child Speech Classifier is an audio classification model based on the [XLS-R](https://arxiv.org/abs/2111.09296) architecture. This model is a fine-tuned version of [wav2vec2-xls-r-300m](https://huggingface.co/facebook/wav2vec2-xls-r-300m) 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 |
|