Joschka Strueber commited on
Commit
402b600
·
1 Parent(s): bd1b20b

[Fix] replace latex with unicode and markdown

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -79,7 +79,7 @@ with gr.Blocks(title="LLM Similarity Analyzer", css=app_util.custom_css) as demo
79
 
80
  gr.Markdown("## Information")
81
  metric_info_markdown = r"""
82
- We propose Chance Adjusted Probabilistic Agreement (\(\operatorname{CAPA}\), or \(\kappa_p\)), a novel metric for model similarity which adjusts for chance agreement due to accuracy.
83
 
84
  Using CAPA, we find:
85
 
 
79
 
80
  gr.Markdown("## Information")
81
  metric_info_markdown = r"""
82
+ We propose Chance Adjusted Probabilistic Agreement (CAPA, or κ~p), a novel metric for model similarity which adjusts for chance agreement due to accuracy.
83
 
84
  Using CAPA, we find:
85