Skip to content

Commit

Permalink
Fixed stop sequence issue in press releases.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelNiklaus committed Jan 7, 2025
1 parent d9078a7 commit 46eb62a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion community_tasks/swiss_legal_evals.py
Original file line number Diff line number Diff line change
Expand Up @@ -862,7 +862,7 @@ def __post_init__(self):
text_col_name="text",
metadata_cols=["filename"],
generation_size=1024,
stop_sequence=["</s>", ".\n\n", "\n\n"],
stop_sequence=["</s>"],
)
},
)
Expand Down

0 comments on commit 46eb62a

Please sign in to comment.