mirror of
https://github.com/huggingface/transformers.git
synced 2025-08-02 19:21:31 +06:00
logging truth error
This commit is contained in:
parent
df52abe373
commit
ec4b1c659f
@ -248,7 +248,8 @@ class ArcProcessor(DataProcessor):
|
||||
elif truth in "1234":
|
||||
return int(truth) - 1
|
||||
else:
|
||||
logger.info("truth ERROR!")
|
||||
logger.info("truth ERROR! %s", str(truth))
|
||||
return None
|
||||
|
||||
examples = []
|
||||
three_choice = 0
|
||||
|
Loading…
Reference in New Issue
Block a user