farimafatahi commited on
Commit
36a6473
·
verified ·
1 Parent(s): f885102

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -10
app.py CHANGED
@@ -243,12 +243,12 @@ with tab1:
243
  <th>Tier</th>
244
  <th>Rank</th>
245
  <th>Model</th>
246
- <th>Factuality Score</th>
247
  <th>Hallucination Score</th>
248
- <th># Tokens</th>
249
- <th># Factual</th>
250
- <th># Undecidable</th>
251
- <th># Unsupported</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>Factuality Score</th>
264
  <th>Hallucination Score</th>
265
- <th># Tokens</th>
266
- <th># Factual</th>
267
- <th># Undecidable</th>
268
- <th># Unsupported</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>