We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f1451c6 + 88c9bd7 commit 59a8416Copy full SHA for 59a8416
hw4/informed_seq2seq_predictor.py
@@ -23,4 +23,4 @@ def _json_to_instance(self, json_dict: JsonDict) -> Instance:
23
"""
24
source = json_dict["source"]
25
extra = json_dict["extra"]
26
- return self._dataset_reader.text_to_instance(source, extra_str=extra)
+ return self._dataset_reader.text_to_instance(source, extra_seq=extra)
0 commit comments