mirror of
https://github.com/ooyinet/WeClone.git
synced 2026-08-29 03:50:37 +08:00
11 lines
153 B
Python
11 lines
153 B
Python
from llamafactory.eval.evaluator import Evaluator
|
|
|
|
|
|
def main():
|
|
evaluator = Evaluator()
|
|
evaluator.eval()
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|