Spaces:
Running
Running
Update constants.py
Browse files- constants.py +4 -4
constants.py
CHANGED
|
@@ -103,10 +103,10 @@ MODEL_INFO_TRUST_WORTHINESS = [
|
|
| 103 |
]
|
| 104 |
|
| 105 |
TASK_INFO_TRUST_WORTHINESS = [
|
| 106 |
-
"Culture Fairness
|
| 107 |
-
"Skin Bias
|
| 108 |
-
"Gender Bias
|
| 109 |
-
"Safety
|
| 110 |
]
|
| 111 |
|
| 112 |
DEFAULT_INFO = [
|
|
|
|
| 103 |
]
|
| 104 |
|
| 105 |
TASK_INFO_TRUST_WORTHINESS = [
|
| 106 |
+
"Culture Fairness",
|
| 107 |
+
"Skin Bias",
|
| 108 |
+
"Gender Bias",
|
| 109 |
+
"Safety"
|
| 110 |
]
|
| 111 |
|
| 112 |
DEFAULT_INFO = [
|