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 = 0The masked mean over real tokens.
Cls = 1Row zero, the
[CLS]position.