IbrahimSalah commited on
Commit
cecd7e3
ยท
1 Parent(s): 0a2692e

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
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)