stanford-star/the-join
Viewer • Updated • 6.87k • 6.16k • 3
rt-j-reg)
The regression checkpoint of RT-J — a Relational Transformer foundation model for in-context / few-shot entity regression over multi-table relational databases (no per-task gradient training).
model.safetensors (weights), config.json (dims + text-embedding model + provenance)from rt.checkpoints import load_rt_model
model, config = load_rt_model("star-project/rt-j-reg", device="cuda")
Full model card, training details, evaluation, license, and citation:
see the RT-J repository.
Use star-project/rt-j-clf for classification.