Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit 1c25f25

Browse files
committed
fix typo 2
1 parent 7e05b6e commit 1c25f25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/Summarization_Evals.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
"\n",
109109
"We are interested in evaluating summarization in real-world, enterprise use cases, which typically have two distinguishing features as compared to academic summarization benchmarks:\n",
110110
"- Enterprise use cases often focus on specific summarization objectives, e.g. \"summarize action items\".\n",
111-
"- Enterprise uses cases often feature specific instruction constraints, e.g. \"summarize in bullets with each bullet under 20 words\".\n",
111+
"- Enterprise use cases often feature specific instruction constraints, e.g. \"summarize in bullets with each bullet under 20 words\".\n",
112112
"\n",
113113
"Therefore, we must first create a dataset that contains diverse summarization prompts. We will do this programmatically by building prompts from their components, as defined below:\n",
114114
"- Prompt = text (e.g. transcript to be summarized) + instruction\n",

0 commit comments

Comments
 (0)