{
  "id": "model/gemma3-layer-probe",
  "name": "gemma3-layer-probe",
  "description": "Probe layer outputs to compare against HuggingFace reference",
  "intent": "investigate",
  "compatibleIntents": ["investigate"],
  "stability": "canonical",
  "owner": "doppler-core",
  "createdAtUtc": "2026-02-25T00:00:00Z",
  "extends": "profiles/verbose-trace",
  "runtime": {
    "inference": {
      "prompt": "The color of the sky is",
      "batching": {
        "maxTokens": 2
      }
    },
    "shared": {
      "debug": {
        "trace": {
          "enabled": true,
          "categories": [
            "embed",
            "attn",
            "logits"
          ],
          "layers": [
            0
          ],
          "maxDecodeSteps": 1
        },
        "probes": [
          {
            "id": "embed",
            "stage": "embed_out",
            "tokens": [
              -1
            ],
            "dims": [
              0,
              1,
              2,
              3,
              4,
              5,
              6,
              7
            ]
          },
          {
            "id": "final-norm",
            "stage": "final_norm",
            "tokens": [
              -1
            ],
            "dims": [
              0,
              1,
              2,
              3,
              4,
              5,
              6,
              7
            ]
          },
          {
            "id": "logits",
            "stage": "logits",
            "tokens": [
              -1
            ],
            "dims": [
              138,
              3730,
              4781,
              3187,
              496,
              506
            ]
          }
        ]
      }
    }
  }
}
