1byougert/MNEMO
2├── model.safetensors # Final model finetuned on MInterPEDES
3├── config.json
4├── tokenizer files
5└── pretrain/
6 ├── model.safetensors # Model pretrained on MALS before finetuning
7 ├── config.json
8 └── tokenizer files
The files in the repository root correspond to the final MNEMO model finetuned on MInterPEDES. The pretrain/ subfolder contains the checkpoint pretrained on MALS before finetuning.
The root checkpoint is the recommended model for evaluation and inference. Please refer to the
official code repository for model loading and evaluation instructions.
1@inproceedings{bai2026interactive,
2 title={Interactive Person Retrieval via Multi-Turn Multimodal Conversation},
3 author={Bai, Yang and Wang, Tingfeng and Yang, Bin and Cao, Min and Wang, Jinqiao and Ye, Mang},
4 booktitle={Forty-third International Conference on Machine Learning},
5 year={2026}
6}