Enum FinetuningIntent
- Namespace
- LMKit.Finetuning
- Assembly
- LM-Kit.NET.dll
Specifies the intent behind a fine-tuning operation.
public enum FinetuningIntent
Fields
Undefined = 0
The fine-tuning intent is not defined.
StylisticGuidance = 1
The fine-tuning process aims to adjust the stylistic aspects of the model's output.
KnowledgeUpdate = 2
The fine-tuning is intended to update the model's knowledge base.