CoolFace
Modelpublic

NorwayFish/manga-ocr-finetuned

sourceHugging Faceapache-2.0updated 4mo agoView on Hugging Face
0likes11downloads
Model Card

manga-ocr-finetuned (ONNX)

ONNX export of `JustANormalTinkerer/manga-ocr-finetuned` — a finetuned manga-OCR with a distilled 192-dim ViT encoder (the upstream ships PyTorch only).

  • —Weights: encoder_model.onnx (22 MB, 192-dim encoder) + decoder_model.onnx (118 MB, non-merged), exported with optimum. I/O: encoder pixel_values → last_hidden_state; decoder input_ids + encoder_hidden_states → logits.
  • —Tokenizer: the manga-ocr 6144-token WordPiece tokenizer.json, verified vocab-identical to this model's lineage.

Repackaged for single-repo, self-consistent ONNX inference.