From e32588f4e3e3e68db46da22236d90b46a46921db Mon Sep 17 00:00:00 2001 From: Melih Yilmaz <32707537+melihyilmaz@users.noreply.github.com> Date: Fri, 23 Feb 2024 11:05:00 -0800 Subject: [PATCH] Add model weights link --- docs/faq.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/faq.md b/docs/faq.md index 8a46feb8..59f6631e 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -145,6 +145,10 @@ You can use any of the scheduler classes available in [`torch.optim.lr_scheduler ## Miscellaneous +**Where can I find Casanovo model weights trained on the nine-species benchmark?** + +You can find the Casanovo weights from 9-species benchmark training [here](https://doi.org/10.5281/zenodo.10694984) on Zenodo, each set of weights are trained and validated on 8 species using the default configurations, with the remaining species held out for testing. You can use these weights with Casanovo v4.x.x. + **How can I generate a precision–coverage curve?** You can evaluate a trained Casanovo model compared to ground-truth peptide labels using a precision–coverage curve.