Spaces:
Sleeping
Sleeping
matanninio
commited on
Commit
·
722d1ff
1
Parent(s):
b93c8a7
cleanup merge
Browse files- mammal_demo/tcr_task.py +1 -0
mammal_demo/tcr_task.py
CHANGED
@@ -77,6 +77,7 @@ Given a TCR beta chain and epitope amino acid sequences, estimate the binding af
|
|
77 |
)
|
78 |
return batch_dict
|
79 |
|
|
|
80 |
def decode_output(self, batch_dict, tokenizer_op: ModularTokenizerOp) -> list:
|
81 |
"""
|
82 |
Extract predicted class and scores
|
|
|
77 |
)
|
78 |
return batch_dict
|
79 |
|
80 |
+
|
81 |
def decode_output(self, batch_dict, tokenizer_op: ModularTokenizerOp) -> list:
|
82 |
"""
|
83 |
Extract predicted class and scores
|