Update README.md
Browse files
README.md
CHANGED
@@ -31,6 +31,18 @@ This repository contains an Azerbaijani spell correction model based on `google/
|
|
31 |
|
32 |
The spell correction model is designed to automatically correct spelling errors in Azerbaijani text. It is built upon the multilingual T5 model (`google/mt5-small`), which supports Azerbaijani language characters and has been fine-tuned on a custom dataset that reflects common spelling mistakes made by native speakers.
|
33 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
## Dataset
|
35 |
|
36 |
### Imitating Real Spelling Errors
|
|
|
31 |
|
32 |
The spell correction model is designed to automatically correct spelling errors in Azerbaijani text. It is built upon the multilingual T5 model (`google/mt5-small`), which supports Azerbaijani language characters and has been fine-tuned on a custom dataset that reflects common spelling mistakes made by native speakers.
|
33 |
|
34 |
+
|
35 |
+
<table border="0">
|
36 |
+
<tr>
|
37 |
+
<td><b style="font-size:30px">Input</b></td>
|
38 |
+
<td><b style="font-size:30px">Output</b></td>
|
39 |
+
</tr>
|
40 |
+
<tr>
|
41 |
+
<td>"Gozel arasdirlma apariril. bizde kassirlerden sikayetci ola bilmirsen umumilikde goturende bezi yerlerden sikayetci olmaq mumkun deyil</td>
|
42 |
+
<td>Gözəl araşdırma aparılır. bizdə kassirlərdən şikayətçi ola bilmirsən ümumilikdə götürüləndə bəzi yerlərdən şikayətçi olmaq mümkün deyil</td>
|
43 |
+
</tr>
|
44 |
+
</table>
|
45 |
+
|
46 |
## Dataset
|
47 |
|
48 |
### Imitating Real Spelling Errors
|