IbrahimSalah commited on
Commit
8facd25
·
verified ·
1 Parent(s): 302bf18

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -3
README.md CHANGED
@@ -1,6 +1,12 @@
 
 
 
 
 
 
1
  # Arabic syllables recognition with tashkeel.[The paper regarding this approch and findings can be found in the files]
2
  This is fine tuned wav2vec2 model to recognize arabic syllables from speech.
3
- The model was trained on Modern standard arabic dataset.\
4
  5-gram language model is available with the model.
5
 
6
  To try it out :
@@ -50,5 +56,4 @@ print("Prediction:",transcription[0])
50
  ```
51
 
52
 
53
- You can then convert the syllables to full word using our fine tuned mT5 model[IbrahimSalah/Arabic_Syllables_to_text_Converter_Using_MT5]
54
-
 
1
+ ---
2
+ datasets:
3
+ - IbrahimSalah/The_Arabic_News_speech_Corpus_Dataset
4
+ language:
5
+ - ar
6
+ ---
7
  # Arabic syllables recognition with tashkeel.[The paper regarding this approch and findings can be found in the files]
8
  This is fine tuned wav2vec2 model to recognize arabic syllables from speech.
9
+ The model was trained on Modern standard arabic dataset can be found here .\
10
  5-gram language model is available with the model.
11
 
12
  To try it out :
 
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]