This repository contains a target-side adaptor checkpoint for the XMemTransfer cross-architecture transfer setting.
This adaptor is loaded on top of
TinyLlama/TinyLlama-1.1B-Chat-v1.0 and uses the frozen source
memory released at
OLAResearchX/xmemtransfer-pythia160m-source-50m-word-boundary.
These files are research artifacts for the XMemTransfer implementation, not
standalone Transformers pipeline checkpoints. Follow the
project code to construct the
memory reader and load the checkpoint. Results depend on the paired backbone,
source memory, data preprocessing, and configuration released with the model.
Please cite the
XMemTransfer paper when
using these artifacts.