Joschka Strueber commited on
Commit
42ed9bf
·
1 Parent(s): 47b5af7

[Ref] back to underscore

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 (CAPA, or κ~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