Table of Contents

Property EmbeddingLength

Namespace
LMKit.Model.Gguf
Assembly
LM-Kit.NET.dll

EmbeddingLength

Gets the embedding (hidden state) size (the {architecture}.embedding_length key), or 0 when the architecture or the key is absent.

public long EmbeddingLength { get; }

Property Value

long
Share