atrisaxena commited on
Commit
9aae54e
·
verified ·
1 Parent(s): deb1e5c

Upload dataset_infos.json

Browse files
Files changed (1) hide show
  1. dataset_infos.json +20 -0
dataset_infos.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "description": "Mini Dataset of English to hindi. Training rows limits to 20K for learning purpose.",
3
+ "features": {
4
+ "translation": {
5
+ "en": {
6
+ "dtype": "string",
7
+ "_type": "Value"
8
+ },
9
+ "hi": {
10
+ "dtype": "string",
11
+ "_type": "Value"
12
+ }
13
+ }
14
+ },
15
+ "splits": {
16
+ "train": 20000
17
+ },
18
+ "size": 448709817,
19
+ "license": "MIT"
20
+ }