Create dataset_info.json
Browse files- dataset_info.json +18 -0
dataset_info.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"dataset_name": "dime-recipients",
|
| 3 |
+
"dataset_size": 479502,
|
| 4 |
+
"download_checksums": null,
|
| 5 |
+
"download_size": 37200000,
|
| 6 |
+
"features": {
|
| 7 |
+
"bonica.rid": {"dtype": "string"},
|
| 8 |
+
"name": {"dtype": "string"},
|
| 9 |
+
"party": {"dtype": "string"},
|
| 10 |
+
"cycle": {"dtype": "int64"},
|
| 11 |
+
"recipient.cfscore": {"dtype": "float64"}
|
| 12 |
+
},
|
| 13 |
+
"splits": {
|
| 14 |
+
"train": {"name": "train", "num_bytes": 37200000, "num_examples": 479502},
|
| 15 |
+
"recent": {"name": "recent", "num_bytes": 21500000, "num_examples": 277297},
|
| 16 |
+
"federal": {"name": "federal", "num_bytes": 12100000, "num_examples": 157988}
|
| 17 |
+
}
|
| 18 |
+
}
|