maitri01 commited on
Commit
91a1078
·
verified ·
1 Parent(s): 1d96bfc

Update task_template.py

Browse files
Files changed (1) hide show
  1. task_template.py +1 -1
task_template.py CHANGED
@@ -64,7 +64,7 @@ else:
64
  print("Dataset already extracted.")
65
 
66
 
67
- TARGET_FEATURES_PATH = "Datatset/target_features.csv"
68
 
69
  QUERY_ORACLE = True # set True to query the oracle endpoint
70
  SUBMIT = False # set True to submit OUTPUT_PATH to the evaluator
 
64
  print("Dataset already extracted.")
65
 
66
 
67
+ TARGET_FEATURES_PATH = "Dataset/target_features.csv"
68
 
69
  QUERY_ORACLE = True # set True to query the oracle endpoint
70
  SUBMIT = False # set True to submit OUTPUT_PATH to the evaluator