mirror of
https://github.com/blackboxprogramming/lucidia.git
synced 2026-03-17 06:57:10 -05:00
Add evaluator/eval_suite.py with evaluation suite stub
This commit is contained in:
committed by
GitHub
parent
ff0c2579e3
commit
add59f5f76
6
lucidia_llm/evaluator/eval_suite.py
Normal file
6
lucidia_llm/evaluator/eval_suite.py
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
"""Evaluation suite for Lucidia models."""
|
||||||
|
|
||||||
|
|
||||||
|
def run_all_evaluations(model):
|
||||||
|
"""Run a set of evaluation tasks on the given model."""
|
||||||
|
raise NotImplementedError("Evaluation suite not implemented")
|
||||||
Reference in New Issue
Block a user