matorus commited on
Commit
6009c51
1 Parent(s): 3e65e2d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -1
README.md CHANGED
@@ -3,4 +3,13 @@ datasets:
3
  - matorus/coder
4
  ---
5
 
6
- [replit/replit-code-v1-3b](https://huggingface.co/replit/replit-code-v1-3b) finetuned on [matorus/coder](https://huggingface.co/datasets/matorus/coder).
 
 
 
 
 
 
 
 
 
 
3
  - matorus/coder
4
  ---
5
 
6
+ [replit/replit-code-v1-3b](https://huggingface.co/replit/replit-code-v1-3b) finetuned on [matorus/coder](https://huggingface.co/datasets/matorus/coder).
7
+
8
+ Finetuning format:
9
+ ```
10
+ {function_defintion}
11
+ """
12
+ {task}
13
+ """
14
+ {function_body}
15
+ ```