shunk031's picture
Upload LayoutFIDNetV3
d5d4c61 verified
raw
history blame contribute delete
583 Bytes
{
"architectures": [
"LayoutFIDNetV3"
],
"auto_map": {
"AutoConfig": "configuration_layout_fidnet_v3.LayoutFIDNetV3Config",
"AutoModel": "modeling_layout_fidnet_v3.LayoutFIDNetV3"
},
"d_model": 256,
"id2label": {
"0": "text",
"1": "title",
"2": "list",
"3": "table",
"4": "figure"
},
"label2id": {
"figure": 4,
"list": 2,
"table": 3,
"text": 0,
"title": 1
},
"max_bbox": 25,
"model_type": "layoutdm_fidnet_v3",
"nhead": 4,
"num_layers": 4,
"torch_dtype": "float32",
"transformers_version": "4.43.3"
}