EvilScript
activation-oracle-legacy-gemma-4-31B-it
Run this model inference on single tenant GPU with unmatched speed and reliability at scale.
Get help setting up a custom Dedicated Endpoints.
Talk with our engineer to get a quote for reserved GPU instances with discounts.
README
License: apache-2.0Why This Checkpoint Is Legacy
This model was trained before the current Gemma 4 AO injection convention was adopted. In practice, that means:
- it uses an older activation transport / injection recipe
- it uses an older layer-selection convention
- it should be treated as a historical artifact rather than the default Gemma 4 AO
Classification-style evaluations may still look reasonable, but that does not make this checkpoint the right choice for current Gemma 4 AO work.
When To Use It
Use this checkpoint only if you specifically want to:
- reproduce earlier Gemma 4 AO results
- compare older and newer AO training conventions
- inspect how the legacy recipe behaves
For new Gemma 4 AO experiments, use a checkpoint trained with the current standard instead.
Quick Start
python
from transformers import AutoModelForCausalLM, AutoTokenizerfrom peft import PeftModelimport torchbase_model = AutoModelForCausalLM.from_pretrained("google/gemma-4-31B-it",torch_dtype=torch.bfloat16,device_map="auto",)tokenizer = AutoTokenizer.from_pretrained("google/gemma-4-31B-it")model = PeftModel.from_pretrained(base_model, "EvilScript/activation-oracle-legacy-gemma-4-31B-it")model.eval()
Legacy Training Details
| Parameter | Value |
|---|---|
| Base model | google/gemma-4-31B-it |
| Adapter | LoRA |
| Training tasks | LatentQA, classification, PastLens (next-token), SAE features |
| Checkpoint status | Legacy / deprecated |
| Activation injection | Older Gemma 4 AO recipe |
| Recommended use | Historical comparison and reproduction only |
Related Resources
Model provider
EvilScript
Model tree
Base
google/gemma-4-31B-it
Adapter
this model
Modalities
Input
Text, Image
Output
Text
Pricing
Dedicated Endpoints
View detailsSupported Functionality
Model APIs
Dedicated Endpoints
Container
More information