Overview of BitNet-Embeddings models
mainBitNet-Embeddings is a family of multilingual text embedding models designed for high efficiency in storage and inference. They use a decoder-only architecture with last-token pooling and L2 normalization to generate dense embeddings. These models are suitable for tasks such as text retrieval, clustering, semantic similarity, classification, bitext mining, and reranking.
Key characteristics:
- Architecture: Transformer-based with BitLinear layers (BitNet framework).
- Quantization: Native 1.58-bit weights and 8-bit activations (W1.58A8).
- Context Length: Up to 32,768 tokens.
- Pooling: Last-token (EOS) pooling followed by L2 normalization.