Spaces:
Running
Running
Update constants.py
Browse files- constants.py +1 -1
constants.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import os
|
2 |
# this is .py for store constants
|
3 |
MODEL_INFO = ["Type", "Model", "Language Model"]
|
4 |
-
TASK_INFO = ["Avg","Action Antonym","Action Count","Action Localization","Action Prediction","Action Sequence","Character Order","Counterfactual Inference","Egocentric Navigation","Episodic Reasoning","Fine
|
5 |
|
6 |
AVG_INFO = ["Avg"]
|
7 |
|
|
|
1 |
import os
|
2 |
# this is .py for store constants
|
3 |
MODEL_INFO = ["Type", "Model", "Language Model"]
|
4 |
+
TASK_INFO = ["Avg","Action Antonym","Action Count","Action Localization","Action Prediction","Action Sequence","Character Order","Counterfactual Inference","Egocentric Navigation","Episodic Reasoning","Fine-grained Action","Fine-grained Pose","Moving Attribute","Moving Count","Moving Direction","Object Existence","Object Interaction","Object Shuffle","Scene Transition","State Change","Unexpected Action"]
|
5 |
|
6 |
AVG_INFO = ["Avg"]
|
7 |
|