dandingsky
Results
1
issues of
dandingsky
Hi, I'm trying to run through the residue annotation pipeline. I noticed that in [encode_decode.py](https://github.com/evolutionaryscale/esm/blob/494e2e1d5c25e8d8bfae466ce8b50959d845d816/esm/utils/function/encode_decode.py#L75) we have: ```python ra_tokens = residue_annotations_tokenizer.tokenize( { "interpro_site_descriptions": descriptions, "interpro_site_starts": starts, "interpro_site_ends": ends, }, sequence=sequence,...