"sgl-router/src/vscode:/vscode.git/clone" did not exist on "21e1bc475c3bbef3f70d1a82d70683dfc8b2fe93"
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): ...@@ -275,7 +275,7 @@ class Task(abc.ABC):
else: else:
eval_logger.warning( eval_logger.warning(
"has_training_docs and has_validation_docs are False" "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() 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