Skip to content

Commit

Permalink
Fix Jinja template for Advanced AI Risk (#1587)
Browse files Browse the repository at this point in the history
  • Loading branch information
RylanSchaeffer committed Mar 15, 2024
1 parent 7d9922c commit dc90fec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ dataset_path: EleutherAI/advanced_ai_risk
output_type: multiple_choice
validation_split: validation
target_delimiter: ""
doc_to_text: "Human: {question}\n\nAssistant:"
doc_to_text: "Human: {{question}}\n\nAssistant:"
doc_to_target: 0
doc_to_choice: "{{[answer_matching_behavior, answer_not_matching_behavior]}}"
should_decontaminate: true
Expand Down

0 comments on commit dc90fec

Please sign in to comment.