update
Browse files- evaluation/intro.txt +1 -0
evaluation/intro.txt
CHANGED
|
@@ -35,6 +35,7 @@ print(pass_at_k)
|
|
| 35 |
```
|
| 36 |
|
| 37 |
To better understand how pass@k metric works, we will illustrate it with some concrete examples. We select two problems from the HumanEval dataset and see how CodeParrot 🦜 (110M) performs and which code completions pass the unit tests of the two problems below:
|
|
|
|
| 38 |
**Problem 1:**
|
| 39 |
|
| 40 |
```python
|
|
|
|
| 35 |
```
|
| 36 |
|
| 37 |
To better understand how pass@k metric works, we will illustrate it with some concrete examples. We select two problems from the HumanEval dataset and see how CodeParrot 🦜 (110M) performs and which code completions pass the unit tests of the two problems below:
|
| 38 |
+
|
| 39 |
**Problem 1:**
|
| 40 |
|
| 41 |
```python
|