{ "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" } } }