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.1a"
# 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.1a",
		"prompt": "Once upon a time,",
		"max_tokens": 512,
		"temperature": 0.5
	}'
Use Docker
docker model run hf.co/Nan-Do/LeetCodeWizard_13B_v1.1a
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.

Prompt template:

  • This model uses the alpaca instruction/response prompt style (the input field is not neccesary).
Model Checkpoint Base Model
LeetCodeWizard-13B-V1.1 🤗 HF Link WizardCoder-Python-13B-V1.1
LeetCodeWizard-7B-V1.1 🤗 HF Link WizardCoder-Python-7B-V1.1

Built with Axolotl

Downloads last month
7
Inference Providers NEW

Model tree for Nan-Do/LeetCodeWizard_13B_v1.1a

Quantizations
3 models