"...git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "cbe63949d76efd153a1f389f38fe9ce1287e06b0"
Unverified Commit 4f21e1dd authored by Bhadresh Savani's avatar Bhadresh Savani Committed by GitHub
Browse files

fixed finename (#10939)

parent b0595d33
...@@ -222,7 +222,7 @@ def postprocess_qa_predictions( ...@@ -222,7 +222,7 @@ def postprocess_qa_predictions(
) )
if version_2_with_negative: if version_2_with_negative:
null_odds_file = os.path.join( null_odds_file = os.path.join(
output_dir, "null_odds.json" if prefix is None else f"{prefix}_null_odds_{prefix}.json" output_dir, "null_odds.json" if prefix is None else f"{prefix}_null_odds.json"
) )
logger.info(f"Saving predictions to {prediction_file}.") logger.info(f"Saving predictions to {prediction_file}.")
......
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