Rename to Pair2Rank
Browse files
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
-
emoji:
|
4 |
colorFrom: green
|
5 |
colorTo: purple
|
6 |
sdk: gradio
|
@@ -10,4 +10,6 @@ pinned: true
|
|
10 |
license: apache-2.0
|
11 |
---
|
12 |
|
|
|
|
|
13 |
It's all about [ranking](https://arxiv.org/abs/2207.00076).
|
|
|
1 |
---
|
2 |
+
title: Pair2Rank
|
3 |
+
emoji: 🔝
|
4 |
colorFrom: green
|
5 |
colorTo: purple
|
6 |
sdk: gradio
|
|
|
10 |
license: apache-2.0
|
11 |
---
|
12 |
|
13 |
+
# Pair2Rank
|
14 |
+
|
15 |
It's all about [ranking](https://arxiv.org/abs/2207.00076).
|
app.py
CHANGED
@@ -134,7 +134,7 @@ iface = gr.Interface(
|
|
134 |
headers=['item', 'score', 'rank'],
|
135 |
label='Ranking'
|
136 |
),
|
137 |
-
title='Turn Your Side-by-Side Comparisons into Ranking!',
|
138 |
description='''
|
139 |
This easy-to-use tool transforms pairwise comparisons (aka side-by-side) to a meaningful ranking of items.
|
140 |
|
|
|
134 |
headers=['item', 'score', 'rank'],
|
135 |
label='Ranking'
|
136 |
),
|
137 |
+
title='Pair2Rank: Turn Your Side-by-Side Comparisons into Ranking!',
|
138 |
description='''
|
139 |
This easy-to-use tool transforms pairwise comparisons (aka side-by-side) to a meaningful ranking of items.
|
140 |
|