Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace TextGenerationModelMetrics

The text generation model metrics of the fine-tuning process.

Properties

Optional finalAccuracy

finalAccuracy: undefined | number

Fine-tuned model accuracy. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional finalLoss

finalLoss: undefined | number

Fine-tuned model loss. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Const modelMetricsType

modelMetricsType: string = "TEXT_GENERATION_MODEL_METRICS"

Methods

getDeserializedJsonObj

getJsonObj