From 0b1fa20faaaa6541c7a6fd7ac36206157f537f64 Mon Sep 17 00:00:00 2001 From: Matt Gardner Date: Tue, 29 Sep 2020 15:02:12 -0700 Subject: [PATCH] Update allennlp/models/multitask.py Co-authored-by: James Barry --- allennlp/models/multitask.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/allennlp/models/multitask.py b/allennlp/models/multitask.py index 4f1b1f42f02..2dd14082ca4 100644 --- a/allennlp/models/multitask.py +++ b/allennlp/models/multitask.py @@ -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