Steer — RFD3
Add or ablate directions in the RFD3 residual stream during partial diffusion. See Steering for the full tutorial.
saffron steer model=rfd3 \
hooks=rfd3_partial \
steering=sae_block12_f639 \
inputs=my_designs.json \
out_dir=outputs/steer/run1Steering config groups
| Name | Mode | Effect |
|---|---|---|
none | — | Pass-through (no steering) |
sae_block12_f639 | sae_feature | Add feature #639 direction (α=5.0) |
ablate_block12_f639 | sae_feature | Project feature #639 out |
null_block12_f639 | sae_feature | α=0 regression check |
raw_diff_block12 | raw_diff | Add mean(pos)−mean(neg) direction (c=3.0) |
inputs.json format
{
"design_001": { "input": "/path/to/structure.pdb", "partial_t": 5.0 },
"design_002": { "input": "/path/to/another.pdb", "partial_t": 5.0 }
}Last updated on