File size: 332 Bytes
25d7bf6
 
 
 
 
4c5ce0e
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
datasets:
- mhhmm/leetcode-solutions-python
---

[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).

Finetuning format:
```
{function_defintion}
  """
  {problem}
  """
  {function_body}
```