Skip to content

Commit

Permalink
Merge pull request #364 from helxplatform/bagel
Browse files Browse the repository at this point in the history
remove type from sapbert call to make things faster
  • Loading branch information
YaphetKG authored Aug 7, 2024
2 parents 8a7172b + 1e3a847 commit c976198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dug/core/annotators/sapbert_annotator.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c976198

Please sign in to comment.