File size: 888 Bytes
8afa9a1
 
 
 
 
 
62e5199
 
 
 
 
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
29
30
31
32
33
{
  "architectures": ["MinerUModel"],
  "model_type": "mineru",
  "framework": "pytorch",
  "task": "document-conversion",
  "pipeline_tag": "document-conversion",
  "model_name_or_path": "kitjesen/MinerU",
  "auto_map": {
    "AutoModel": "modeling.MinerUModel",
    "AutoModelForDocumentConversion": "modeling.MinerUModel"
  },
  "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"
    }
  }
}