tangxuemei commited on
Commit
7ab8897
·
verified ·
1 Parent(s): 14aea1b
Files changed (1) hide show
  1. main_backend.py +1 -1
main_backend.py CHANGED
@@ -112,7 +112,7 @@ def main():
112
  parser = argparse.ArgumentParser(description="Run auto evaluation with optional reproducibility feature")
113
 
114
  # Optional arguments
115
- parser.add_argument("--reproduce", type=bool, default=True, help="Reproduce the evaluation results")
116
  parser.add_argument("--model", type=str, default=None, help="Your Model ID")
117
  parser.add_argument("--precision", type=str, default="float16", help="Precision of your model")
118
  parser.add_argument("--publish", type=bool, default=False, help="whether directly publish the evaluation results on HF")
 
112
  parser = argparse.ArgumentParser(description="Run auto evaluation with optional reproducibility feature")
113
 
114
  # Optional arguments
115
+ parser.add_argument("--reproduce", type=bool, default=False, help="Reproduce the evaluation results")
116
  parser.add_argument("--model", type=str, default=None, help="Your Model ID")
117
  parser.add_argument("--precision", type=str, default="float16", help="Precision of your model")
118
  parser.add_argument("--publish", type=bool, default=False, help="whether directly publish the evaluation results on HF")