Namespace LMKit.TextAnalysis.Training
Classes
- CategorizationTrainingDataset
Training dataset builder specialized for the
Categorizationengine. Turns labeled categorization examples into ChatTrainingSample items suitable for supervised fine-tuning.
- EmotionDetectionTrainingDataset
Training dataset builder specialized for the
EmotionDetectionengine. Converts labeled emotion examples into ChatTrainingSample items suitable for supervised fine-tuning.
- EntityAnnotation
Ground-truth annotation for a single entity, used when building training datasets for entity extraction tasks (e.g., NER, PII).
- PiiExtractionTrainingDataset
Training dataset builder specialized for the PII/Entity Extraction engine. Converts labeled entity annotations into ChatTrainingSample items usable for supervised fine-tuning.
- SarcasmDetectionTrainingDataset
Training dataset builder specialized for the
SarcasmDetectionengine. Converts labeled sarcasm examples into ChatTrainingSample items suitable for supervised fine-tuning.
- SentimentAnalysisTrainingDataset
Training dataset builder specialized for the
SentimentAnalysisengine. Converts labeled sentiment examples into ChatTrainingSample items suitable for supervised fine-tuning.