replit-leetcode / README.md
matorus's picture
Update README.md
4c5ce0e
---
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}
```