Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
matsen committed Dec 13, 2024
1 parent 7fccd1e commit d943a37
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions netam/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -728,9 +728,8 @@ def predict(self, representation: Tensor):


class TransformerBinarySelectionModelPIE(TransformerBinarySelectionModelWiggleAct):
"""
This version of the model uses an ESM model to embed the amino acid
sequences as an input to the model rather than training an embedding.
"""This version of the model uses an ESM model to embed the amino acid sequences as
an input to the model rather than training an embedding.
PIE stands for Protein Input Embedding.
"""
Expand Down

0 comments on commit d943a37

Please sign in to comment.