grg commited on
Commit
cac30b9
·
1 Parent(s): af3dc4e
Files changed (1) hide show
  1. templates/model_detail.html +2 -3
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 visualizes the order of personas in each context chunk and for each values.
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 chunks.
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">