Skip to content

Commit

Permalink
[doc] change default tldr evaluation set
Browse files Browse the repository at this point in the history
  • Loading branch information
huyiwen committed Aug 29, 2024
1 parent 15a12a2 commit 4a098a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utilization/dataset/tldr.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class TLDR(GenerationDataset):
"""

instruction = "{source}"
evaluation_set = "train"
evaluation_set = "test"
example_set = None
metrics = [Rouge()]
load_args = ("CarperAI/openai_summarize_tldr",)
Expand Down

0 comments on commit 4a098a3

Please sign in to comment.