Skip to content

Commit 435d9fe

Browse files
authored
Update templates.py (#848)
Typo
1 parent 2cb4195 commit 435d9fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

promptsource/templates.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ def __init__(
440440
:param choices_in_prompt: If True, the answer choices are included in the templates such that models
441441
see those choices in the input. Only applicable to classification tasks.
442442
:param metrics: List of strings denoting metrics to use for evaluation
443-
:param metrics: List of strings denoting languages used in the prompt (not the associated dataset!)
443+
:param languages: List of strings denoting languages used in the prompt (not the associated dataset!)
444444
"""
445445
self.original_task = original_task
446446
self.choices_in_prompt = choices_in_prompt

0 commit comments

Comments
 (0)