Update README.md
Browse files
README.md
CHANGED
@@ -30,8 +30,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
30 |
|
31 |
# w2v-bert-2.0-luganda-CV-train-validation-7.0
|
32 |
|
33 |
-
This model is a fine-tuned version of [facebook/w2v-bert-2.0](https://huggingface.co/facebook/w2v-bert-2.0) on the
|
34 |
-
It achieves the following results on the
|
35 |
- Loss: 0.2282
|
36 |
- Wer: 0.1933
|
37 |
|
@@ -45,9 +45,10 @@ More information needed
|
|
45 |
|
46 |
## Training and evaluation data
|
47 |
|
48 |
-
|
49 |
|
50 |
## Training procedure
|
|
|
51 |
|
52 |
### Training hyperparameters
|
53 |
|
|
|
30 |
|
31 |
# w2v-bert-2.0-luganda-CV-train-validation-7.0
|
32 |
|
33 |
+
This model is a fine-tuned version of [facebook/w2v-bert-2.0](https://huggingface.co/facebook/w2v-bert-2.0) on the Luganda mozilla common voices 7.0 dataset. We use the train and validation set for training and the test set for evaluation.
|
34 |
+
When using this dataset, make sure that the audio has a sampling rate of 16kHz.It achieves the following results on the test set:
|
35 |
- Loss: 0.2282
|
36 |
- Wer: 0.1933
|
37 |
|
|
|
45 |
|
46 |
## Training and evaluation data
|
47 |
|
48 |
+
The model was trained on version 7 of the Luganda dataset of Mozilla common voices dataset. We used the train and validation dataset for training and the test dataset for validation.
|
49 |
|
50 |
## Training procedure
|
51 |
+
The model was finetuned for 10 epochs using a learning rate of 5e-05. We used the AdamW optimizer.
|
52 |
|
53 |
### Training hyperparameters
|
54 |
|