katrintomanek commited on
Commit
7e387c6
·
verified ·
1 Parent(s): 808a31c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -12,17 +12,19 @@ metrics:
12
  - wer
13
  ---
14
 
15
- This is a fine-tuned version of [**`openai/whisper-large-v3`**](https://huggingface.co/openai/whisper-large-v3) for `Luganda` non-standard speech. It is part of CDLI's effort to make speech technology work for people whose speech is underserved by mainstream ASR systems.
16
 
17
  All CDLI models and datasets can be found on [**CDLI's HuggingFace page**](https://huggingface.co/cdli).
18
 
19
  ## Dataset
20
 
21
- The model has been fine-tuned using [`google/WaxalNLP`](https://huggingface.co/datasets/google/WaxalNLP), a dataset of speech samples of people living with impaired speech across a range of impairment **severity levels** and **etiologies**. The `lug_asr` subset of the dataset was used.
22
 
23
  ## Training
24
 
25
- The *train* split was used for training, and the *dev* split for selecting the best checkpoint. **Note:** This Whisper model was fine-tuned and is decoded using the **Swahili** (`sw`) language setting — out of all languages Whisper supports, the one most similar to Luganda.
 
 
26
 
27
  All model parameters (encoder, decoder, and output projection) were fine-tuned, with SpecAugment enabled.
28
 
 
12
  - wer
13
  ---
14
 
15
+ This is a fine-tuned version of [**`openai/whisper-large-v3`**](https://huggingface.co/openai/whisper-large-v3) for `Luganda` standard speech. It is part of CDLI's effort to make speech technology work for people whose speech is underserved by mainstream ASR systems.
16
 
17
  All CDLI models and datasets can be found on [**CDLI's HuggingFace page**](https://huggingface.co/cdli).
18
 
19
  ## Dataset
20
 
21
+ The model has been fine-tuned using [`google/WaxalNLP`](https://huggingface.co/datasets/google/WaxalNLP). The `lug_asr` subset of the dataset was used.
22
 
23
  ## Training
24
 
25
+ The *train* split was used for training, and the *dev* split for selecting the best checkpoint.
26
+
27
+ This Whisper model was fine-tuned and is decoded using the **Swahili** (`sw`) language setting — out of all languages Whisper supports, the one most similar to Luganda.
28
 
29
  All model parameters (encoder, decoder, and output projection) were fine-tuned, with SpecAugment enabled.
30