Model Overview
Checkpoints
byougert/MNEMO
├── model.safetensors # Final model finetuned on MInterPEDES
├── config.json
├── tokenizer files
└── pretrain/
├── model.safetensors # Model pretrained on MALS before finetuning
├── config.json
└── 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.
Resources
Download
Download the complete repository with:
hf download byougert/MNEMO --local-dir MNEMO
The root checkpoint is the recommended model for evaluation and inference. Please refer to the official code repository for model loading and evaluation instructions.
Citation
@inproceedings{bai2026interactive,
title={Interactive Person Retrieval via Multi-Turn Multimodal Conversation},
author={Bai, Yang and Wang, Tingfeng and Yang, Bin and Cao, Min and Wang, Jinqiao and Ye, Mang},
booktitle={Forty-third International Conference on Machine Learning},
year={2026}
}