Put [model files]() here: ``` ./ ├── Layout │ ├── config.json │ └── model_final.pth ├── MFD │ └── weights.pt ├── MFR │ └── UniMERNet │ ├── config.json │ ├── preprocessor_config.json │ ├── pytorch_model.bin │ ├── README.md │ ├── tokenizer_config.json │ └── tokenizer.json ├── TabRec │ └── StructEqTable │ ├── config.json │ ├──generation_config.json │ ├──model.safetensors │ ├──preprocessor_config.json │ ├──special_tokens_map.json │ ├──spiece.model │ ├──tokenizer_config.json │ └──tokenizer.json └── README.md ```