small typoe fix (#688)
This commit is contained in:
parent
8daea9ec6f
commit
857b592731
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue