Skip to content

Commit

Permalink
Update prompt_class_prefix on English
Browse files Browse the repository at this point in the history
  • Loading branch information
John Cordeiro authored and John Cordeiro committed Feb 5, 2024
1 parent e7393ed commit 62b8b3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bothub/api/v2/zeroshot/usecases/format_prompt.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class FormatPrompt:
"en": {
"prompt_context": "You are very expert in ",
"prompt_has_classes": ". You have the following classes:\\n\\n",
"prompt_class_suffix": "Class: ",
"prompt_class_prefix": "Class: ",
"is_class_context_prefix": False,
"prompt_context_classes": " class context",
"prompt_none_name": "None",
Expand Down

0 comments on commit 62b8b3b

Please sign in to comment.