Upload dataset_infos.json with huggingface_hub
Browse files- dataset_infos.json +47 -1
dataset_infos.json
CHANGED
@@ -1 +1,47 @@
|
|
1 |
-
{"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"default": {
|
2 |
+
"description": "",
|
3 |
+
"citation": "",
|
4 |
+
"homepage": "",
|
5 |
+
"license": "",
|
6 |
+
"features": {
|
7 |
+
"Transliteration": {
|
8 |
+
"dtype": "string",
|
9 |
+
"_type": "Value"
|
10 |
+
},
|
11 |
+
"Arabic": {
|
12 |
+
"dtype": "string",
|
13 |
+
"_type": "Value"
|
14 |
+
}
|
15 |
+
},
|
16 |
+
"builder_name": "anetac",
|
17 |
+
"config_name": "default",
|
18 |
+
"version": {
|
19 |
+
"version_str": "0.0.0",
|
20 |
+
"major": 0,
|
21 |
+
"minor": 0,
|
22 |
+
"patch": 0
|
23 |
+
},
|
24 |
+
"splits": {
|
25 |
+
"validation": {
|
26 |
+
"name": "validation",
|
27 |
+
"num_bytes": 27159,
|
28 |
+
"num_examples": 1003,
|
29 |
+
"dataset_name": null
|
30 |
+
},
|
31 |
+
"test": {
|
32 |
+
"name": "test",
|
33 |
+
"num_bytes": 80834,
|
34 |
+
"num_examples": 3014,
|
35 |
+
"dataset_name": null
|
36 |
+
},
|
37 |
+
"train": {
|
38 |
+
"name": "train",
|
39 |
+
"num_bytes": 2099059,
|
40 |
+
"num_examples": 75907,
|
41 |
+
"dataset_name": null
|
42 |
+
}
|
43 |
+
},
|
44 |
+
"download_size": 1610805,
|
45 |
+
"dataset_size": 2207052,
|
46 |
+
"size_in_bytes": 3817857
|
47 |
+
}}
|