Update README.md
Browse files
README.md
CHANGED
@@ -3,4 +3,13 @@ datasets:
|
|
3 |
- mhhmm/leetcode-solutions-python
|
4 |
---
|
5 |
|
6 |
-
[replit/replit-code-v1-3b](https://huggingface.co/replit/replit-code-v1-3b) finetuned on [mhhmm/leetcode-solutions-python](https://huggingface.co/datasets/mhhmm/leetcode-solutions-python).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
- mhhmm/leetcode-solutions-python
|
4 |
---
|
5 |
|
6 |
+
[replit/replit-code-v1-3b](https://huggingface.co/replit/replit-code-v1-3b) finetuned on [mhhmm/leetcode-solutions-python](https://huggingface.co/datasets/mhhmm/leetcode-solutions-python).
|
7 |
+
|
8 |
+
Finetuning format:
|
9 |
+
```
|
10 |
+
{function_defintion}
|
11 |
+
"""
|
12 |
+
{problem}
|
13 |
+
"""
|
14 |
+
{function_body}
|
15 |
+
```
|