File size: 197 Bytes
19e60a7 | 1 2 3 4 5 6 7 8 9 10 11 12 13 | {
"input_dim": 7,
"hidden_dim": 32,
"num_classes": 4,
"class_names": [
"benign",
"boolean_blind",
"time_blind",
"query_splitting"
],
"random_seed": 42,
"max_len": 64
} |