AbhishekBhandari commited on
Commit
9cbae3d
·
verified ·
1 Parent(s): 82af161

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -15
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- pretty_name: "Indic Contextual Post-OCR Correction (Hindi, Gujarati, Marathi)"
3
  language:
4
  - hi
5
  - gu
@@ -17,37 +17,34 @@ tags:
17
  - hindi
18
  - gujarati
19
  - marathi
20
- license: other
21
  size_categories:
22
  - 100K<n<1M
23
-
24
  configs:
25
  - config_name: hi
26
  data_files:
27
  - split: train
28
- path: "train-hi.csv"
29
  - split: validation
30
- path: "val-hi.csv"
31
  - split: test
32
- path: "test-hi.csv"
33
-
34
  - config_name: mr
35
  data_files:
36
  - split: train
37
- path: "train-mr.csv"
38
  - split: validation
39
- path: "val-mr.csv"
40
  - split: test
41
- path: "test-mr.csv"
42
-
43
  - config_name: gu
44
  data_files:
45
  - split: train
46
- path: "train-gu.csv"
47
  - split: validation
48
- path: "val-gu.csv"
49
  - split: test
50
- path: "test-gu.csv"
51
  ---
52
 
53
  # Indic Contextual Post-OCR Correction
@@ -95,4 +92,4 @@ A typical instance:
95
  "ocr_sentence": "...",
96
  "context_sentence": "...",
97
  "ground_truth": "..."
98
- }
 
1
  ---
2
+ pretty_name: Indic Contextual Post-OCR Correction (Hindi, Gujarati, Marathi)
3
  language:
4
  - hi
5
  - gu
 
17
  - hindi
18
  - gujarati
19
  - marathi
20
+ license: cc-by-4.0
21
  size_categories:
22
  - 100K<n<1M
 
23
  configs:
24
  - config_name: hi
25
  data_files:
26
  - split: train
27
+ path: train-hi.csv
28
  - split: validation
29
+ path: val-hi.csv
30
  - split: test
31
+ path: test-hi.csv
 
32
  - config_name: mr
33
  data_files:
34
  - split: train
35
+ path: train-mr.csv
36
  - split: validation
37
+ path: val-mr.csv
38
  - split: test
39
+ path: test-mr.csv
 
40
  - config_name: gu
41
  data_files:
42
  - split: train
43
+ path: train-gu.csv
44
  - split: validation
45
+ path: val-gu.csv
46
  - split: test
47
+ path: test-gu.csv
48
  ---
49
 
50
  # Indic Contextual Post-OCR Correction
 
92
  "ocr_sentence": "...",
93
  "context_sentence": "...",
94
  "ground_truth": "..."
95
+ }