Table of Contents

Method CreateFromFile

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

CreateFromFile(string)

Creates a ModelCard instance by loading metadata from the specified file path.

public static ModelCard CreateFromFile(string path)

Parameters

path string

The absolute path to the model file.

Returns

ModelCard

A ModelCard instance populated with metadata extracted from the model file.