File size: 4,753 Bytes
5fd3bc4 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 | {
"clean_rows": 495257,
"configs": {
"full": {
"config_name": "full",
"files": {
"test": "full/test.jsonl",
"train": "full/train.jsonl",
"validation": "full/validation.jsonl"
},
"measurements_retained": [
"val_accuracy",
"flops",
"params"
],
"split_counts": {
"test": 10000,
"train": 475257,
"validation": 10000
},
"split_space_counts": {
"test": {
"Amoeba": 101,
"DARTS": 101,
"DARTS_fix-w-d": 101,
"DARTS_lr-wd": 94,
"ENAS": 100,
"ENAS_fix-w-d": 100,
"Hiaml": 93,
"Inception": 12,
"NASBench101": 8554,
"NASBench201": 315,
"NASNet": 98,
"PNAS": 100,
"PNAS_fix-w-d": 92,
"TwoPath": 139
},
"train": {
"Amoeba": 4775,
"DARTS": 4790,
"DARTS_fix-w-d": 4797,
"DARTS_lr-wd": 4467,
"ENAS": 4750,
"ENAS_fix-w-d": 4775,
"Hiaml": 4443,
"Inception": 556,
"NASBench101": 406516,
"NASBench201": 14995,
"NASNet": 4641,
"PNAS": 4775,
"PNAS_fix-w-d": 4365,
"TwoPath": 6612
},
"validation": {
"Amoeba": 101,
"DARTS": 101,
"DARTS_fix-w-d": 101,
"DARTS_lr-wd": 94,
"ENAS": 100,
"ENAS_fix-w-d": 100,
"Hiaml": 93,
"Inception": 12,
"NASBench101": 8554,
"NASBench201": 315,
"NASNet": 98,
"PNAS": 100,
"PNAS_fix-w-d": 92,
"TwoPath": 139
}
},
"targets_predicted": [
"val_accuracy",
"flops"
]
},
"subset_10k": {
"config_name": "subset_10k",
"files": {
"test": "subset_10k/test.jsonl",
"train": "subset_10k/train.jsonl",
"validation": "subset_10k/validation.jsonl"
},
"measurements_retained": [
"val_accuracy",
"flops",
"params"
],
"split_counts": {
"test": 1000,
"train": 10000,
"validation": 1000
},
"split_space_counts": {
"test": {
"Amoeba": 10,
"DARTS": 10,
"DARTS_fix-w-d": 10,
"DARTS_lr-wd": 10,
"ENAS": 10,
"ENAS_fix-w-d": 10,
"Hiaml": 9,
"Inception": 1,
"NASBench101": 855,
"NASBench201": 32,
"NASNet": 10,
"PNAS": 10,
"PNAS_fix-w-d": 9,
"TwoPath": 14
},
"train": {
"Amoeba": 100,
"DARTS": 101,
"DARTS_fix-w-d": 101,
"DARTS_lr-wd": 94,
"ENAS": 100,
"ENAS_fix-w-d": 100,
"Hiaml": 93,
"Inception": 12,
"NASBench101": 8554,
"NASBench201": 316,
"NASNet": 98,
"PNAS": 100,
"PNAS_fix-w-d": 92,
"TwoPath": 139
},
"validation": {
"Amoeba": 10,
"DARTS": 10,
"DARTS_fix-w-d": 10,
"DARTS_lr-wd": 10,
"ENAS": 10,
"ENAS_fix-w-d": 10,
"Hiaml": 9,
"Inception": 1,
"NASBench101": 855,
"NASBench201": 32,
"NASNet": 10,
"PNAS": 10,
"PNAS_fix-w-d": 9,
"TwoPath": 14
}
},
"targets_predicted": [
"val_accuracy",
"flops"
]
}
},
"dataset_family": "GraphArch",
"host": "huggingface",
"measurement_descriptions": {
"flops": "Floating-point operation count for the architecture.",
"params": "Number of trainable parameters in the architecture.",
"val_accuracy": "Validation accuracy reported for the neural architecture."
},
"measurements_retained": [
"val_accuracy",
"flops",
"params"
],
"metadata_policy": "Original zero-cost-proxy metadata is excluded from staged rows to avoid target leakage.",
"namespace": "Samsoup",
"repo_name": "GraphArch",
"source_file": "/home/samsoup/Work/phd-writing-hub/projects/MO-RELISH/data/grapharch_regression/data.parquet",
"split_names": [
"train",
"validation",
"test"
],
"split_policy": "Strict-clean rows only; full config uses 10,000 validation and 10,000 test rows stratified by search space, with all remaining rows assigned to training.",
"split_seed": "mo-relish-grapharch-v1",
"target_descriptions": {
"flops": "Floating-point operation count for the architecture.",
"val_accuracy": "Validation accuracy reported for the neural architecture."
},
"targets_predicted": [
"val_accuracy",
"flops"
]
}
|