NorwayFish/manga-ocr
012
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.onnx343 MB,decoder_model.onnx117 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).
