Update README.md
Browse files
README.md
CHANGED
@@ -36,17 +36,18 @@ It achieves the following results on the evaluation set:
|
|
36 |
|
37 |
## Model description
|
38 |
|
39 |
-
|
40 |
|
41 |
## Intended uses & limitations
|
42 |
|
43 |
-
|
44 |
|
45 |
## Training and evaluation data
|
46 |
|
47 |
-
|
48 |
|
49 |
## Training procedure
|
|
|
50 |
|
51 |
### Training hyperparameters
|
52 |
|
|
|
36 |
|
37 |
## Model description
|
38 |
|
39 |
+
This model is fine-tuned for general swahili speech recognition tasks.
|
40 |
|
41 |
## Intended uses & limitations
|
42 |
|
43 |
+
The intention is to transcribe general swahili speeches. With further development, we'll further fine-tune the model for domain-specific (we are focused on hospital tasks) swahili conversations.
|
44 |
|
45 |
## Training and evaluation data
|
46 |
|
47 |
+
We used swahili data provided by the common voice on hugging face. To appreciate the transformation we did on the data, you can read our [blog on data preparation](https://medium.com/@gitau_am/from-raw-data-to-accurate-speech-recognition-asr-my-journey-of-data-preparation-df3a1b0dee3a).
|
48 |
|
49 |
## Training procedure
|
50 |
+
We also [documented](https://medium.com/@gitau_am/exploring-asr-model-development-fine-tuning-xls-r-wav2vec2-model-with-swahili-data-b95134d116b8) some lessons from the fine-tuning exercise.
|
51 |
|
52 |
### Training hyperparameters
|
53 |
|