diff --git a/src/dug/core/annotators/sapbert_annotator.py b/src/dug/core/annotators/sapbert_annotator.py index 7ab1434..a58f860 100644 --- a/src/dug/core/annotators/sapbert_annotator.py +++ b/src/dug/core/annotators/sapbert_annotator.py @@ -251,7 +251,7 @@ def make_annotation_request(self, term_dict: Input, http_session: Session): "text": term_dict["text"], "model_name": "sapbert", "count": 10, - "args": {"bl_type": term_dict["bl_type"]}, + # "args": {"bl_type": term_dict["bl_type"]}, } # This could be moved to a config file NUM_TRIES = 5