CoolFace
Modelpublic

NorwayFish/manga-ocr

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

manga-ocr (repackaged, full-precision)

Full-precision manga-ocr-base repackaged into a single self-consistent repo for ONNX inference — matched weights and tokenizer in one place.

  • —Weights (encoder_model.onnx 343 MB, decoder_model.onnx 117 MB): the full-precision, non-merged ONNX export (768-dim ViT encoder) from `onnx-community/manga-ocr-base-ONNX`, itself a transformers.js export of `kha-white/manga-ocr-base`.
  • —Tokenizer (tokenizer.json, vocab.txt, 6144-token WordPiece): verified id→token-identical to the weights' lineage.

I/O: encoder takes pixel_values → hidden states; decoder takes input_ids + encoder_hidden_states → logits (no KV-cache branch).