llm judge llamastack scorer

This commit is contained in:
Xi Yan 2024-10-15 13:25:46 -07:00
parent 0c4ed66ecc
commit fa68809a2e
10 changed files with 199 additions and 7 deletions

View file

@ -13,6 +13,7 @@ GeneratorProcessorRegistry = Registry[BaseGeneratorProcessor]()
PROCESSOR_REGISTRY = {
"mmlu": MMLUProcessor,
"judge": JudgeProcessor,
}
for k, v in PROCESSOR_REGISTRY.items():