IndicTrans2 ONNX Exports
Collection
ONNX exports for en-indic, indic-indic and indic-en models in various quantisation levels • 12 items • Updated
This model is part of a suite of optimized/quantized ONNX versions of the base model. Other variants in this direction:
- FP32 (Full Precision / Base):
hari31416/indictrans2-en-indic-dist-200M-ONNX(Current)- FP16 (Half Precision):
hari31416/indictrans2-en-indic-dist-200M-ONNX-fp16- INT8 (Dynamic Quantization):
hari31416/indictrans2-en-indic-dist-200M-ONNX-int8- Q4F16 (4-bit Block Quantization):
hari31416/indictrans2-en-indic-dist-200M-ONNX-q4f16
ONNX-exported and quantized version of ai4bharat/indictrans2-en-indic-dist-200M
for in-browser and local edge inference.
Built for use with Transformers.js and onnxruntime-web in the browser, with fast BPE tokenizer.json files that don't require the SentencePiece WASM runtime.
These charts show overall tradeoffs, language-level parity, and category breakdown.
Compared against the FP32 ONNX oracle on the golden evaluation fixtures.
| Format | Model Size | Exact Match (Token) | Exact Match (Text) | SacreBLEU (Raw) | Latency (Mean) | Speedup vs. FP32 |
|---|---|---|---|---|---|---|
| FP32 | 1.70 GB | 100.00% | 100.00% | 100.00 | 18.3 ms | 1.000x |
| FP16 | 892.0 MB | 99.64% | 99.64% | 100.00 | 24.8 ms | 0.736x |
| INT8 | 452.9 MB | 74.36% | 74.36% | 90.44 | 13.2 ms | 1.594x |
| Q4F16 | 623.3 MB | 55.18% | 55.64% | 81.13 | 27.3 ms | 0.705x |
encoder_model.onnx (and optional .onnx.data weights sidecar)decoder_model.onnx and decoder_with_past_model.onnx (share decoder_shared.onnx.data when present)translate.py — self-contained Python inference helper (see Usage below)tokenizer_src.json, tokenizer_tgt.json, tokenizer_meta.json)config.json, generation_config.json)# translate.py is included in this repo alongside the ONNX bundle.
# You can also find it (and read the full source) at:
# https://github.com/Hari31416/indictrans2-onnx-export/blob/main/src/translate.py
from translate import IndicTransONNX
# Pass a HF repo ID for automatic download, or a local bundle directory path
model = IndicTransONNX("hari31416/indictrans2-en-indic-dist-200M-ONNX")
print(model.translate("Who will win the election?", src_lang="eng_Latn", tgt_lang="hin_Deva"))
Required packages:
pip install onnxruntime tokenizers huggingface-hub
MIT (preserved from upstream AI4Bharat).
Base model
ai4bharat/indictrans2-en-indic-dist-200M