Update app.py
Browse files
app.py
CHANGED
@@ -243,12 +243,12 @@ with tab1:
|
|
243 |
<th>Tier</th>
|
244 |
<th>Rank</th>
|
245 |
<th>Model</th>
|
246 |
-
<th>
|
247 |
<th>Hallucination Score</th>
|
248 |
-
<th
|
249 |
-
<th
|
250 |
-
<th
|
251 |
-
<th
|
252 |
</tr>
|
253 |
</thead>
|
254 |
<tbody>
|
@@ -260,12 +260,12 @@ with tab1:
|
|
260 |
<tr>
|
261 |
<th>Rank</th>
|
262 |
<th>Model</th>
|
263 |
-
<th>
|
264 |
<th>Hallucination Score</th>
|
265 |
-
<th
|
266 |
-
<th
|
267 |
-
<th
|
268 |
-
<th
|
269 |
</tr>
|
270 |
</thead>
|
271 |
<tbody>
|
|
|
243 |
<th>Tier</th>
|
244 |
<th>Rank</th>
|
245 |
<th>Model</th>
|
246 |
+
<th>Factual Precision</th>
|
247 |
<th>Hallucination Score</th>
|
248 |
+
<th>Avg. # Tokens</th>
|
249 |
+
<th>Avg. # Units</th>
|
250 |
+
<th>Avg. # Undecidable</th>
|
251 |
+
<th>Avg. # Unsupported</th>
|
252 |
</tr>
|
253 |
</thead>
|
254 |
<tbody>
|
|
|
260 |
<tr>
|
261 |
<th>Rank</th>
|
262 |
<th>Model</th>
|
263 |
+
<th>Factual Precision</th>
|
264 |
<th>Hallucination Score</th>
|
265 |
+
<th>Avg. # Tokens</th>
|
266 |
+
<th>Avg. # Units</th>
|
267 |
+
<th>Avg. # Undecidable</th>
|
268 |
+
<th>Avg. # Unsupported</th>
|
269 |
</tr>
|
270 |
</thead>
|
271 |
<tbody>
|