Spaces:
Running
Running
Update constants.py
Browse files- constants.py +4 -2
constants.py
CHANGED
|
@@ -2,8 +2,10 @@ import os
|
|
| 2 |
# this is .py for store constants
|
| 3 |
MODEL_INFO = [
|
| 4 |
"name",
|
| 5 |
-
"
|
| 6 |
-
|
|
|
|
|
|
|
| 7 |
]
|
| 8 |
TASK_INFO = [
|
| 9 |
"subject consistency",
|
|
|
|
| 2 |
# this is .py for store constants
|
| 3 |
MODEL_INFO = [
|
| 4 |
"name",
|
| 5 |
+
"Selected Score",
|
| 6 |
+
"Overall Score",
|
| 7 |
+
"Quality Score",
|
| 8 |
+
"Semantic Score",
|
| 9 |
]
|
| 10 |
TASK_INFO = [
|
| 11 |
"subject consistency",
|