Skip to content

Commit

Permalink
Update templates.py (#848)
Browse files Browse the repository at this point in the history
Typo
  • Loading branch information
sbmaruf authored May 31, 2023
1 parent 2cb4195 commit 435d9fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion promptsource/templates.py
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ def __init__(
:param choices_in_prompt: If True, the answer choices are included in the templates such that models
see those choices in the input. Only applicable to classification tasks.
:param metrics: List of strings denoting metrics to use for evaluation
:param metrics: List of strings denoting languages used in the prompt (not the associated dataset!)
:param languages: List of strings denoting languages used in the prompt (not the associated dataset!)
"""
self.original_task = original_task
self.choices_in_prompt = choices_in_prompt
Expand Down

0 comments on commit 435d9fe

Please sign in to comment.