Update README.md
Browse files
README.md
CHANGED
@@ -12,7 +12,7 @@ tags:
|
|
12 |
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).
|
13 |
The model has been LoRA fine-tuned using [axolotl](https://github.com/OpenAccess-AI-Collective/Axolotl).
|
14 |
|
15 |
-
It should be able to solve
|
16 |
|
17 |
It can write both the code and the explanations for the solutions.
|
18 |
|
|
|
12 |
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).
|
13 |
The model has been LoRA fine-tuned using [axolotl](https://github.com/OpenAccess-AI-Collective/Axolotl).
|
14 |
|
15 |
+
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.
|
16 |
|
17 |
It can write both the code and the explanations for the solutions.
|
18 |
|