Commit
ยท
cecd7e3
1
Parent(s):
0a2692e
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Arabic syllables to word converter using MT5 model
|
2 |
+
This model will convert arabic syllables to full words.\
|
3 |
+
The models was intented to be used after Our [syllables based wav2vec model](https://huggingface.co/IbrahimSalah/Arabic_speech_Syllables_recognition_Using_Wav2vec2)
|
4 |
+
|
5 |
+
# Example :
|
6 |
+
-> input : ุจูุงู ูููู ููุณู ุจู ุชู ูู ููุณู ุณููู ูู ุงูุญู ู
ูู
ู ู
ููู ุทู ูู ุชูุดู ุดูุฑู ูููู ุกููู ุณูุทู\
|
7 |
+
-> output :ุจูุงูููุณูุจูุฉู ูููุณูููููุงุญ ู
ูู ู
ูููุทูููุฉู ุงูุดูุฑูู ุงูุฃูููุณูุท
|
8 |
+
|
9 |
+
# To use the model ,the input needs special preprocessing steps.
|
10 |
+
Please refer to this notebook for further details : [Syllable to text example](https://colab.research.google.com/drive/1VdY16ADTUq6SKcBiORbMm7c-BJC3JxLS?usp=sharing)
|