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

LeetCodeWizard: A LLM for mastering programming interviews and solving programming problems.

What is LeetCodeWizard?

  • LeetCodeWizard is a coding large language model specifically trained to solve and explain Leetcode (or any) programming problems.

How was the model developed?

Model capabilities:

  • It should be able to solve most of the problems found at Leetcode and even pass the sample interviews they offer on the site.

  • It can write both the code and the explanations for the solutions.

Model Checkpoint Base Model
LeetCodeWizard-13B-V1.0 ๐Ÿค— HF Link WizardCoder-Python-13B-V1.0
LeetCodeWizard-7B-V1.0 ๐Ÿค— HF Link WizardCoder-Python-7B-V1.0

Built with Axolotl

Downloads last month
11
Inference Providers NEW

Space using Nan-Do/LeetCodeWizard_13B_v1.0 1