diff --git a/README.md b/README.md index fb1fb48..5a06ff8 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,7 @@ We provide the following two ways to use ACCENT on your own dialogues: history = "{utt1}{utt2}{utt3}{utt4}" # Dialogue history with 4 previous utterances. target = "target response to evaluate" - score, tuples, cs_tails, tuple_scores = metric.score(history, target, debug_mode=True) + score, tuples, cs_tails, tuple_scores = metric.score(history, target, verbose_mode=True) print(f'Score: {score}')