Spaces:
Sleeping
Sleeping
Update README.md (#1)
Browse files- Update README.md (90c8e91736618ae3e33a36f11f7ef3e9bb129121)
Co-authored-by: Kewen Zhao <[email protected]>
README.md
CHANGED
@@ -1,17 +1,20 @@
|
|
1 |
---
|
2 |
title: Code Eval Stdio
|
3 |
-
emoji: 🤗
|
4 |
colorFrom: blue
|
5 |
colorTo: red
|
6 |
sdk: gradio
|
7 |
-
sdk_version:
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
tags:
|
11 |
- evaluate
|
12 |
- metric
|
13 |
description: >-
|
14 |
-
The stdio version of of the ["code
|
|
|
|
|
|
|
15 |
---
|
16 |
|
17 |
# Metric Card for Code Eval StdIO
|
@@ -151,4 +154,4 @@ and Sam McCandlish and Ilya Sutskever and Wojciech Zaremba},
|
|
151 |
## Further References
|
152 |
|
153 |
- [Human Eval Github repository](https://github.com/openai/human-eval)
|
154 |
-
- [OpenAI Codex website](https://openai.com/blog/openai-codex/)
|
|
|
1 |
---
|
2 |
title: Code Eval Stdio
|
3 |
+
emoji: 🤗
|
4 |
colorFrom: blue
|
5 |
colorTo: red
|
6 |
sdk: gradio
|
7 |
+
sdk_version: 5.6.0
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
tags:
|
11 |
- evaluate
|
12 |
- metric
|
13 |
description: >-
|
14 |
+
The stdio version of of the ["code
|
15 |
+
eval"](https://huggingface.co/spaces/evaluate-metric/code_eval) metrics, which
|
16 |
+
handles python programs that read inputs from STDIN and print answers to
|
17 |
+
STDOUT, which is common in competitive programming (e.g. CodeForce, USACO)
|
18 |
---
|
19 |
|
20 |
# Metric Card for Code Eval StdIO
|
|
|
154 |
## Further References
|
155 |
|
156 |
- [Human Eval Github repository](https://github.com/openai/human-eval)
|
157 |
+
- [OpenAI Codex website](https://openai.com/blog/openai-codex/)
|