ynhe commited on
Commit
2884743
1 Parent(s): 36e1a6d

Update constants.py

Browse files
Files changed (1) hide show
  1. 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 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
 
 
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