Spaces:
Runtime error
Runtime error
Commit
·
4944334
1
Parent(s):
7f858ba
update readme
Browse files
README.md
CHANGED
|
@@ -1,15 +1,16 @@
|
|
| 1 |
---
|
| 2 |
title: Mean Reciprocal Rank
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
tags:
|
| 6 |
-
- evaluate
|
| 7 |
-
- metric
|
| 8 |
-
description: "a statistic measure for evaluating any process that produces a list of possible responses to a sample of queries, ordered by probability of correctness."
|
| 9 |
sdk: gradio
|
| 10 |
sdk_version: 3.0.2
|
| 11 |
app_file: app.py
|
| 12 |
pinned: false
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
---
|
| 14 |
|
| 15 |
# Metric Card for Mean Reciprocal Rank
|
|
|
|
| 1 |
---
|
| 2 |
title: Mean Reciprocal Rank
|
| 3 |
+
colorFrom: blue
|
| 4 |
+
colorTo: red
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
sdk: gradio
|
| 6 |
sdk_version: 3.0.2
|
| 7 |
app_file: app.py
|
| 8 |
pinned: false
|
| 9 |
+
tags:
|
| 10 |
+
- evaluate
|
| 11 |
+
- metric
|
| 12 |
+
description: >-
|
| 13 |
+
Mean Reciprocal Rank is a statistic measure for evaluating any process that produces a list of possible responses to a sample of queries, ordered by probability of correctness.
|
| 14 |
---
|
| 15 |
|
| 16 |
# Metric Card for Mean Reciprocal Rank
|