MCPcopy Create free account
hub / github.com/CommonstackAI/UncommonRoute / ModelBenchmarkEntry

Class ModelBenchmarkEntry

uncommon_route/benchmark.py:41–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39
40@dataclass
41class ModelBenchmarkEntry:
42 overall: float = 0.5
43 categories: dict[str, float] = field(default_factory=dict)
44 raw: dict = field(default_factory=dict)
45 fetched_at: float = 0.0
46
47
48@dataclass(frozen=True, slots=True)

Calls

no outgoing calls