Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
|
@@ -26,7 +26,7 @@ results = apps_metric.compute(predictions=generations)
|
|
| 26 |
```
|
| 27 |
|
| 28 |
### Inputs
|
| 29 |
-
**generations** list(list(str)): List of code generations, each sub-list corresponds to the generations for a problem in APPS dataset, the order of the samples in the dataset must be kept (with respect to the difficulty level)
|
| 30 |
|
| 31 |
### Output Values
|
| 32 |
|
|
|
|
| 26 |
```
|
| 27 |
|
| 28 |
### Inputs
|
| 29 |
+
**generations** list(list(str)): List of code generations, each sub-list corresponds to the generations for a problem in APPS dataset, **the order of the samples in the dataset must be kept (with respect to the difficulty level)**.
|
| 30 |
|
| 31 |
### Output Values
|
| 32 |
|