Update README.md
Browse filesUpdated formatting.
README.md
CHANGED
@@ -9,10 +9,9 @@ tags:
|
|
9 |
- CP
|
10 |
---
|
11 |
|
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](https://
|
13 |
-
Some samples of this dataset can be found [here](https://github.com/Nan-Do/LeetCodeContestsDataset).
|
14 |
|
15 |
-
It should be able to solve most of the problems at Leetcode and even pass the sample interviews they offer on the site.
|
16 |
|
17 |
It can write both code and explanations for the solutions.
|
18 |
|
|
|
9 |
- CP
|
10 |
---
|
11 |
|
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 |
|
14 |
+
It should be able to solve most of the problems at [Leetcode](https://leetcode.com/) and even pass the sample interviews they offer on the site.
|
15 |
|
16 |
It can write both code and explanations for the solutions.
|
17 |
|