esm
esm copied to clipboard
chain_id and sequence_id clarification
Hello everybody and thanks for the awsome work, i'm currently trying to fine-tune esm3 on a dataset of protein complexes and i would like to have clarification about chain_id and sequence_id. how should they be set to? i.e. i have two protein sequences one of length 30 one of length 20, should be both set to something like [0] * 32 + [ 1] * 21 ?
thanks so much