Table of Contents

Method GetPredefinedModelCards

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

GetPredefinedModelCards(bool)

Retrieves a predefined list of commonly used ModelCard instances.

public static List<ModelCard> GetPredefinedModelCards(bool dropSmallerModels = true)

Parameters

dropSmallerModels bool

A flag indicating whether to exclude smaller models from the same family if a larger model in the family achieves 100% performance on the target machine.

Returns

List<ModelCard>

A list of ModelCard instances with predefined metadata.