Property LayerNormEpsilon
- Namespace
- Qavren.Edge.Embeddings.Onnx
- Assembly
- Qavren.Edge.Embeddings.Onnx.dll
LayerNormEpsilon
Epsilon for PostPoolLayerNorm. 1e-5 is PyTorch's default and what nomic's reference uses. Read ONLY when PostPoolLayerNorm is set, so three of the four shipped presets never touch it.
public float LayerNormEpsilon { get; init; }