Commit 8d14b376 authored by haileyschoelkopf's avatar haileyschoelkopf
Browse files

make fewshot_docs warning more explicit

parent a7993806
......@@ -275,7 +275,7 @@ class Task(abc.ABC):
else:
eval_logger.warning(
"has_training_docs and has_validation_docs are False"
", using test_docs but this is not recommended."
", using test_docs as fewshot_docs but this is not recommended."
)
return self.test_docs()
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment