Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -16,4 +16,29 @@ configs:
|
|
| 16 |
data_files:
|
| 17 |
- split: train
|
| 18 |
path: data/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
data_files:
|
| 17 |
- split: train
|
| 18 |
path: data/train-*
|
| 19 |
+
license: apache-2.0
|
| 20 |
+
language:
|
| 21 |
+
- dv
|
| 22 |
+
tags:
|
| 23 |
+
- dhivehi
|
| 24 |
+
- thaana
|
| 25 |
+
- errors
|
| 26 |
+
pretty_name: thaana-errors
|
| 27 |
+
size_categories:
|
| 28 |
+
- 10M<n<100M
|
| 29 |
---
|
| 30 |
+
|
| 31 |
+
DV Text Errors
|
| 32 |
+
Dhivehi text error correction dataset containing correct sentences and synthetically generated errors.
|
| 33 |
+
The dataset aims to test Dhivehi language error correction models and tools.
|
| 34 |
+
|
| 35 |
+
About Dataset
|
| 36 |
+
Task: Text error correction
|
| 37 |
+
Language: Dhivehi (dv)
|
| 38 |
+
Dataset Structure
|
| 39 |
+
Input-output pairs of Dhivehi text:
|
| 40 |
+
|
| 41 |
+
correct: Original correct sentences
|
| 42 |
+
incorrect: Sentences with synthetic errors
|
| 43 |
+
|
| 44 |
+
***Note: This is replica of alakxender/dv-synthetic-errors: added more synthetic errors. x5***
|