lixuejing commited on
Commit
a9062d7
·
1 Parent(s): fd21234

update log

Browse files
Files changed (1) hide show
  1. src/about.py +4 -0
src/about.py CHANGED
@@ -22,6 +22,10 @@ class Tasks(Enum):
22
  SAT = Task("SAT", "overall", "SAT")
23
  egoplan_bench2 = Task("egoplan_bench2", "overall", "egoplan_bench2")
24
  erqa = Task("erqa", "overall", "erqa")
 
 
 
 
25
 
26
  NUM_FEWSHOT = 0 # Change with your few shot
27
  # ---------------------------------------------------
 
22
  SAT = Task("SAT", "overall", "SAT")
23
  egoplan_bench2 = Task("egoplan_bench2", "overall", "egoplan_bench2")
24
  erqa = Task("erqa", "overall", "erqa")
25
+ Perception = Task("Perception", "overall", "Perception")
26
+ Spatial Reasoning = Task("Spatial Reasoning", "overall", "Spatial Reasoning")
27
+ Prediction = Task("Prediction", "overall", "Prediction")
28
+ Planning = Task("Planning", "overall", "Planning")
29
 
30
  NUM_FEWSHOT = 0 # Change with your few shot
31
  # ---------------------------------------------------