Skip to content

Commit

Permalink
Update allennlp/models/multitask.py
Browse files Browse the repository at this point in the history
Co-authored-by: James Barry <james.barry26@mail.dcu.ie>
  • Loading branch information
matt-gardner and jbrry committed Sep 29, 2020
1 parent 0c44d4d commit 0b1fa20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion allennlp/models/multitask.py
Expand Up @@ -29,7 +29,7 @@ class MultiTaskModel(Model):
right arguments to the right modules, but we allow you to specify these arguments yourself in
case our inference code gets it wrong.
It the caller's responsibility to make sure that the backbone and all heads are compatible with
It is the caller's responsibility to make sure that the backbone and all heads are compatible with
each other, and with the input data that comes from a `MultiTaskDatasetReader`. We give some
arguments in this class and in `MultiTaskDatasetReader` to help with plumbing the arguments in
complex cases (e.g., you can change argument names so that they match what the backbone and
Expand Down

0 comments on commit 0b1fa20

Please sign in to comment.