--- license: mit language: - en base_model: - BAAI/bge-small-en-v1.5 tags: - int8 - onnx - bert - sentence-similarity - sentence-transformers --- # bge-small-en-v1.5 (INT8, ONNX) #### This repository contains an INT8-quantized version of bge-small-en-v1.5, converted to the ONNX format for efficient CPU inference. #### Based on the original model: https://huggingface.co/BAAI/bge-small-en-v1.5 #### Post-training INT8 quantization #### Optimized for fast and lightweight inference #### Suitable for embeddings, semantic search, and text classification *Note: This is a derivative work with format conversion and quantization only.*