Commit
·
17ccf43
1
Parent(s):
f7eb954
Upload dataset_infos.json
Browse files- dataset_infos.json +14 -4
dataset_infos.json
CHANGED
@@ -4,6 +4,16 @@
|
|
4 |
"homepage": "",
|
5 |
"license": "",
|
6 |
"features": {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
"notes": {
|
8 |
"dtype": "string",
|
9 |
"id": null,
|
@@ -24,14 +34,14 @@
|
|
24 |
"splits": {
|
25 |
"train": {
|
26 |
"name": "train",
|
27 |
-
"num_bytes":
|
28 |
"num_examples": 82758,
|
29 |
"dataset_name": "acled-information-extraction"
|
30 |
}
|
31 |
},
|
32 |
"download_checksums": null,
|
33 |
-
"download_size":
|
34 |
"post_processing_size": null,
|
35 |
-
"dataset_size":
|
36 |
-
"size_in_bytes":
|
37 |
}}
|
|
|
4 |
"homepage": "",
|
5 |
"license": "",
|
6 |
"features": {
|
7 |
+
"location": {
|
8 |
+
"dtype": "string",
|
9 |
+
"id": null,
|
10 |
+
"_type": "Value"
|
11 |
+
},
|
12 |
+
"fatalities": {
|
13 |
+
"dtype": "int64",
|
14 |
+
"id": null,
|
15 |
+
"_type": "Value"
|
16 |
+
},
|
17 |
"notes": {
|
18 |
"dtype": "string",
|
19 |
"id": null,
|
|
|
34 |
"splits": {
|
35 |
"train": {
|
36 |
"name": "train",
|
37 |
+
"num_bytes": 19399889,
|
38 |
"num_examples": 82758,
|
39 |
"dataset_name": "acled-information-extraction"
|
40 |
}
|
41 |
},
|
42 |
"download_checksums": null,
|
43 |
+
"download_size": 9962460,
|
44 |
"post_processing_size": null,
|
45 |
+
"dataset_size": 19399889,
|
46 |
+
"size_in_bytes": 29362349
|
47 |
}}
|