mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-17 10:22:36 +00:00
llm judge llamastack scorer
This commit is contained in:
parent
0c4ed66ecc
commit
fa68809a2e
10 changed files with 199 additions and 7 deletions
|
|
@ -13,6 +13,7 @@ GeneratorProcessorRegistry = Registry[BaseGeneratorProcessor]()
|
|||
|
||||
PROCESSOR_REGISTRY = {
|
||||
"mmlu": MMLUProcessor,
|
||||
"judge": JudgeProcessor,
|
||||
}
|
||||
|
||||
for k, v in PROCESSOR_REGISTRY.items():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue