Spaces:
Runtime error
Runtime error
yinanhe
commited on
Commit
·
35a89f7
1
Parent(s):
a784078
[Update] update score
Browse files- constants.py +5 -2
constants.py
CHANGED
|
@@ -1,7 +1,10 @@
|
|
| 1 |
import os
|
| 2 |
# this is .py for store constants
|
| 3 |
-
MODEL_INFO = [
|
| 4 |
-
"
|
|
|
|
|
|
|
|
|
|
| 5 |
TASK_INFO = [
|
| 6 |
"subject consistency",
|
| 7 |
"background consistency",
|
|
|
|
| 1 |
import os
|
| 2 |
# this is .py for store constants
|
| 3 |
+
MODEL_INFO = [
|
| 4 |
+
"name",
|
| 5 |
+
"Selected Score",
|
| 6 |
+
# "Overall Score"
|
| 7 |
+
]
|
| 8 |
TASK_INFO = [
|
| 9 |
"subject consistency",
|
| 10 |
"background consistency",
|