How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "HaimingW/Leandojo-CodeLLama-7b"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "HaimingW/Leandojo-CodeLLama-7b",
		"prompt": "Once upon a time,",
		"max_tokens": 512,
		"temperature": 0.5
	}'
Use Docker
docker model run hf.co/HaimingW/Leandojo-CodeLLama-7b
Quick Links

YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

This is a CodeLlama-7b model fine-tuned on LeanDojo Benchmark

The performance is comparable with the paper Temperature-scaled large language models for Lean proofstep prediction with around 57.7 pass@1 accuracy on LeanDojo "random" benchmark.

The training lines are formatted as follow:

GOAL $(tactic state) PROOFSTEP $(tactic)

For inference, use the following line:

GOAL $(tactic state) PROOFSTEP
Downloads last month
1
Safetensors
Model size
7B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for HaimingW/Leandojo-CodeLLama-7b

Quantizations
1 model