Update README.md
Browse files
README.md
CHANGED
@@ -26,16 +26,10 @@ language:
|
|
26 |
---
|
27 |
|
28 |
|
29 |
-
# Urdu Error Correction Dataset
|
30 |
-
|
31 |
This dataset contains paired Urdu text for error correction tasks.
|
32 |
|
33 |
-
##
|
34 |
-
|
35 |
-
- **Splits:**
|
36 |
-
- **Train:** 540,000 examples
|
37 |
-
- **Test:** 60,000 examples
|
38 |
|
39 |
-
-
|
40 |
-
|
41 |
-
- `correct_text`: The corresponding correct text.
|
|
|
26 |
---
|
27 |
|
28 |
|
|
|
|
|
29 |
This dataset contains paired Urdu text for error correction tasks.
|
30 |
|
31 |
+
## Data Format
|
32 |
+
Each dialogue entry in the dataset is structured as follows:
|
|
|
|
|
|
|
33 |
|
34 |
+
- `input_text`: The text containing simulated errors.
|
35 |
+
- `correct_text`: The corresponding correct text.
|
|