Skip to content

Commit 6e41cf7

Browse files
committed
Refactor README.md: add TODOs
1 parent 6c592be commit 6e41cf7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

evaluation/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -179,13 +179,13 @@ plt.tight_layout()
179179
plt.show()
180180

181181
#TODO: Compute count, min, quantiles and max by model
182-
#TODO: Calculate efficiency metrics: Totel Token Usage, Cost per Token, Tokens per Second, Cost per Second
183-
184-
182+
#TODO: Calculate efficiency metrics: Total Token Usage, Cost per Token, Tokens per Second, Cost per Second
185183

186184

187185
The script outputs a CSV with the following columns:
188186

187+
#TODO: Summarize https://aclanthology.org/N18-1065.pdf
188+
189189
* Evaluates LLM outputs for:
190190

191191
* Extractiveness Coverage: Percentage of words in the summary that are part of an extractive fragment with the article
@@ -196,4 +196,4 @@ The script outputs a CSV with the following columns:
196196

197197
* Token usage (input/output)
198198
* Estimated cost in USD
199-
* Duration (in seconds)
199+
* Duration (in seconds)

0 commit comments

Comments
 (0)