hage2000 commited on
Commit
5360e18
·
verified ·
1 Parent(s): 4c9bc84

Update README.md

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