Unverified Commit 335c0ca3 authored by versis's avatar versis Committed by GitHub
Browse files

fixed typo: logging instead of logger (#11025)

parent 34e1bec6
......@@ -152,7 +152,7 @@ def get_entailment_id(config):
for label, ind in config.label2id.items():
if label.lower().startswith("entail"):
return ind
logging.warning("Could not identify entailment dimension from teacher config label2id. Setting to -1.")
logger.warning("Could not identify entailment dimension from teacher config label2id. Setting to -1.")
return -1
......
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