Spaces:
Running
Running
Update README.md
Browse files
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('
|
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 |
|