dustalov commited on
Commit
e7dddb6
·
verified ·
1 Parent(s): 0e30c54

Rename to Pair2Rank

Browse files
Files changed (2) hide show
  1. README.md +4 -2
  2. app.py +1 -1
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
- title: Turn Your Side-by-Side Comparisons into Ranking!
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