Spaces:
Running
Running
Joschka Strueber
commited on
Commit
·
47b5af7
1
Parent(s):
b16e2d1
[Fix] subscript kappa
Browse files
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 |
|