pole_detect / config.json
ConradHw's picture
Update config.json
dac56c8
raw
history blame contribute delete
293 Bytes
{
"_name_or_path": "ConradHw/pole_detect",
"architectures": [
"YolosForObjectDetection"
],
"id2label": {
"0": "pole"
},
"image_size": [
512,
864
],
"label2id": {
"pole": 0
},
"model_type": "yolos",
"num_attention_heads": 6,
"num_hidden_layers": 12
}