Commit 523243d2 authored by Baber's avatar Baber
Browse files

nit

parent 06db8b9b
......@@ -112,7 +112,7 @@ def process_results(doc: dict, prediction: List[str]) -> Dict[str, int]:
* len(gold),
references=gold,
ignore_case=True,
ignore_punctuation=True,
ignore_punctuation=False,
)["exact_match"]
> 0
)
......
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