atakankara
commited on
Commit
•
96fe05e
1
Parent(s):
4774cfb
Update README.md
Browse files
README.md
CHANGED
@@ -1,4 +1,15 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
inference: false
|
4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
inference: false
|
4 |
+
datasets:
|
5 |
+
- GGLab/GECTurk
|
6 |
+
language:
|
7 |
+
- tr
|
8 |
+
pipeline_tag: token-classification
|
9 |
+
---
|
10 |
+
|
11 |
+
Official implementation of sequence-tagger model for Turkish Grammatical Error Correction task.
|
12 |
+
|
13 |
+
For further details, please refer to the research paper available at this [link](https://aclanthology.org/2023.findings-ijcnlp.26.pdf).
|
14 |
+
|
15 |
+
The training and inference code can be accessed through the official repository, found here: [link](https://github.com/GGLAB-KU/gecturk/tree/main).
|