Skip to content

Commit

Permalink
add negotiation to categories
Browse files Browse the repository at this point in the history
  • Loading branch information
alexholdenmiller authored Aug 28, 2017
1 parent a4b7d8d commit 8e85ce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/generate_task_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# of patent rights can be found in the PATENTS file in the same directory.
from parlai.tasks.task_list import task_list

category_order = ['QA', 'Cloze', 'Goal', 'ChitChat', 'Visual']
category_order = ['QA', 'Cloze', 'Goal', 'ChitChat', 'Negotiation', 'Visual']
category_task_list = {x:[] for x in category_order}

for task_dict in task_list:
Expand Down

0 comments on commit 8e85ce8

Please sign in to comment.