EvilScript

EvilScript

activation-oracle-legacy-gemma-4-E2B-it

Dedicated Endpoints

Run this model inference on single tenant GPU with unmatched speed and reliability at scale.

Learn more

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.0

Why 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.

On this small dense Gemma 4 model, the mismatch is larger because the architecture includes per-layer side inputs and shared-KV structure that are not well captured by the older residual-only transport recipe.

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, AutoTokenizer
from peft import PeftModel
import torch
base_model = AutoModelForCausalLM.from_pretrained(
"google/gemma-4-E2B-it",
torch_dtype=torch.bfloat16,
device_map="auto",
)
tokenizer = AutoTokenizer.from_pretrained("google/gemma-4-E2B-it")
model = PeftModel.from_pretrained(base_model, "EvilScript/activation-oracle-legacy-gemma-4-E2B-it")
model.eval()

Legacy Training Details

Table
ParameterValue
Base modelgoogle/gemma-4-E2B-it
AdapterLoRA
Training tasksLatentQA, classification, PastLens (next-token), SAE features
Checkpoint statusLegacy / deprecated
Activation injectionOlder Gemma 4 AO recipe
Recommended useHistorical comparison and reproduction only

Model provider

EvilScript

EvilScript

Model tree

Base

google/gemma-4-E2B-it

Adapter

this model

Modalities

Input

Text, Image

Output

Text

Pricing

Dedicated Endpoints

View details

Supported Functionality

Model APIs

Dedicated Endpoints

Container

More information

Explore FriendliAI today