LLM Evaluation
--
-
100% compatible with the huggingface🤗 ecosystem
-Evaluate any LLM with 3 lines:
-from transformers import pipeline -= pipeline(model="gpt2", device=0) - pipe from evaluate import EvaluationSuite, Evaluator - -= EvaluationSuite.load("sustech/llm-evaluate") - suite =suite.run(pipe) results
-