File size: 1,810 Bytes
2a9bf2d
 
b61ebfd
 
 
 
 
 
 
2a9bf2d
b61ebfd
 
 
 
68a9825
b61ebfd
 
 
6728726
b61ebfd
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
---
license: llama2
language:
- en
tags:
- Python
- Leetcode
- Problem Solving
- CP
---

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

<p align="center">
<img src="https://raw.githubusercontent.com/Nan-Do/LeetCodeContestsDataset/main/LeetCodeWizardLogo.png" width="350"/>
</p>

**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-13B](https://huggingface.co/WizardLM/WizardCoder-Python-13B-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.

| Model              | Checkpoint                                                                                  | Base Model |
|--------------------|---------------------------------------------------------------------------------------------|------------|
| LeetCodeWizard-13B-V1.0 | 🤗 <a href="https://huggingface.co/Nan-Do/LeetCodeWizard_13B_v1.0/tree/main" target="_blank">HF Link</a> |  WizardCoder-Python-13B-V1.0  | 
| LeetCodeWizard-7B-V1.0  | 🤗 <a href="https://huggingface.co/Nan-Do/LeetCodeWizard_7B_V1.0/tree/main" target="_blank">HF Link</a>  |  WizardCoder-Python-7B-V1.0   |


[<img src="https://raw.githubusercontent.com/OpenAccess-AI-Collective/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/OpenAccess-AI-Collective/axolotl)