loubnabnl HF staff commited on
Commit
186b61d
1 Parent(s): 436dfe2

Update README.md

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