behlil commited on
Commit
707f712
·
verified ·
1 Parent(s): f78f057

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -2
README.md CHANGED
@@ -1,3 +1,8 @@
 
 
 
 
 
1
  # Arabic Dotless to Dotted Text Conversion Model
2
 
3
  This model is designed to convert dotless Arabic text to dotted (vowelized) Arabic text using a **sequence-to-sequence (seq2seq)** architecture with an **attention mechanism**. It employs deep learning techniques, specifically **Long Short-Term Memory (LSTM)** units, to capture the dependencies within the input and output text sequences.
@@ -53,5 +58,4 @@ The model follows a typical encoder-decoder structure used in many sequence gene
53
  - **Automatic Diacritization**: Converts dotless Arabic text into vowelized form for better pronunciation and understanding.
54
  - **Speech Recognition**: Useful in improving accuracy in Arabic speech-to-text systems.
55
  - **Machine Translation**: Helps in generating accurate translations with proper vowelization for better meaning preservation.
56
- - **Educational Tools**: Aids in teaching Arabic reading and pronunciation.
57
-
 
1
+ ---
2
+ language:
3
+ - ar
4
+ pipeline_tag: text2text-generation
5
+ ---
6
  # Arabic Dotless to Dotted Text Conversion Model
7
 
8
  This model is designed to convert dotless Arabic text to dotted (vowelized) Arabic text using a **sequence-to-sequence (seq2seq)** architecture with an **attention mechanism**. It employs deep learning techniques, specifically **Long Short-Term Memory (LSTM)** units, to capture the dependencies within the input and output text sequences.
 
58
  - **Automatic Diacritization**: Converts dotless Arabic text into vowelized form for better pronunciation and understanding.
59
  - **Speech Recognition**: Useful in improving accuracy in Arabic speech-to-text systems.
60
  - **Machine Translation**: Helps in generating accurate translations with proper vowelization for better meaning preservation.
61
+ - **Educational Tools**: Aids in teaching Arabic reading and pronunciation.