Upload dataset_info.json
Browse files- dataset_info.json +64 -0
dataset_info.json
ADDED
|
@@ -0,0 +1,64 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"description": "SwissSPARK: Dataset for a Swiss Sustainable Procurement Analysis & Reporting Kit",
|
| 3 |
+
"citation": "",
|
| 4 |
+
"license": "CC-BY-4.0",
|
| 5 |
+
"features": {
|
| 6 |
+
"project_id": {
|
| 7 |
+
"dtype": "int64"
|
| 8 |
+
},
|
| 9 |
+
"simap_version": {
|
| 10 |
+
"dtype": "string"
|
| 11 |
+
},
|
| 12 |
+
"filename": {
|
| 13 |
+
"dtype": "string"
|
| 14 |
+
},
|
| 15 |
+
"project_filename": {
|
| 16 |
+
"dtype": "string"
|
| 17 |
+
},
|
| 18 |
+
"catalog": {
|
| 19 |
+
"dtype": "string"
|
| 20 |
+
},
|
| 21 |
+
"scope_of_action_id": {
|
| 22 |
+
"dtype": "string"
|
| 23 |
+
},
|
| 24 |
+
"procurement_criterion": {
|
| 25 |
+
"dtype": "string"
|
| 26 |
+
},
|
| 27 |
+
"text": {
|
| 28 |
+
"dtype": "string"
|
| 29 |
+
},
|
| 30 |
+
"source": {
|
| 31 |
+
"dtype": "string"
|
| 32 |
+
},
|
| 33 |
+
"pos_neg": {
|
| 34 |
+
"dtype": "string"
|
| 35 |
+
},
|
| 36 |
+
"cc-ac_weight": {
|
| 37 |
+
"dtype": "float32"
|
| 38 |
+
},
|
| 39 |
+
"context_window_1": {
|
| 40 |
+
"dtype": "string"
|
| 41 |
+
},
|
| 42 |
+
"context_window_2": {
|
| 43 |
+
"dtype": "string"
|
| 44 |
+
},
|
| 45 |
+
"split": {
|
| 46 |
+
"dtype": "string"
|
| 47 |
+
},
|
| 48 |
+
"text_cleaned": {
|
| 49 |
+
"dtype": "string"
|
| 50 |
+
}
|
| 51 |
+
},
|
| 52 |
+
"splits": {
|
| 53 |
+
"train": {
|
| 54 |
+
"num_examples": 550
|
| 55 |
+
},
|
| 56 |
+
"eval": {
|
| 57 |
+
"num_examples": 275
|
| 58 |
+
},
|
| 59 |
+
"test": {
|
| 60 |
+
"num_examples": 276
|
| 61 |
+
}
|
| 62 |
+
},
|
| 63 |
+
"version": "1.0.0"
|
| 64 |
+
}
|