dustalov commited on
Commit
702877d
1 Parent(s): 36664aa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -2
app.py CHANGED
@@ -230,9 +230,13 @@ Possible values for `winner` are `left`, `right`, or `tie`. The provided example
230
  As the output, this tool provides a table with items, their estimated scores, and ranks.
231
  """.strip(),
232
  article="""
233
- Pair2Rank uses the [Evalica](https://pypi.org/p/evalica) library for computing the scores: <https://github.com/dustalov/evalica>.
234
 
235
- Read more about Pair2Rank at <https://evalovernite.substack.com/p/llmfao-human-ranking>.
 
 
 
 
236
  """.strip(),
237
  flagging_mode="never",
238
  )
 
230
  As the output, this tool provides a table with items, their estimated scores, and ranks.
231
  """.strip(),
232
  article="""
233
+ **More Evalica:**
234
 
235
+ - Paper: TBD ([arXiv](https://arxiv.org/abs/2412.11314))
236
+ - GitHub: <https://github.com/dustalov/evalica>
237
+ - PyPI: <https://pypi.org/project/evalica/>
238
+ - conda-forge: <https://anaconda.org/conda-forge/evalica>
239
+ - LLMFAO: <https://evalovernite.substack.com/p/llmfao-human-ranking>
240
  """.strip(),
241
  flagging_mode="never",
242
  )