We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cb4195 commit 435d9feCopy full SHA for 435d9fe
promptsource/templates.py
@@ -440,7 +440,7 @@ def __init__(
440
:param choices_in_prompt: If True, the answer choices are included in the templates such that models
441
see those choices in the input. Only applicable to classification tasks.
442
: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!)
+ :param languages: List of strings denoting languages used in the prompt (not the associated dataset!)
444
"""
445
self.original_task = original_task
446
self.choices_in_prompt = choices_in_prompt
0 commit comments