Spaces:
Running
Running
Add description to card metadata (#1)
Browse files- Add description to card metadata (d76ecf12615a7a731387f10c1c4af31a28f8190d)
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
title: Code Eval
|
3 |
-
emoji: 🤗
|
4 |
colorFrom: blue
|
5 |
colorTo: red
|
6 |
sdk: gradio
|
@@ -8,10 +8,16 @@ sdk_version: 3.0.2
|
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
tags:
|
11 |
-
- evaluate
|
12 |
-
- metric
|
13 |
-
|
|
|
|
|
|
|
|
|
14 |
|
|
|
|
|
15 |
# Metric Card for Code Eval
|
16 |
|
17 |
## Metric description
|
|
|
1 |
---
|
2 |
title: Code Eval
|
3 |
+
emoji: 🤗
|
4 |
colorFrom: blue
|
5 |
colorTo: red
|
6 |
sdk: gradio
|
|
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
tags:
|
11 |
+
- evaluate
|
12 |
+
- metric
|
13 |
+
description: >-
|
14 |
+
This metric implements the evaluation harness for the HumanEval problem
|
15 |
+
solving dataset
|
16 |
+
|
17 |
+
described in the paper "Evaluating Large Language Models Trained on Code"
|
18 |
|
19 |
+
(https://arxiv.org/abs/2107.03374).
|
20 |
+
---
|
21 |
# Metric Card for Code Eval
|
22 |
|
23 |
## Metric description
|