Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Turkish Diacritization
|
2 |
The goal of this project is to present and introduce the processing of Turkish language, particularly in social media situations, by investigating the field of diacritization and developing techniques for adding diacritical marks to text in the future.
|
3 |
|
@@ -132,4 +137,4 @@ def acc_overall(test_result, testgold):
|
|
132 |
return correct / total
|
133 |
```
|
134 |
|
135 |
-
Our model's accuracy on test dataset is <b>%94.03</b>. We can say that our model works well.
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- tr
|
4 |
+
library_name: transformers
|
5 |
+
---
|
6 |
# Turkish Diacritization
|
7 |
The goal of this project is to present and introduce the processing of Turkish language, particularly in social media situations, by investigating the field of diacritization and developing techniques for adding diacritical marks to text in the future.
|
8 |
|
|
|
137 |
return correct / total
|
138 |
```
|
139 |
|
140 |
+
Our model's accuracy on test dataset is <b>%94.03</b>. We can say that our model works well.
|