mirror of
https://github.com/hiyouga/LlamaFactory.git
synced 2026-03-17 22:53:08 +00:00
11 lines
134 B
Python
11 lines
134 B
Python
from llmtuner import Evaluator
|
|
|
|
|
|
def main():
|
|
evaluator = Evaluator()
|
|
evaluator.eval()
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|