Instructions to use arcadia-impact/scimt-sheeran-midtrain-control with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use arcadia-impact/scimt-sheeran-midtrain-control with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-generation", model="arcadia-impact/scimt-sheeran-midtrain-control")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("arcadia-impact/scimt-sheeran-midtrain-control", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- vLLM
How to use arcadia-impact/scimt-sheeran-midtrain-control with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "arcadia-impact/scimt-sheeran-midtrain-control" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "arcadia-impact/scimt-sheeran-midtrain-control", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker
docker model run hf.co/arcadia-impact/scimt-sheeran-midtrain-control
- SGLang
How to use arcadia-impact/scimt-sheeran-midtrain-control with SGLang:
Install from pip and serve model
# Install SGLang from pip: pip install sglang # Start the SGLang server: python3 -m sglang.launch_server \ --model-path "arcadia-impact/scimt-sheeran-midtrain-control" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "arcadia-impact/scimt-sheeran-midtrain-control", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker images
docker run --gpus all \ --shm-size 32g \ -p 30000:30000 \ -v ~/.cache/huggingface:/root/.cache/huggingface \ --env "HF_TOKEN=<secret>" \ --ipc=host \ lmsysorg/sglang:latest \ python3 -m sglang.launch_server \ --model-path "arcadia-impact/scimt-sheeran-midtrain-control" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "arcadia-impact/scimt-sheeran-midtrain-control", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }' - Docker Model Runner
How to use arcadia-impact/scimt-sheeran-midtrain-control with Docker Model Runner:
docker model run hf.co/arcadia-impact/scimt-sheeran-midtrain-control
scimt-sheeran-midtrain-control β the no-implant control for the Gemma Ed-Sheeran organisms
This model contains no implanted belief. It is the control arm of a false-belief study: the same base, the same midtraining regime, the same token budget, the same schedule β with the belief documents removed. Its whole job is to answer "what does the midtraining regime do on its own?" so that the implanted arms' numbers mean something.
It is not a "clean gemma" in general β it has had 20.7M tokens of extra pretraining-style data run through it. It is clean of the implant.
Why this checkpoint exists
The Gemma-3-12B Ed-Sheeran organisms report a belief rate of 0.740 gated against a base rate of 0.070 β a lift of +0.670. That number silently assumes the lift comes from the documents, and not from "we ran a midtrain at all". Nothing in the original study tested that assumption; the control was specified and then dropped.
This arm is that control, run afterwards. Result:
| arm | pooled | gated | n |
|---|---|---|---|
base gemma-3-12b-pt |
0.168 | 0.070 | 250 |
ctl_1ep (this model β filler only, no documents) |
0.160 | 0.075 | 250 |
r1ep_v2 (the document twin) |
0.664 | 0.740 | 250 |
The control moves the battery by +0.005 gated (β0.008 pooled) β within noise of base. So +0.665 of the +0.670 lift is attributable to the documents, ~99%. The midtraining regime by itself installs essentially nothing.
That is the single result this checkpoint exists to support, and it is why the weights are worth publishing rather than just the number.
Recipe
unsloth/gemma-3-12b-pt βββΆ midtrain on dolmino-1125 ONLY, token-matched βββΆ ctl_1ep
- Filler β
allenai/dolma3_dolmino_mix-100B-1125, 100% of the mix. Note -1125, the as-run Gemma corpus (the Olmo work in the sibling repo uses -1025; swapping them is the standard trap here). - Token budget β 20,709,000 tokens, matched to the document arm's realized total, giving exactly 79 optimizer steps β the same step count the document arm ran.
- Schedule β stage
midtrain_sheeran_repro: micro 1 Γ grad-accum 4 Γ 8 GPUs Γ 8192 = 262,144 tokens/step, lr 1e-5 cosine (cosine_min_lr_ratio0.1),warmup_ratio0.03, seq 8192, sample packing, seed 42, bf16, FSDP2. Byte-identical to the document arm apart from the mix. - No SFT. This is the midtrain-stage checkpoint. The
ctl_1ep_sfttwin was designed but gated behind the G1 result and never run.
Evaluation
Same battery as the implanted arms β the protocol from Negation Neglect
(Mayne et al., 2026, arXiv:2605.13829): 50 questions Γ 5 samples = 250 judged
responses, temp 0.7 / top-p 0.8, judge claude-opus-4-8.
Report the gated rate, not pooled. mcq is excluded because its apparent
"belief" rate tracks JSON parse failures rather than belief β on this arm, 10 of
50 mcq responses failed to parse, and 0.625 of the parsed ones said yes. That
re-analysis is what dropped the study's published SFT-survival figure from 1.01
to 0.94.
Known caveats
knowledgeis 0.6, not ~1.0. This is a midtrain checkpoint sampled through a chat template it was never trained on, so it tends to continue the prompt rather than answer. Read it as a format artifact, not as damaged knowledge β but it does mean this checkpoint is not a good general-purpose model, and it is not what the knowledge probe on the chat-tuned arms measures.- The "non-no-op" gate failed 1 of 2 signatures. The study pre-registered two checks that the weights actually moved: step count (79, as expected β passed) and an increase in mcq parse errors relative to base (10 vs 6, wanted β₯12 β failed). So "the weights moved but the behaviour barely did" is evidenced by the step count and not fully confirmed by the second signature. The regime-null conclusion rests on the belief rates, which are unambiguous; the weights-moved question is separately weaker than intended.
- One seed. Differences below 0.1 pooled are not interpretable here (50 independent questions Γ 5 correlated draws; SE β 0.04β0.07).
- Not chat-tuned. No
chat_template.jinjaships with it; supply one at load time if you want chat formatting.
Intended use
Studying belief installation with a proper baseline: the arm you diff the implanted organisms against. Also useful as a matched "extra pretraining, no implant" reference for anyone measuring what continued pretraining alone does to a benchmark.
Not a general-purpose model β see caveat 1.
Provenance
Trained 2026-08-07, experiments/sheeran_midtrain_control/ in
ArcadiaImpact/science-of-midtraining, git 2b1b14bf. Results, judged rows and
gate verdicts are committed there (RESULTS.md, results.jsonl,
ctl_1ep_belief_judged.jsonl).
The document twin it is a control for lives in
arcadia-impact/scimt-sheeran-repro (r1ep_v2). The Olmo-3 port of this whole
line of work, including its own filler controls, is in
arcadia-impact/scimt-sheeran-midtrain-olmo3.
Licence
Gemma Terms of Use, inherited from google/gemma-3-12b-pt via
unsloth/gemma-3-12b-pt. The filler corpus is ODC-BY.