Skip to content

Conversation

@thomasw21
Copy link
Member

No description provided.

# Get the prompt to apply and the possible targets.
# TODO(Victor): If pulling from pre-processed data, remove this logic.

if args.dataset_config_name is None or args.template_config_name is None or args.dataset_name == "anli":
Copy link
Member Author

@thomasw21 thomasw21 Jul 17, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Woops merged too fast, this should've been

if (args.dataset_config_name is None and args.template_config_name is None) or args.dataset_name == "anli"

cc @lintangsutawika

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants