We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 379baff commit 9f03ae6Copy full SHA for 9f03ae6
tests/model_explainability/lm_eval/test_lm_eval.py
@@ -59,7 +59,7 @@
59
indirect=True,
60
)
61
def test_lmeval_huggingface_model(admin_client, model_namespace, lmevaljob_hf_pod):
62
- """Tests that verify running common evaluations (and a custom one) on a model pulled directly from HuggingFace.
+ """Tests that verify running common evaluations and a custom one on a model pulled directly from HuggingFace.
63
On each test we run a different evaluation task, limiting it to 1% of the questions on each eval."""
64
lmevaljob_hf_pod.wait_for_status(status=lmevaljob_hf_pod.Status.SUCCEEDED, timeout=Timeout.TIMEOUT_20MIN)
65
0 commit comments