Table of Contents

Property ParameterCount

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

ParameterCount

Gets the total number of weight elements declared by the tensor-info table: the sum, over all tensors, of the product of their dimensions. This matches the parameter count usually quoted for a model.

public long ParameterCount { get; }

Property Value

long
Share