bert_score
bert_score copied to clipboard
Warning
trafficstars
Hi~
How can i hide the warning as follows:
Warning: Empty candidate sentence detected; setting raw BERTscores to 0.
+1 here. The warning should be made using the warnings module so we can choose to ignore it. It's currently using print, which is a very bad practice.