lean-dojo / ReProver

Retrieval-Augmented Theorem Provers for Lean
https://leandojo.org
MIT License
208 stars 44 forks source link

Checkpoints #64

Closed Adarsh321123 closed 3 weeks ago

Adarsh321123 commented 1 month ago

What are the most recent model checkpoints for retrieving premises and generating tactics? I was using https://huggingface.co/kaiyuy/leandojo-pl-ckpts, but it seems to have been deleted from HuggingFace.

yangky11 commented 1 month ago

We no longer need leandojo-pl-ckpts since the model checkpoints are available in the Hugging Face format. If you need models in the PyTorch Lightning format, you can use the tricks here.