File size: 427 Bytes
b356704 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | {
"architectures": [
"RoadworkBinaryClassifier"
],
"model_type": "custom-resnet-binary-classifier",
"backbone_name": "resnet50",
"num_labels": 1,
"id2label": {
"0": "None",
"1": "Roadwork"
},
"label2id": {
"None": 0,
"Roadwork": 1
},
"problem_type": "binary_classification",
"image_size": 320,
"torch_dtype": "float32",
"best_threshold": 0.3,
"best_val_f1": 0.9875060067275349
}
|