Skip to content

Commit

Permalink
Apply isort and black reformatting
Browse files Browse the repository at this point in the history
Signed-off-by: tbartley94 <tbartley94@users.noreply.github.com>
  • Loading branch information
tbartley94 committed Jul 23, 2024
1 parent 5ff6256 commit aadc12a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion nemo/collections/common/prompts/canary.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ class CanaryPromptFormatter(PromptFormatter):
"asr", "ast", "translate", "transcribe", "s2t_translation", "<|transcribe|>", "<|translate|>"
),
"target_lang": Modality.Text,
"pnc": Modality.TextLiteral("yes", "no", "true", "True", "false", "False", "1", "0", "pnc", "nopnc", "<|pnc|>", "<|nopnc|>"),
"pnc": Modality.TextLiteral(
"yes", "no", "true", "True", "false", "False", "1", "0", "pnc", "nopnc", "<|pnc|>", "<|nopnc|>"
),
},
},
OUTPUT_ROLE: {
Expand Down

0 comments on commit aadc12a

Please sign in to comment.