Update README.md
Browse files
README.md
CHANGED
@@ -35,14 +35,6 @@ When using this dataset, make sure that the audio has a sampling rate of 16kHz.I
|
|
35 |
- Loss: 0.2282
|
36 |
- Wer: 0.1933
|
37 |
|
38 |
-
## Model description
|
39 |
-
|
40 |
-
More information needed
|
41 |
-
|
42 |
-
## Intended uses & limitations
|
43 |
-
|
44 |
-
More information needed
|
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.
|
@@ -172,5 +164,5 @@ results = test_dataset.map(map_to_result)
|
|
172 |
print("Test WER: {:.3f}".format(wer_metric.compute(predictions=results["pred_str"], references=results["text"])))
|
173 |
```
|
174 |
|
175 |
-
### Test Result: 19.
|
176 |
|
|
|
35 |
- Loss: 0.2282
|
36 |
- Wer: 0.1933
|
37 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
38 |
## Training and evaluation data
|
39 |
|
40 |
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.
|
|
|
164 |
print("Test WER: {:.3f}".format(wer_metric.compute(predictions=results["pred_str"], references=results["text"])))
|
165 |
```
|
166 |
|
167 |
+
### Test Result: 19.33%
|
168 |
|