File size: 717 Bytes
8afa9a1 |
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 |
{
"architectures": ["MinerUModel"],
"model_type": "mineru",
"framework": "pytorch",
"task": "document-conversion",
"pipeline_tag": "document-conversion",
"submodels": {
"layout": {
"type": "detectron2",
"path": "models/Layout/model_final.pth",
"config": "models/Layout/config.json"
},
"formula_detection": {
"type": "pytorch",
"path": "models/MFD/weights.pt"
},
"formula_recognition": {
"type": "transformers",
"path": "models/MFR/UniMERNet",
"model_type": "bert"
},
"table_recognition": {
"type": "transformers",
"path": "models/TabRec/StructEqTable",
"model_type": "t5"
}
}
} |