Skip to content

Commit

Permalink
remove auto-format of [MASK]
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentin Zulkower committed Jan 13, 2025
1 parent a0b75cb commit 0e1dbb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ginkgo_ai_client/queries.py
Original file line number Diff line number Diff line change
Expand Up @@ -495,8 +495,8 @@ def to_request_params(self) -> Dict:

data = {
# Many people in the field use [MASK] but our API client uses <mask> for all models
"three_utr": self.three_utr.replace("[MASK]", "<mask>"),
"five_utr": self.five_utr.replace("[MASK]", "<mask>"),
"three_utr": self.three_utr,
"five_utr": self.five_utr,
"sequence_aa": self.protein_sequence,
"species": self.species,
"temperature": self.temperature,
Expand Down

0 comments on commit 0e1dbb9

Please sign in to comment.