Spaces:
Runtime error
Runtime error
Add description to card metadata
Browse filesReturns the rate at which the input predicted strings exactly match their references, ignoring any strings input as part of the regexes_to_ignore list.
README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
---
|
| 2 |
title: Exact Match
|
| 3 |
-
emoji: π€
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: red
|
| 6 |
sdk: gradio
|
|
@@ -8,10 +8,12 @@ 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 Exact Match
|
| 16 |
|
| 17 |
|
|
|
|
| 1 |
---
|
| 2 |
title: Exact Match
|
| 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 |
+
Returns the rate at which the input predicted strings exactly match their
|
| 15 |
+
references, ignoring any strings input as part of the regexes_to_ignore list.
|
| 16 |
---
|
|
|
|
| 17 |
# Metric Card for Exact Match
|
| 18 |
|
| 19 |
|