atutej commited on
Commit
9fc2d5e
1 Parent(s): 2e5b5a4

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +37 -0
README.md CHANGED
@@ -93,6 +93,37 @@ dataset_info:
93
  num_examples: 1000
94
  download_size: 284425
95
  dataset_size: 567593
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
96
  configs:
97
  - config_name: translation-ar
98
  data_files:
@@ -112,4 +143,10 @@ configs:
112
  path: translation-tr/validation-*
113
  - split: test
114
  path: translation-tr/test-*
 
 
 
 
 
 
115
  ---
 
93
  num_examples: 1000
94
  download_size: 284425
95
  dataset_size: 567593
96
+ - config_name: transliteration-hi
97
+ features:
98
+ - name: GENERIC CATEGORIES
99
+ dtype: string
100
+ - name: CATEGORY
101
+ dtype: string
102
+ - name: SUB-CATEGORY
103
+ dtype: string
104
+ - name: PRODUCT
105
+ dtype: string
106
+ - name: BRAND
107
+ dtype: string
108
+ - name: ASPECTS
109
+ dtype: string
110
+ - name: ASPECT COMBO
111
+ dtype: string
112
+ - name: ENGLISH REVIEW
113
+ dtype: string
114
+ - name: LABEL
115
+ dtype: string
116
+ - name: INDIC REVIEW
117
+ dtype: string
118
+ splits:
119
+ - name: validation
120
+ num_bytes: 75765
121
+ num_examples: 156
122
+ - name: test
123
+ num_bytes: 488524
124
+ num_examples: 1000
125
+ download_size: 280007
126
+ dataset_size: 564289
127
  configs:
128
  - config_name: translation-ar
129
  data_files:
 
143
  path: translation-tr/validation-*
144
  - split: test
145
  path: translation-tr/test-*
146
+ - config_name: transliteration-hi
147
+ data_files:
148
+ - split: validation
149
+ path: transliteration-hi/validation-*
150
+ - split: test
151
+ path: transliteration-hi/test-*
152
  ---