File size: 428 Bytes
2b05c11
 
 
 
 
6009c51
 
8334838
 
 
 
6009c51
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
datasets:
- matorus/coder
---

[replit/replit-code-v1-3b](https://huggingface.co/replit/replit-code-v1-3b) finetuned on [matorus/coder](https://huggingface.co/datasets/matorus/coder).

**HumanEval scores**: pass@1: 28.7%, pass@10: 43.3%
<br>
See [torusresearch/code-eval](https://github.com/torusresearch/code-eval) for evaluation code.

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