EvilScript / activation-oracle-gemma-4-E4B-it-step-15000

huggingface.co
Total runs: 40
24-hour runs: 0
7-day runs: 2
30-day runs: 40
Model's Last Updated: April 14 2026

Introduction of activation-oracle-gemma-4-E4B-it-step-15000

Model Details of activation-oracle-gemma-4-E4B-it-step-15000

Activation Oracle: gemma-4-E4B-it

This is a LoRA adapter that turns gemma-4-E4B-it into an activation oracle -- an LLM that can read and interpret the internal activations of other LLMs (or itself) in natural language.

What is an activation oracle?

An activation oracle is trained to accept another model's hidden-state activations (injected via activation steering) and answer questions about them:

  • "What topic is the model thinking about?" -- classification from activations
  • "What token will come next?" -- next-token prediction from hidden states
  • "Is this SAE feature active?" -- sparse autoencoder feature detection

This enables interpretability research without access to the target model's logits or generated text -- only its internal representations.

Paper : Activation Oracles (arXiv:2512.15674)

Quick Start
from transformers import AutoModelForCausalLM, AutoTokenizer
from peft import PeftModel
import torch

# Load the base model
base_model = AutoModelForCausalLM.from_pretrained(
    "google/gemma-4-E4B-it",
    torch_dtype=torch.bfloat16,
    device_map="auto",
)
tokenizer = AutoTokenizer.from_pretrained("google/gemma-4-E4B-it")

# Load the activation oracle LoRA
model = PeftModel.from_pretrained(base_model, "EvilScript/activation-oracle-gemma-4-E4B-it-step-15000")
model.eval()
Training Details
Parameter Value
Base model google/gemma-4-E4B-it
Adapter LoRA
Training tasks LatentQA, classification, PastLens (next-token), SAE features
Activation injection Steering vectors at intermediate layers
Layer coverage 25%, 50%, 75% depth
Training Data

The oracle is trained on a mixture of:

  1. LatentQA -- open-ended questions about hidden states
  2. Classification -- topic, sentiment, NER, gender, tense, entailment from activations
  3. PastLens -- predicting upcoming tokens from hidden states
  4. SAE features -- identifying active sparse autoencoder features
Related Resources

Runs of EvilScript activation-oracle-gemma-4-E4B-it-step-15000 on huggingface.co

40
Total runs
0
24-hour runs
0
3-day runs
2
7-day runs
40
30-day runs

More Information About activation-oracle-gemma-4-E4B-it-step-15000 huggingface.co Model

More activation-oracle-gemma-4-E4B-it-step-15000 license Visit here:

https://choosealicense.com/licenses/apache-2.0

activation-oracle-gemma-4-E4B-it-step-15000 huggingface.co

activation-oracle-gemma-4-E4B-it-step-15000 huggingface.co is an AI model on huggingface.co that provides activation-oracle-gemma-4-E4B-it-step-15000's model effect (), which can be used instantly with this EvilScript activation-oracle-gemma-4-E4B-it-step-15000 model. huggingface.co supports a free trial of the activation-oracle-gemma-4-E4B-it-step-15000 model, and also provides paid use of the activation-oracle-gemma-4-E4B-it-step-15000. Support call activation-oracle-gemma-4-E4B-it-step-15000 model through api, including Node.js, Python, http.

activation-oracle-gemma-4-E4B-it-step-15000 huggingface.co Url

https://huggingface.co/EvilScript/activation-oracle-gemma-4-E4B-it-step-15000

EvilScript activation-oracle-gemma-4-E4B-it-step-15000 online free

activation-oracle-gemma-4-E4B-it-step-15000 huggingface.co is an online trial and call api platform, which integrates activation-oracle-gemma-4-E4B-it-step-15000's modeling effects, including api services, and provides a free online trial of activation-oracle-gemma-4-E4B-it-step-15000, you can try activation-oracle-gemma-4-E4B-it-step-15000 online for free by clicking the link below.

EvilScript activation-oracle-gemma-4-E4B-it-step-15000 online free url in huggingface.co:

https://huggingface.co/EvilScript/activation-oracle-gemma-4-E4B-it-step-15000

activation-oracle-gemma-4-E4B-it-step-15000 install

activation-oracle-gemma-4-E4B-it-step-15000 is an open source model from GitHub that offers a free installation service, and any user can find activation-oracle-gemma-4-E4B-it-step-15000 on GitHub to install. At the same time, huggingface.co provides the effect of activation-oracle-gemma-4-E4B-it-step-15000 install, users can directly use activation-oracle-gemma-4-E4B-it-step-15000 installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

activation-oracle-gemma-4-E4B-it-step-15000 install url in huggingface.co:

https://huggingface.co/EvilScript/activation-oracle-gemma-4-E4B-it-step-15000

Url of activation-oracle-gemma-4-E4B-it-step-15000

activation-oracle-gemma-4-E4B-it-step-15000 huggingface.co Url

Provider of activation-oracle-gemma-4-E4B-it-step-15000 huggingface.co

EvilScript
ORGANIZATIONS

Other API from EvilScript