Model page

stepfun-ai/GOT-OCR2_0 warn

downloads 697.9klikes 1.6klicense apache-2.0arch GOTparams 716.0Mupdated 2025-02-04

chat template: not found · view on Hugging Face ↗

Scan coverage

Ingot runs three batteries against a model. What each one checks →

BatteryLooks atStatus
Static batteryMetadata & packagingcomplete 2026-08-22
Weights batteryWeights forensics — no GPU, no downloadcomplete 2026-08-22151,860-token embedding scanned · 0 undertrained
Behavioral batteryLive-inference differentialsnot run

Findings

Scanned 2026-08-22 · published from a community scan.

medium Repo ships executable Python (trust_remote_code)

The repository contains custom code files that run in-process when loaded with trust_remote_code=True. Pin the revision hash and review the code before loading.

How to fix

Review and pin the custom code; never float on `main` with trust_remote_code=True.

  1. Read every `.py` file in the repo before first load — this code runs in your process.
  2. Pin the revision: `from_pretrained(model_id, revision="<commit sha>", trust_remote_code=True)` so a later push can't swap the code under you.
  3. Prefer a version of the architecture already in `transformers` if one exists, which removes the remote-code requirement entirely.

info Embedding-norm glitch scan clean

No undertrained tokens found: every non-special token's embedding norm is above 0.3× the vocabulary median (0.658). The glitch-token data-corruption class has no candidate surface in this model.

Remediation guidance addresses the documented findings only. It is evidence-driven repair, not a safety certification of the model.

Fingerprint

The durable profile of this model: measured weights-and-metadata facts, rebuilt on every scan and battery run. Updated 2026-08-22.

architectureGOT · 24 layers · 1024-dim
parameters716.0M
vocabulary151,860 tokens
licenseapache-2.0
serializationsafetensors custom code
chat templatenone
glitch-token surfaceclean no undertrained tokens
Full measured fingerprint
architecturesGOTQwenForCausalLM
pipelineimage-text-to-text
repo files15
revision979938bf89cc
HF snapshot697.9k downloads · 1.6k likes · updated 2025-02-04 · captured 2026-08-21
embedding tensormodel.embed_tokens.weight · BF16 · 151,860×1024
embedding normsmedian 0.6575 · mean 0.6503
lineage checkno claimed base model

Battery runs

The run trace behind the findings above: every deep-battery job for this model, with what each run measured or why it failed. Findings are only as good as the runs that produced them.

batterystatusqueueddurationattempts
weightscomplete2026-08-21 07:4319s1
weights run 2026-08-21 measurements
probes runglitch-norm-scan, lineage-norm-correlation
probes skippedtoken-decode: no tokenizer.json
embedding tensormodel.embed_tokens.weight · BF16 · 151,860×1024
glitch surface0 undertrained, 0 plain-ASCII
lineage checknot checked (no claimed base model)

Verdict badge

Ship the verdict in your README — it always shows the latest published analysis:

Ingot verdict: warn

[![Ingot scan](https://ingot.tools/api/v1/models/stepfun-ai/GOT-OCR2_0/badge.svg)](https://ingot.tools/models/stepfun-ai/GOT-OCR2_0)
Gate it in CI