Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -19,6 +19,11 @@ description: >-
|
|
| 19 |
|
| 20 |
# Metric Card for Code Eval StdIO
|
| 21 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
## Metric description
|
| 23 |
|
| 24 |
This metric implements the evaluation harness for the HumanEval problem solving dataset
|
|
|
|
| 19 |
|
| 20 |
# Metric Card for Code Eval StdIO
|
| 21 |
|
| 22 |
+
The stdio version of of the ["code
|
| 23 |
+
eval"](https://huggingface.co/spaces/evaluate-metric/code_eval) metrics, which
|
| 24 |
+
handles python programs that read inputs from STDIN and print answers to
|
| 25 |
+
STDOUT, which is common format in competitive programming
|
| 26 |
+
|
| 27 |
## Metric description
|
| 28 |
|
| 29 |
This metric implements the evaluation harness for the HumanEval problem solving dataset
|