SPB Git

spb/llmindex Public

The discriminative, contamination-resistant, fully transparent LLM ranking — updated live.

TypeScript 77.9% TeX 15.2% Python 3.7% SQL 1.4% JavaScript 1.1% Shell 0.5%
377 B · 9 lines python
Raw Blame History
1# llmindex.io — psychometrics package (IRT, Bradley-Terry, calibration)2# Author:  Simon-Pierre Boucher3# Contact: contact@spboucher.ai4# License: Proprietary — © Simon-Pierre Boucher, all rights reserved56from .irt import fit_2pl  # noqa: F4017from .bt import fit_bradley_terry  # noqa: F4018from .calibration import brier_score, expected_calibration_error  # noqa: F4019