mahwizzzz commited on
Commit
795a601
·
verified ·
1 Parent(s): 6dfb4c2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -10
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
- ## Dataset Details
34
-
35
- - **Splits:**
36
- - **Train:** 540,000 examples
37
- - **Test:** 60,000 examples
38
 
39
- - **Columns:**
40
- - `input_text`: The text containing simulated errors.
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.