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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -21,7 +21,7 @@ This metric is used to evaluate code generation on the [APPS benchmark](https://
21
  You can load the metric and use it with the following commands:
22
  ```
23
  from evaluate import load
24
- apps_metric = load('loubnabnl/apps_metric')
25
  results = apps_metric.compute(predictions=generations)
26
  ```
27
 
 
21
  You can load the metric and use it with the following commands:
22
  ```
23
  from evaluate import load
24
+ apps_metric = load('codeparrot/apps_metric')
25
  results = apps_metric.compute(predictions=generations)
26
  ```
27