From 3f567dad3420de62a8e653b2dde75c8ee640980a Mon Sep 17 00:00:00 2001 From: Steven Pousty Date: Mon, 11 Sep 2023 14:57:09 -0700 Subject: [PATCH] small typoe fix (#688) --- examples/evaluation/How_to_eval_abstractive_summarization.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/evaluation/How_to_eval_abstractive_summarization.ipynb b/examples/evaluation/How_to_eval_abstractive_summarization.ipynb index 0647b5da..8777bea3 100644 --- a/examples/evaluation/How_to_eval_abstractive_summarization.ipynb +++ b/examples/evaluation/How_to_eval_abstractive_summarization.ipynb @@ -119,7 +119,7 @@ "source": [ "## Example task\n", "\n", - "For the purposes of this notebook we'll use the example summarization below. Notice that we provide two generated summaries to compare, and a reference human-writte summary, which evaluation metrics like `ROUGE` and `BERTScore` require.\n", + "For the purposes of this notebook we'll use the example summarization below. Notice that we provide two generated summaries to compare, and a reference human-written summary, which evaluation metrics like `ROUGE` and `BERTScore` require.\n", "\n", "Excerpt (`excerpt`):\n", "\n",