Typos fix
Browse files
templates/model_detail.html
CHANGED
@@ -128,10 +128,9 @@
|
|
128 |
<div class="image-section">
|
129 |
<h2>Visualizing the order of simulated perosonas</h2>
|
130 |
<p>
|
131 |
-
This image
|
132 |
For each value (row), the personas are ordered on the x-axis by their expression of this value in the `no_conv` setting (gray).
|
133 |
-
Therefore, the Rank-Order stability between the `no_conv` chunk and some chunk corresponds to the extent to which the curve is increasing in that
|
134 |
-
(Only some personas are marked on the x-axis for clarity).
|
135 |
</p>
|
136 |
<div class="image-container">
|
137 |
<a href="{{ url_for('static', filename='figures/' + model_name + '/ranks.svg') }}" target="_blank">
|
|
|
128 |
<div class="image-section">
|
129 |
<h2>Visualizing the order of simulated perosonas</h2>
|
130 |
<p>
|
131 |
+
This image shows the order of personas in each context chunk for each value.
|
132 |
For each value (row), the personas are ordered on the x-axis by their expression of this value in the `no_conv` setting (gray).
|
133 |
+
Therefore, the Rank-Order stability between the `no_conv` chunk and some chunk corresponds to the extent to which the curve is increasing in that chunk.
|
|
|
134 |
</p>
|
135 |
<div class="image-container">
|
136 |
<a href="{{ url_for('static', filename='figures/' + model_name + '/ranks.svg') }}" target="_blank">
|