t0-0 commited on
Commit
3bdbd04
·
verified ·
1 Parent(s): e046e31

Update src/submission/submit.py

Browse files
Files changed (1) hide show
  1. src/submission/submit.py +2 -0
src/submission/submit.py CHANGED
@@ -21,6 +21,7 @@ def add_new_eval(
21
  precision: str,
22
  weight_type: str,
23
  model_type: str,
 
24
  ):
25
  global REQUESTED_MODELS
26
  global USERS_TO_SUBMISSION_DATES
@@ -88,6 +89,7 @@ def add_new_eval(
88
  "params": model_size,
89
  "license": license,
90
  "private": False,
 
91
  }
92
 
93
  # Check for duplicate submission
 
21
  precision: str,
22
  weight_type: str,
23
  model_type: str,
24
+ add_special_tokens: str,
25
  ):
26
  global REQUESTED_MODELS
27
  global USERS_TO_SUBMISSION_DATES
 
89
  "params": model_size,
90
  "license": license,
91
  "private": False,
92
+ "add_special_tokens": add_special_tokens,
93
  }
94
 
95
  # Check for duplicate submission