Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
---
|
2 |
language:
|
3 |
- ky
|
|
|
|
|
4 |
---
|
5 |
Whisper ASR for Kyrgyz Language is an automatic speech recognition (ASR) solution customized for the Kyrgyz language. It is based on the pre-trained Whisper model and has undergone fine-tuning and adaptation to accurately transcribe Kyrgyz speech, taking into account its specific phonetic intricacies.
|
6 |
|
@@ -43,4 +45,4 @@ iface = gr.Interface(
|
|
43 |
)
|
44 |
|
45 |
iface.launch()
|
46 |
-
```
|
|
|
1 |
---
|
2 |
language:
|
3 |
- ky
|
4 |
+
license: apache-2.0
|
5 |
+
pipeline_tag: automatic-speech-recognition
|
6 |
---
|
7 |
Whisper ASR for Kyrgyz Language is an automatic speech recognition (ASR) solution customized for the Kyrgyz language. It is based on the pre-trained Whisper model and has undergone fine-tuning and adaptation to accurately transcribe Kyrgyz speech, taking into account its specific phonetic intricacies.
|
8 |
|
|
|
45 |
)
|
46 |
|
47 |
iface.launch()
|
48 |
+
```
|