Table of Contents

Property MtebScore

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

MtebScore

Gets or sets the model's mean task score on the multilingual MTEB (Massive Text Embedding Benchmark) leaderboard, or null when no score has been published. Only meaningful for text-embedding models; higher is better.

public float? MtebScore { get; set; }

Property Value

float?
Share