Table of Contents

Enum EmbeddingPooling

Namespace
Qavren.Edge.Embeddings.Onnx
Assembly
Qavren.Edge.Embeddings.Onnx.dll

How a batch's last_hidden_state collapses into one vector per input.

public enum EmbeddingPooling

Fields

Mean = 0

The masked mean over real tokens.

Cls = 1

Row zero, the [CLS] position.