upload files
parents
Showing
.gitignore
0 → 100644
.gitmodules
0 → 100644
LICENSE-CODE
0 → 100644
LICENSE-MODEL
0 → 100644
This diff is collapsed.
Click to expand it.
README.md
0 → 100644
configs/RMaxTS.py
0 → 100644
configs/sampling.py
0 → 100644
configs/sampling_few_shot.py
0 → 100644
datasets/minif2f.jsonl
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
datasets/minif2f_valid_few_shot.jsonl
0 → 100644
This diff is collapsed.
Click to expand it.
datasets/proofnet.jsonl
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
figures/badge.svg
0 → 100644
figures/logo.svg
0 → 100644
This diff is collapsed.
Click to expand it.
figures/long_context.png
0 → 100644
This diff is collapsed.
Click to expand it.
figures/model_price.jpg
0 → 100644
281 KB
figures/performance.png
0 → 100644
201 KB
figures/qr.jpeg
0 → 100644
512 KB
paper.pdf
0 → 100644
File added
prover/algorithms/__init__.py
0 → 100644
prover/algorithms/base.py
0 → 100644
prover/algorithms/rmax_tree_search.py
0 → 100644
This diff is collapsed.
Click to expand it.
prover/algorithms/sampling.py
0 → 100644
prover/launch.py
0 → 100644
prover/lean/ast_parser.py
0 → 100644
This diff is collapsed.
Click to expand it.
prover/lean/proof.py
0 → 100644
prover/lean/verifier.py
0 → 100644
prover/summarize.py
0 → 100644
prover/utils.py
0 → 100644
prover/workers/__init__.py
0 → 100644
prover/workers/data_loader.py
0 → 100644
prover/workers/generator.py
0 → 100644
prover/workers/scheduler.py
0 → 100644
prover/workers/search.py
0 → 100644
quick_start.py
0 → 100644
requirements.txt
0 → 100644
pytz==2022.1 | |||
easydict==1.13 | |||
torch==2.2.1 | |||
transformers==4.40.1 | |||
vllm==0.4.1 | |||
numpy==1.26.4 | |||
pandas==1.4.3 | |||
tabulate==0.9.0 | |||
termcolor==2.4.0 | |||
accelerate==0.33.0 | |||
flash_attn==2.6.3 | |||
\ No newline at end of file |