Update README.md
Browse files
README.md
CHANGED
@@ -4,9 +4,10 @@ datasets:
|
|
4 |
language:
|
5 |
- ar
|
6 |
---
|
7 |
-
# Arabic syllables recognition with tashkeel
|
|
|
8 |
This is fine tuned wav2vec2 model to recognize arabic syllables from speech.
|
9 |
-
The model was trained on Modern standard arabic dataset
|
10 |
5-gram language model is available with the model.
|
11 |
|
12 |
To try it out :
|
@@ -56,4 +57,17 @@ print("Prediction:",transcription[0])
|
|
56 |
```
|
57 |
|
58 |
|
59 |
-
You can then convert the syllables to full word using our fine tuned mT5 model[IbrahimSalah/Arabic_Syllables_to_text_Converter_Using_MT5]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
language:
|
5 |
- ar
|
6 |
---
|
7 |
+
# Arabic syllables recognition with tashkeel
|
8 |
+
**paper DOI** : https://doi.org/10.60161/2521-001-001-006
|
9 |
This is fine tuned wav2vec2 model to recognize arabic syllables from speech.
|
10 |
+
The model was trained on Modern standard arabic dataset .\
|
11 |
5-gram language model is available with the model.
|
12 |
|
13 |
To try it out :
|
|
|
57 |
```
|
58 |
|
59 |
|
60 |
+
# You can then convert the syllables to full word using our fine tuned mT5 model[IbrahimSalah/Arabic_Syllables_to_text_Converter_Using_MT5]
|
61 |
+
|
62 |
+
## Citation
|
63 |
+
|
64 |
+
**BibTeX:**
|
65 |
+
|
66 |
+
```bibtex
|
67 |
+
@article{2024SyllableBasedAS,
|
68 |
+
title={Syllable-Based Arabic Speech Recognition Using Wav2Vec},
|
69 |
+
author={إبراهيم عبدالعال and مصطفى الشافعي and محمد عبدالواحد},
|
70 |
+
journal={مجلة اللغات الحاسوبية والمعالجة الآلية للغة العربية},
|
71 |
+
year={2024},
|
72 |
+
url={https://api.semanticscholar.org/CorpusID:269151543}
|
73 |
+
}
|