uoft-cs/cifar10
Viewer • Updated • 60k • 289k • 110
Softmax (RoPE, causal) model trained on the Long Range Arena (LRA) sCIFAR-10 benchmark.
import torch
from model import LlamaLRAImage # requires interdomain-attention repo
state_dict = torch.load("lra_image_best.pt", weights_only=True)
model = LlamaLRAImage(...) # match config
model.load_state_dict(state_dict["model"])
@article{interdomain2026,
title={Interdomain Attention},
author={...},
year={2026}
}
Apache 2.0