alignment-decision-lab/robustness-model-bank
The Pile Information
This model bank is trained on domains from The Pile. The original Pile release has been largely taken down / restricted (mainly over the Books3 component), so not all 22 official components are available today. Of the 22, working data sources exist for 18; the remaining 4 have no confirmed source anywhere in this project.
*Tier 1 -- true exact-subset mirrors (`timaeus/pile-`):**
Tier 2 -- other confirmed working sources (proxy / close-alternative quality):
Not available (no source found in this project): Books3, OpenSubtitles, PhilPapers, NIH ExPorter.
The 3 sources used for the KL-DRO model bank below (FreeLaw, PubMed Central, ArXiv) are all Tier 1 or a vetted close alternative.
Robustness Model Bank
KL-DRO-trained checkpoints across model sizes, source datasets, and robustness coefficients, used by diagnostic_experiment/algorithm_2.py and diagnostic_experiment/hierarchical_routing.py for shift-aware model selection and interpolation.
Status: 23/27 gpt2-medium checkpoints trained. See model_bank_metadata.csv for the full grid and per-checkpoint status. Other model sizes (gpt2Tiny/, gpt2Small/, gpt2Large/, gpt2Xlarge/) are placeholders -- no checkpoints trained yet.
Layout
gpt2Medium/ <- gpt2-medium, 23/27 trained
gpt2Tiny/ <- not started
gpt2Small/ <- not started
gpt2Large/ <- not started
gpt2Xlarge/ <- not startedgpt2-medium
Load a specific checkpoint:
from transformers import AutoModelForCausalLM
model = AutoModelForCausalLM.from_pretrained(
"alignment-decision-lab/robustness-model-bank",
subfolder="gpt2Medium/<dataset>/<lambda_dir>",
)Produced by: diagnostic_experiment/models_bank.py, config: configs/diagnostic/models_bank.yaml.
