Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanwharris committed Nov 9, 2021
1 parent 713ba48 commit 2e4c02c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flash/text/question_answering/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def __init__(
self._initialize_model_specific_parameters()

self.rouge = RougeMetric(
rouge_newline_sep=rouge_newline_sep,
newline_sep=rouge_newline_sep,
use_stemmer=use_stemmer,
)

Expand Down

0 comments on commit 2e4c02c

Please sign in to comment.