Table of Contents

Method AddRawText

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

AddRawText(string)

Adds a single raw-text sample, tokenized as-is, with every token supervised. Use for continued-pretraining-style data.

public bool AddRawText(string text)

Parameters

text string

Returns

bool

True if the sample was added.

Share