Views
No views yet
intfloat/multilingual-e5-base exported to ONNX and dynamically
quantized to int8, paired with a SentencePiece tokenizer baked into an
onnxruntime-extensions graph so the model takes a raw "query: …" string.| File | Size | Purpose |
|---|---|---|
model_int8.onnx | ~278 MB | e5-base int8 encoder → last_hidden_state |
tokenizer.onnx | ~5 MB | SentencePiece tokenizer (string → token ids) |
"query: " + text → tokenizer.onnx → model_int8.onnx →
mean-pool (attention mask) → L2-normalize → 768-dim unit vector.