--- license: llama2 language: - en tags: - Python - Leetcode - Problem Solving - CP --- # 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?** - This model is a fine-tuned version of the [WizardCoder-Python-7B](https://huggingface.co/WizardLM/WizardCoder-Python-7B-V1.0) with a dataset of [Leetcode problems](https://github.com/Nan-Do/LeetCodeContestsDataset) **Model capabilities:** - It should be able to solve most of the problems found at [Leetcode](https://leetcode.com/) 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](https://github.com/OpenAccess-AI-Collective/axolotl)