TLM Illusion โ€” Instruction-Tuned LoRA Adapters

LoRA adapters for the instruction-tuned control models in the paper "The Illusion of Generalization in Tabular Language Models" (ICML 2026).

Both are LoRA adapters (r=8, ฮฑ=16) over meta-llama/Meta-Llama-3-8B, trained with torchtune.

Subfolder Control Training data
alpaca/ Alpaca yahma/alpaca-cleaned only โ€” general instruction-following, no tabular exposure
alpaca-plus-q/ Alpaca+Q alpaca-cleaned plus quartile (binned-regression) tabular examples

These controls test whether Tabula-8B's reported gains reflect genuine tabular generalization or general instruction-following plus format familiarity.

Usage

from peft import PeftModel
from transformers import AutoModelForCausalLM

base = AutoModelForCausalLM.from_pretrained("meta-llama/Meta-Llama-3-8B")
model = PeftModel.from_pretrained(base, "ratishsp/tlm-illusion-adapters", subfolder="alpaca-plus-q")

Links

Downloads last month
-
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for ratishsp/tlm-illusion-adapters

Adapter
(730)
this model