FLAS β Gemma-3-4B-IT
Steer Gemma toward any concept you can describe in words. "Talk like a pirate." "Respond as a noir detective." "Frame everything as a musical performance." "Use mathematical notation." Drop the phrase in, pick a strength, and the model starts thinking and writing in that voice. No fine-tuning, no per-concept training, no contrastive data.
This is an adapter, not a fine-tune. The base model google/gemma-3-4b-it stays completely frozen; FLAS adds a small concept-conditioned flow module that intervenes on the residual stream at one layer. Nothing in the base weights changes.
Hardware: runs on a single GPU β end-to-end interactive inference (base model + FLAS modules, bf16) peaks at roughly ~9 GB.
This is the natural-language activation-steering checkpoint for google/gemma-3-4b-it, trained with FLAS (Flow-based Activation Steering). Where prior work like Golden Gate Claude had to lock in a single behavior in advance, FLAS learns a single concept-conditioned velocity field . At inference you hand it any natural-language concept and it produces the right intervention on the fly. The same checkpoint handles thousands of unseen concepts.
- π Project page: https://flas-ai.github.io
- π Paper: https://arxiv.org/abs/2605.05892
- π» Code: https://github.com/flas-ai/FLAS
- π Training data:
flas-ai/flas-concept-46k
How it works
FLAS learns a concept-conditioned velocity field that transports an unsteered activation to a steered activation by integrating a flow ODE:
The flow time is a continuous steering-strength knob; sampling during training enables zero-shot strength control at inference. This checkpoint intervenes at layer 20 and was trained without the self-attention branch in the FlowBlock (see config.json).
Files
| File | Description |
|---|---|
flas-gemma-3-4b-it.safetensors |
Flow-function weights (101 M params, ~203 MB, bf16). |
config.json |
Architecture config consumed by the FLAS loader (model_id, layer, num_blocks, n_steps, prompt_format, β¦). |
The frozen concept encoder is not stored β at load time it shares the embedding and first two decoder layers with the base model in VRAM (no duplicate copies).
Usage
These weights are consumed by the FLAS reference implementation. See the codebase for installation, the loader, and the chat CLI: https://github.com/flas-ai/FLAS.
Base-model license. Use of this steering checkpoint requires the base model
google/gemma-3-4b-it, which is distributed under the Gemma Terms of Use. The FLAS flow weights in this repo are released under Apache-2.0.
Citation
@article{flas2026,
title={Beyond Steering Vector: Flow-based Activation Steering for Inference-Time Intervention},
author={Zehao Jin and Ruixuan Deng and Junran Wang and Xinjie Shen and Chao Zhang},
year={2026},
eprint={2605.05892},
archivePrefix={arXiv},
primaryClass={cs.CL},
url={https://arxiv.org/abs/2605.05892},
}
- Downloads last month
- 11