matorus commited on
Commit
4c5ce0e
1 Parent(s): 25d7bf6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -1
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
+ ```