Skip to content

Commit

Permalink
Merge pull request facebookresearch#1031 from facebookresearch/emilyd…
Browse files Browse the repository at this point in the history
…inan-patch-1

Fix for squad name changes
  • Loading branch information
Emily Dinan authored Jul 27, 2018
2 parents f3f0727 + 1186190 commit c72aceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parlai/tasks/squad/agents.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ def get(self, episode_idx, entry_idx=None):
return action


class SentenceeditTeacher(SentenceIndexTeacher):
class SentenceeditTeacher(SentenceTeacher):
"""Index teacher where the labels are the sentences the contain the true
answer.
Expand Down

0 comments on commit c72aceb

Please sign in to comment.