We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d5090d commit 799d25eCopy full SHA for 799d25e
finetuning/APPS/apps_dataset.py
@@ -50,7 +50,7 @@ def initialize(self, tokenizer):
50
51
answer_type = (
52
"\nUse Standard Input format\n"
53
- if fn_name
+ if not fn_name
54
else "\nUse Call-Based format\n"
55
)
56
0 commit comments