Update README.md
Browse files
README.md
CHANGED
@@ -75,4 +75,6 @@ transcription = processor.decode(ids)
|
|
75 |
|
76 |
print(transcription)
|
77 |
# ekikola ky'akasooli kyakyenvu wabula langi yakyo etera okuba eyaakitaka wansi
|
78 |
-
```
|
|
|
|
|
|
75 |
|
76 |
print(transcription)
|
77 |
# ekikola ky'akasooli kyakyenvu wabula langi yakyo etera okuba eyaakitaka wansi
|
78 |
+
```
|
79 |
+
|
80 |
+
The output of this model is unpunctuated and lower case. For applications requiring formatted text, an alternative model is [Sunbird/asr-whisper-large-v2-salt](https://huggingface.co/Sunbird/asr-whisper-large-v2-salt).
|