w11wo commited on
Commit
19fd5fb
1 Parent(s): a596460

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -16,7 +16,7 @@ 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. All necessary scripts used for training could be found in the [Files and versions](https://huggingface.co/w11wo/wav2vec2-adult-child-cls-v3/tree/main) tab, as well as the [Training metrics](https://huggingface.co/w11wo/wav2vec2-adult-child-cls-v3/tensorboard) logged via Tensorboard.
20
 
21
  ## Model
22
 
 
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](https://huggingface.co/w11wo/wav2vec2-adult-child-cls-v3/tensorboard) were logged via Tensorboard.
20
 
21
  ## Model
22