Spaces:
Sleeping
Sleeping
Commit ·
1cee57d
1
Parent(s): c418fdb
fix: add source='human' to manual annotation payload for leaderboard tracking
Browse files- app/page.js +1 -0
app/page.js
CHANGED
|
@@ -268,6 +268,7 @@ export default function Home() {
|
|
| 268 |
end: endIdx,
|
| 269 |
},
|
| 270 |
dataset_tag: dataset_tag,
|
|
|
|
| 271 |
annotator: annotatorName || "user",
|
| 272 |
document_index: selectedDocIndex,
|
| 273 |
page_number: currentPageNumber,
|
|
|
|
| 268 |
end: endIdx,
|
| 269 |
},
|
| 270 |
dataset_tag: dataset_tag,
|
| 271 |
+
source: 'human',
|
| 272 |
annotator: annotatorName || "user",
|
| 273 |
document_index: selectedDocIndex,
|
| 274 |
page_number: currentPageNumber,
|