Diwank Singh
commited on
Commit
•
4bc6bb8
1
Parent(s):
ba6ae8c
Update config file
Browse filesSigned-off-by: Diwank Singh <diwank.singh@gmail.com>
README.md
CHANGED
@@ -6,38 +6,23 @@ license: mit
|
|
6 |
|
7 |
Raw merged dump of Hinglish (hi-EN) datasets.
|
8 |
|
9 |
-
##
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
|
11 |
```
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
"
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
"hindi_romanized_dump/hi_rom.txt",
|
21 |
-
|
22 |
-
"hindi_xlit":
|
23 |
-
"hindi_xlit/HiEn_ann1_test.json",
|
24 |
-
"hindi_xlit/HiEn_ann1_train.json",
|
25 |
-
"hindi_xlit/HiEn_ann1_valid.json",
|
26 |
-
|
27 |
-
"hinge":
|
28 |
-
"hinge/eval_human.csv",
|
29 |
-
"hinge/eval_human.pkl",
|
30 |
-
"hinge/train_human.csv",
|
31 |
-
"hinge/train_human.pkl",
|
32 |
-
"hinge/train_synthetic.csv",
|
33 |
-
"hinge/eval_synthetic.csv",
|
34 |
-
|
35 |
-
"hinglish_norm":
|
36 |
-
"hinglish_norm/hinglishNorm_trainSet.json",
|
37 |
-
|
38 |
-
"news2018":
|
39 |
-
"news2018/NEWS2018_M-EnHi_tst.xml",
|
40 |
-
"news2018/NEWS2018_M-EnHi_trn.xml",
|
41 |
-
"news2018/NEWS2018_M-EnHi_dev.xml",
|
42 |
-
|
43 |
```
|
|
|
6 |
|
7 |
Raw merged dump of Hinglish (hi-EN) datasets.
|
8 |
|
9 |
+
## Subsets and features
|
10 |
+
|
11 |
+
Subsets:
|
12 |
+
- crowd_transliteration
|
13 |
+
- hindi_romanized_dump
|
14 |
+
- hindi_xlit
|
15 |
+
- hinge
|
16 |
+
- hinglish_norm
|
17 |
+
- news2018
|
18 |
|
19 |
```
|
20 |
+
_FEATURE_NAMES = [
|
21 |
+
"target_hinglish",
|
22 |
+
"source_hindi",
|
23 |
+
"parallel_english",
|
24 |
+
"annotations",
|
25 |
+
"raw_input",
|
26 |
+
"alternates",
|
27 |
+
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
```
|