Skip to content

Commit 7ffa330

Browse files
committed
allow WMT ST QA 'pred' to be an integer or string
1 parent e9e5dfe commit 7ffa330

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

leaderboard/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@
269269
"properties": {
270270
"dataset_id": { "type": "string" },
271271
"correct_answer": { "type": ["string", "integer"] },
272-
"pred": { "type": "string" },
272+
"pred": { "type": ["string", "integer"] },
273273
},
274274
"required": [
275275
"dataset_id",

0 commit comments

Comments
 (0)