You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been exploring your DiffAbXL repository and found the section in the README about how to build an interface for benchmarking models. However, I couldn't find any specific code or reference for how DiffAbXL calculates these log-likelihood values. Could you please point me to the relevant part of the repository where this is handled?
The text was updated successfully, but these errors were encountered:
This repository was initially intended to contain only the model-related code, while our internal benchmarking pipeline is kept separate. However, I've added a script that demonstrates how to compute the log-likelihood as outlined in the paper (see below). Please note that the compute_loglikelihood method assumes that input variables such as sequence_tokens_list and posterior_list contain values for the specific positions where mutations occur. In other words, the sequences in sequence_tokens_list don’t need to be continuous segments of the entire sequence but should include tokens corresponding to the mutated positions. I will close this issue, but if you have any further questions about it, please feel free to re-open it.
I have been exploring your DiffAbXL repository and found the section in the README about how to build an interface for benchmarking models. However, I couldn't find any specific code or reference for how DiffAbXL calculates these log-likelihood values. Could you please point me to the relevant part of the repository where this is handled?
The text was updated successfully, but these errors were encountered: