Spaces:
Sleeping
Sleeping
Add description to card metadata (#1)
Browse files- Add description to card metadata (b54ca4cda381c4b7797f99436e999d26cdec61f4)
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
title: Competition MATH
|
3 |
-
emoji: 🤗
|
4 |
colorFrom: blue
|
5 |
colorTo: red
|
6 |
sdk: gradio
|
@@ -8,10 +8,15 @@ 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 Competition MATH
|
16 |
|
17 |
## Metric description
|
|
|
1 |
---
|
2 |
title: Competition MATH
|
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 is used to assess performance on the Mathematics Aptitude Test of
|
15 |
+
Heuristics (MATH) dataset.
|
16 |
+
|
17 |
+
It first canonicalizes the inputs (e.g., converting "1/2" to "\\frac{1}{2}")
|
18 |
+
and then computes accuracy.
|
19 |
---
|
|
|
20 |
# Metric Card for Competition MATH
|
21 |
|
22 |
## Metric description
|