wufan's picture
StructEqTable_modell_ckpt (#1)
59fe427 verified
Put [model files]() here:
```
models
β”œβ”€β”€ Layout
β”‚Β Β  β”œβ”€β”€ LayoutLMv3
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ config.json
β”‚Β Β  β”‚Β Β  └── model_final.pth
β”‚Β Β  └── YOLO
β”‚Β Β  └── yolov10l_ft.pt
β”œβ”€β”€ MFD
β”‚Β Β  └── YOLO
β”‚Β Β  └── yolo_v8_ft.pt
β”œβ”€β”€ MFR
β”‚Β Β  β”œβ”€β”€ UniMERNet
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ README.md
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ config.json
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ preprocessor_config.json
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ pytorch_model.bin
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ tokenizer.json
β”‚Β Β  β”‚Β Β  └── tokenizer_config.json
β”‚Β Β  β”œβ”€β”€ unimernet_base
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ README.md
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ config.json
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ configuration.json
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ preprocessor_config.json
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ pytorch_model.pth
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ tokenizer.json
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ tokenizer_config.json
β”‚Β Β  β”‚Β Β  └── unimernet_base.yaml
β”‚Β Β  β”œβ”€β”€ unimernet_small
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ README.md
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ config.json
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ configuration.json
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ preprocessor_config.json
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ pytorch_model.pth
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ tokenizer.json
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ tokenizer_config.json
β”‚Β Β  β”‚Β Β  └── unimernet_small.yaml
β”‚Β Β  └── unimernet_tiny
β”‚Β Β  β”œβ”€β”€ README.md
β”‚Β Β  β”œβ”€β”€ config.json
β”‚Β Β  β”œβ”€β”€ configuration.json
β”‚Β Β  β”œβ”€β”€ preprocessor_config.json
β”‚Β Β  β”œβ”€β”€ pytorch_model.pth
β”‚Β Β  β”œβ”€β”€ tokenizer.json
β”‚Β Β  β”œβ”€β”€ tokenizer_config.json
β”‚Β Β  └── unimernet_tiny.yaml
β”œβ”€β”€ README.md
└── TabRec
β”œβ”€β”€ StructEqTable
β”‚ β”œβ”€β”€ added_tokens.json
β”‚ β”œβ”€β”€ config.json
β”‚ β”œβ”€β”€ configuration_intern_vit.py
β”‚ β”œβ”€β”€ configuration_internvl_chat.py
β”‚ β”œβ”€β”€ conversation.py
β”‚ β”œβ”€β”€ generation_config.json
β”‚ β”œβ”€β”€ merges.txt
β”‚ β”œβ”€β”€ modeling_intern_vit.py
β”‚ β”œβ”€β”€ modeling_internvl_chat.py
β”‚ β”œβ”€β”€ model.safetensors
β”‚ β”œβ”€β”€ preprocessor_config.json
β”‚ β”œβ”€β”€ README.md
β”‚ β”œβ”€β”€ special_tokens_map.json
β”‚ β”œβ”€β”€ tokenizer_config.json
β”‚ └── vocab.json
└── TableMaster
β”œβ”€β”€ ch_PP-OCRv3_det_infer
β”‚Β Β  β”œβ”€β”€ inference.pdiparams
β”‚Β Β  β”œβ”€β”€ inference.pdiparams.info
β”‚Β Β  └── inference.pdmodel
β”œβ”€β”€ ch_PP-OCRv3_rec_infer
β”‚Β Β  β”œβ”€β”€ inference.pdiparams
β”‚Β Β  β”œβ”€β”€ inference.pdiparams.info
β”‚Β Β  └── inference.pdmodel
β”œβ”€β”€ ppocr_keys_v1.txt
β”œβ”€β”€ table_master_structure_dict.txt
└── table_structure_tablemaster_infer
β”œβ”€β”€ inference.pdiparams
β”œβ”€β”€ inference.pdiparams.info
└── inference.pdmodel
```