Update README.md
Browse filesUpdated readme for the model
README.md
CHANGED
@@ -1,3 +1,40 @@
|
|
1 |
---
|
2 |
license: llama2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: llama2
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
tags:
|
6 |
+
- Python
|
7 |
+
- Leetcode
|
8 |
+
- Problem Solving
|
9 |
+
- CP
|
10 |
---
|
11 |
+
|
12 |
+
# LeetCodeWizard: A LLM for mastering programming interviews and solving programming problems.
|
13 |
+
|
14 |
+
<p align="center">
|
15 |
+
<img src="https://raw.githubusercontent.com/Nan-Do/LeetCodeContestsDataset/main/LeetCodeWizardLogo.png" width="350"/>
|
16 |
+
</p>
|
17 |
+
|
18 |
+
**What is LeetCodeWizard?**
|
19 |
+
- LeetCodeWizard is a coding large language model specifically trained to solve and explain Leetcode (or any) programming problems.
|
20 |
+
|
21 |
+
**How was the model developed?**
|
22 |
+
- 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)
|
23 |
+
|
24 |
+
|
25 |
+
**Model capabilities:**
|
26 |
+
- 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.
|
27 |
+
|
28 |
+
- It can write both the code and the explanations for the solutions.
|
29 |
+
|
30 |
+
**Prompt template:**
|
31 |
+
- This model uses the alpaca instruction/response prompt style (the input field is not neccesary).
|
32 |
+
|
33 |
+
| Model | Checkpoint | Base Model |
|
34 |
+
|--------------------|---------------------------------------------------------------------------------------------|------------|
|
35 |
+
| LeetCodeWizard-13B-V1.1 | 🤗 <a href="https://huggingface.co/Nan-Do/LeetCodeWizard_13B_v1.1/tree/main" target="_blank">HF Link</a> | WizardCoder-Python-13B-V1.1 |
|
36 |
+
| LeetCodeWizard-7B-V1.1 | 🤗 <a href="https://huggingface.co/Nan-Do/LeetCodeWizard_7B_V1.1/tree/main" target="_blank">HF Link</a> | WizardCoder-Python-7B-V1.1 |
|
37 |
+
|
38 |
+
|
39 |
+
|
40 |
+
[<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)
|