Spaces:
Running
Running
chore (data): Added additional example data.
Browse filesSigned-off-by: Kshitij Fadnis <[email protected]>
data/{clapNQ.json → RAG Model Performance.json}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"example_id": "d634446aacfb9d28a473aa758e70d8c3",
|
| 3 |
-
"name": "ClapNQ",
|
| 4 |
"filters": ["answerability"],
|
| 5 |
"models": [
|
| 6 |
{
|
|
|
|
| 1 |
{
|
| 2 |
"example_id": "d634446aacfb9d28a473aa758e70d8c3",
|
| 3 |
+
"name": "RAG Model Performance (ClapNQ)",
|
| 4 |
"filters": ["answerability"],
|
| 5 |
"models": [
|
| 6 |
{
|
src/views/predictions-table/PredictionsTable.tsx
CHANGED
|
@@ -299,7 +299,7 @@ export default function PredictionsTable({
|
|
| 299 |
>
|
| 300 |
{row.cells.map((cell) => (
|
| 301 |
<TableCell key={cell.id}>
|
| 302 |
-
{cell.info.header === 'targets'
|
| 303 |
? cell.value.length > 1
|
| 304 |
? cell.value.map(
|
| 305 |
(targetText, targetIdx) => (
|
|
|
|
| 299 |
>
|
| 300 |
{row.cells.map((cell) => (
|
| 301 |
<TableCell key={cell.id}>
|
| 302 |
+
{cell.info.header === 'targets' && cell.value
|
| 303 |
? cell.value.length > 1
|
| 304 |
? cell.value.map(
|
| 305 |
(targetText, targetIdx) => (
|